etherscanio.gemspec in etherscanio-0.0.4 vs etherscanio.gemspec in etherscanio-0.0.5

- old
+ new

@@ -3,13 +3,13 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = 'etherscanio' - spec.version = '0.0.4' + spec.version = '0.0.5' spec.authors = ['Sebastian Schürmann'] spec.email = ['sebs@2xs.org'] - spec.description = '3rd party uinding to the ethereumblockchain API at etherscan.io' + spec.description = '3rd party using to the ethereumblockchain API at etherscan.io' spec.summary = '' spec.homepage = 'https://github.com/sebs/etherscanio-rb' spec.license = 'MIT' spec.files = `git ls-files`.split($/)