ethereum 0.4.25 → 0.4.26

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f0365db22159174eda19f295c3031ba4ddd392c7
4
- data.tar.gz: f9ef986d2b8a80a18a2511fa8c1c0913f2ee7542
3
+ metadata.gz: 79071c49b40268ba30641e8605cd9daceae47533
4
+ data.tar.gz: a3a30abf9bdeca4c071deff001657256601e5fdf
5
5
  SHA512:
6
- metadata.gz: a6d58a454fba5ffc775cedf6b2fbac9ee6b3d30cbf1011e01a1930cba71eafb1eac03e3c5a65ea69dba5da4f6959093f8e495dc1b4c6f99d4f06100b73099186
7
- data.tar.gz: 47c4b81f2bf517224eae23b08f3bf5eb47c80799897ddffa26d1aaa49bbf094e80a33129bdb33c350f9e41975030759b12b5080b7c930d32bea11b20475e870a
6
+ metadata.gz: 7b47d2026d478d80e55802ef0f0b16fdbf88122b23206628295b73b1ab86051450ae149dd60e2eec442fafbc46b0e48cd4767a07743283a3d39bcfbb69d35870
7
+ data.tar.gz: 392b5b1fbcd73753c5c434982ca26fc08d418e8961b2f7ee22aa4cc7f3e5e655cbb03700c31cc99ca77816828eaebde2e59438e5cc2d447c6325bd5d60a4bc6b
@@ -8,7 +8,7 @@ module Ethereum
8
8
  @code = code
9
9
  @abi = abi
10
10
  @functions = []
11
- @constructor_inputs = @abi.detect {|x| x["type"] == "constructor"}["inputs"]
11
+ @constructor_inputs = @abi.detect {|x| x["type"] == "constructor"}["inputs"] rescue nil
12
12
  @abi.select {|x| x["type"] == "function" }.each do |abifun|
13
13
  @functions << Ethereum::Function.new(abifun)
14
14
  end
@@ -1,3 +1,3 @@
1
1
  module Ethereum
2
- VERSION = "0.4.25"
2
+ VERSION = "0.4.26"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ethereum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.25
4
+ version: 0.4.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - DigixGlobal Pte Ltd (https://dgx.io)
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-10-12 00:00:00.000000000 Z
11
+ date: 2015-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler