etherscan 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/README.md +2 -2
  4. data/etherscan.gemspec +2 -2
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22e4fa7464ac88fdc505706394490429a1edbfe8
4
- data.tar.gz: 8b88fcd489a48748b35faa0da2be5f9a69f0e38b
3
+ metadata.gz: f642549d635214afc3acc2ff532381e566efde31
4
+ data.tar.gz: c682141386a50286449fefdb50edb81521bb969e
5
5
  SHA512:
6
- metadata.gz: ec04cb7c4cf8e97219b4e7d9702d2e1c40ce540d4fed234c6470f947fdf7426f1f0170ede8f0538b762a122ab8e4f8d4c3b3eaaea99c2cb27afc231dd6f713a3
7
- data.tar.gz: 9da44af52fe95171f91d1675360046e12b6f0f7074b55db385f98a11d870ab821b97641390ca96516bb59183cbbc3e3b2a188a650abbc8d2f76fe9dab10c4e5b
6
+ metadata.gz: 586014073fa5204b3a73e17917cd3f2460c779f99f22a5283a36b76febeb47f442fb157f7b59facf62b4d3534e9c550880a9660395394c91414e8d7a50d955ea
7
+ data.tar.gz: ad7889a61b7ed70192d241ae85e3901bf10d1448cecca9242e3ee9cf995f7f4f36b11b19b470e2e283262f829dcc0cb8339082630eb5beef052c3fbb90db2652
data/.gitignore CHANGED
@@ -10,3 +10,4 @@
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
12
  .idea
13
+ etherscan-*.*.*.gem
data/README.md CHANGED
@@ -6,10 +6,10 @@ Forked from: https://github.com/sebs/etherscanio-rb
6
6
 
7
7
  ## Installation
8
8
 
9
- etherscanio is published to rubygems.
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 etherscanio
12
+ * To install: gem install etherscan
13
13
 
14
14
 
15
15
  ## Work in Progress
@@ -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.6'
8
+ spec.version = '0.0.7'
9
9
  spec.authors = ['wuminzhe']
10
10
  spec.email = ['wuminzhe@gmail.com']
11
- spec.description = '%q{Forked from: https://github.com/sebs/etherscanio-rb. 3rd party using to the API at etherscan.io}'
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.6
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: "%q{Forked from: https://github.com/sebs/etherscanio-rb. 3rd party using
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: []