bip44 0.2.13 → 0.2.14
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/bip44.rb +0 -4
- data/lib/bip44/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d43a97308379f456e9fe68b7e82b20771bf3eb06
|
|
4
|
+
data.tar.gz: d0208af554109299cce6339c3b0fd0ab09d2ef22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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:
|
data/lib/bip44.rb
CHANGED
data/lib/bip44/version.rb
CHANGED