-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mabdullahlkhalil/gemdependacies (#73)
* gems: bump keccak to 1.3.0 (#69) * Gems: bump version to 0.4.17 (#70) * Gems: bump version to 0.4.17 * docs: update changelog * Dependancy money tree changed * Adding Money tree dependanccy * mabdullahlkhalil/gemdependacies * Gem dependanct * Gem dependanct * Gem dependacy * mabdullahlkhalil/gemdependacies * Gem dependacy * Money Tree fix * Update eth.gemspec * Update eth.gemspec
- Loading branch information
1 parent
8903f1a
commit 08bf756
Showing
6 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# frozen_string_literal: true | ||
|
||
source 'https://rubygems.org' | ||
|
||
gem 'money-tree', git: 'https://github.com/GemHQ/money-tree.git' | ||
source 'https://rubygems.org' | ||
# Specify your gem's dependencies in eth.gemspec | ||
gemspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
require 'digest/sha3' | ||
require 'digest/keccak' | ||
require 'ffi' | ||
require 'money-tree' | ||
require 'rlp' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Eth | ||
VERSION = "0.4.17" | ||
VERSION = "0.4.18" | ||
end |