bip44 0.2.13 → 0.2.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d07b16c38a63e61a0a8773b1940107785552ece1
4
- data.tar.gz: b8e51732594e613f8530e0f887f8acf4dfa6151f
3
+ metadata.gz: d43a97308379f456e9fe68b7e82b20771bf3eb06
4
+ data.tar.gz: d0208af554109299cce6339c3b0fd0ab09d2ef22
5
5
  SHA512:
6
- metadata.gz: 940b94fb6817a97677822b14d40405668fccd9972c98ef9521fa8d21e86beb133474a12cf1befd6b24bf845f70882de13b24839ed67b48a4e247d9c9a4f30c4d
7
- data.tar.gz: 239f1b700dbbc94b9911346c6f830aea4beb85b3a9729d86c4a30cf396f0ebae7d141c87b1f8c78273abeb54a8155d5477ee76ca242759c0770d5a68d384556d
6
+ metadata.gz: ca1bf71ea21f5c873ec23a781969b1b6ae0f5dd7f493900fb44302c08d83cb81a7288d1f8939b1582f719a99915b4f4020008a7b9808cd0c61df41d73e9e25c6
7
+ data.tar.gz: 2685b74a154822f28c31e46c7258f9b70463938083140ee2911a41ff6cae183760e1712e39a3d25c9617a87d5c336975568e57612a41cf3ef5818821433f3ee8
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ip44 for ruby
2
2
 
3
- IMPORTANT: there is a serious bug of version <= 0.2.12, so use >= 0.2.13
3
+ IMPORTANT: there is a serious bug of version <= 0.2.13, so use >= 0.2.14
4
4
 
5
5
  A ruby library to generate multi coin addresses from a hierarchical deterministic wallet according to the [BIP44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) standard.
6
6
 
@@ -15,7 +15,7 @@ I will add more coin support to it.
15
15
  Add this line to your application's Gemfile:
16
16
 
17
17
  ```ruby
18
- gem 'bip44'
18
+ gem 'bip44', '~> 0.2.14'
19
19
  ```
20
20
 
21
21
  And then execute:
@@ -33,8 +33,4 @@ module Bip44
33
33
  puts 'bitcoin xpub: ' + bitcoin_wallet.xpub
34
34
  end
35
35
 
36
- def self.print()
37
- words = 'roof never second cheese sock blast ride country picnic purpose federal ignore'
38
-
39
- end
40
36
  end
@@ -1,3 +1,3 @@
1
1
  module Bip44
2
- VERSION = "0.2.13"
2
+ VERSION = "0.2.14"
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.13
4
+ version: 0.2.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - wuminzhe