ethereum_bip44.gemspec in ethereum_bip44-0.2.2 vs ethereum_bip44.gemspec in ethereum_bip44-0.2.3

- old
+ new

@@ -9,10 +9,10 @@ spec.authors = ["wuminzhe"] spec.email = ["wuminzhe@gmail.com"] spec.summary = "A ruby library to generate Ethereum addresses from a hierarchical deterministic wallet according to the BIP44 standard." spec.description = "A ruby library to generate Ethereum addresses from a hierarchical deterministic wallet according to the BIP44 standard." - spec.homepage = "https://github.com/wuminzhe/ethereum-bip44.rb" + spec.homepage = "https://github.com/wuminzhe/ethereum_bip44.rb" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end