etherscan 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/README.md +2 -2
- data/etherscan.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f642549d635214afc3acc2ff532381e566efde31
|
4
|
+
data.tar.gz: c682141386a50286449fefdb50edb81521bb969e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 586014073fa5204b3a73e17917cd3f2460c779f99f22a5283a36b76febeb47f442fb157f7b59facf62b4d3534e9c550880a9660395394c91414e8d7a50d955ea
|
7
|
+
data.tar.gz: ad7889a61b7ed70192d241ae85e3901bf10d1448cecca9242e3ee9cf995f7f4f36b11b19b470e2e283262f829dcc0cb8339082630eb5beef052c3fbb90db2652
|
data/.gitignore
CHANGED
data/README.md
CHANGED
@@ -6,10 +6,10 @@ Forked from: https://github.com/sebs/etherscanio-rb
|
|
6
6
|
|
7
7
|
## Installation
|
8
8
|
|
9
|
-
|
9
|
+
etherscan is published to rubygems.
|
10
10
|
|
11
11
|
Dpl requires ruby with a version greater than 1.9.3
|
12
|
-
* To install: gem install
|
12
|
+
* To install: gem install etherscan
|
13
13
|
|
14
14
|
|
15
15
|
## Work in Progress
|
data/etherscan.gemspec
CHANGED
@@ -5,10 +5,10 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = 'etherscan'
|
8
|
-
spec.version = '0.0.
|
8
|
+
spec.version = '0.0.7'
|
9
9
|
spec.authors = ['wuminzhe']
|
10
10
|
spec.email = ['wuminzhe@gmail.com']
|
11
|
-
spec.description = '
|
11
|
+
spec.description = 'Forked from: https://github.com/sebs/etherscanio-rb. 3rd party using to the API at etherscan.io'
|
12
12
|
spec.summary = '3rd party using to the API at etherscan.io'
|
13
13
|
spec.homepage = 'https://github.com/wuminzhe/etherscanio-rb'
|
14
14
|
spec.license = 'MIT'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: etherscan
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wuminzhe
|
@@ -164,8 +164,8 @@ dependencies:
|
|
164
164
|
- - ">="
|
165
165
|
- !ruby/object:Gem::Version
|
166
166
|
version: '0'
|
167
|
-
description:
|
168
|
-
to the API at etherscan.io
|
167
|
+
description: 'Forked from: https://github.com/sebs/etherscanio-rb. 3rd party using
|
168
|
+
to the API at etherscan.io'
|
169
169
|
email:
|
170
170
|
- wuminzhe@gmail.com
|
171
171
|
executables: []
|