bip44 0.2.7 → 0.2.8

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/bip44.gemspec +1 -1
  3. data/lib/bip44/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28a040599b05a5971a042296f6bed5ec0cb11d04
4
- data.tar.gz: 359d0350e0ef5cd491c133064e8e8f1b4278e8d1
3
+ metadata.gz: 4204219efb7b95015dc2710f71dcfae2c60732f6
4
+ data.tar.gz: 5ab250ff8f9f93440f6aee45e54ec4dda4ab08bf
5
5
  SHA512:
6
- metadata.gz: 6cc9052ae80fbb0e04c659c97d3502087c20ef39b218359d02d889386c67884eeaffa09d6821a8095e2e48414305ddad434e3b5a8122dc9706aff5ed4ab1dafd
7
- data.tar.gz: 15f4ba2b7bb81304532bdf5eb0d28ef1ca7a81025299a1cec1e759adffd4e580b2656492a3577b2b23bd6eac2a3c1f71b8cfb0e5bafae72e9061c0c1b16e5d22
6
+ metadata.gz: 30a6a0dac309ceacc91baba4d8a07c6b27ccc81336d06f82bf82c4bebd47800784d598370bf82122098c480f0ccb33770a22b6f3ac908791de9234ea3ab9dae3
7
+ data.tar.gz: 18e6debe22d457ed40e4f842ea43e99c806928c47f4ce91ca93811e03bbc152c56b975a9f8490e2f509b4d1a97200bdef802c3ac3b7b4e37b22c1912619c014c
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = "A ruby library to generate Ethereum addresses from a hierarchical deterministic wallet according to the BIP44 standard."
13
13
  spec.description = "A ruby library to generate Ethereum addresses from a hierarchical deterministic wallet according to the BIP44 standard."
14
- spec.homepage = "https://github.com/wuminzhe/bip44.rb"
14
+ spec.homepage = "https://github.com/wuminzhe/bip44"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
@@ -1,3 +1,3 @@
1
1
  module Bip44
2
- VERSION = "0.2.7"
2
+ VERSION = "0.2.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bip44
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - wuminzhe
@@ -147,7 +147,7 @@ files:
147
147
  - lib/bip44/utils.rb
148
148
  - lib/bip44/version.rb
149
149
  - lib/bip44/wallet.rb
150
- homepage: https://github.com/wuminzhe/bip44.rb
150
+ homepage: https://github.com/wuminzhe/bip44
151
151
  licenses:
152
152
  - MIT
153
153
  metadata: {}