rlp-lite 0.1.2 → 0.2.0
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/Rakefile +1 -1
- data/lib/rlp-lite/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 146540e5337178275cfa3e7e59c8a6618d2fd0bf554049302c1c7f73265a9e25
|
4
|
+
data.tar.gz: bfe60da1adce7abca959345a2537b9dd51b8606e78bee1c921127bda69339746
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1689bf38f4527ffdc422dcd83c47530ac2e3b25051225c8e305b7b2f09063296ed140bf129381419602c055e35e91cea456e720973548c118c824c519673082
|
7
|
+
data.tar.gz: b304ba9b2814d9f690faa041413d119155c06446c20be87d751e4d49110644d32d303f27005eb042d54cbcb69f6055f643b41d604563be64d06f989a5eb12456
|
data/README.md
CHANGED
@@ -5,8 +5,8 @@ rlp-lite - light-weight ("lite") machinery to serialize / deserialze using the r
|
|
5
5
|
|
6
6
|
|
7
7
|
|
8
|
-
* home :: [github.com/
|
9
|
-
* bugs :: [github.com/
|
8
|
+
* home :: [github.com/rubycocos/blockchain](https://github.com/rubycocos/blockchain)
|
9
|
+
* bugs :: [github.com/rubycocos/blockchain/issues](https://github.com/rubycocos/blockchain/issues)
|
10
10
|
* gem :: [rubygems.org/gems/rlp-lite](https://rubygems.org/gems/rlp-lite)
|
11
11
|
* rdoc :: [rubydoc.info/gems/rlp-lite](http://rubydoc.info/gems/rlp-lite)
|
12
12
|
|
data/Rakefile
CHANGED
@@ -17,7 +17,7 @@ Hoe.spec 'rlp-lite' do
|
|
17
17
|
self.summary = "rlp-lite - light-weight machinery to serialize / deserialze via rlp (recursive length prefix)"
|
18
18
|
self.description = summary
|
19
19
|
|
20
|
-
self.urls = { home: 'https://github.com/
|
20
|
+
self.urls = { home: 'https://github.com/rubycocos/blockchain' }
|
21
21
|
|
22
22
|
self.author = 'Gerald Bauer'
|
23
23
|
self.email = 'wwwmake@googlegroups.com'
|
data/lib/rlp-lite/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rlp-lite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gerald Bauer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rdoc
|
@@ -67,7 +67,7 @@ files:
|
|
67
67
|
- lib/rlp-lite/sedes/list.rb
|
68
68
|
- lib/rlp-lite/util.rb
|
69
69
|
- lib/rlp-lite/version.rb
|
70
|
-
homepage: https://github.com/
|
70
|
+
homepage: https://github.com/rubycocos/blockchain
|
71
71
|
licenses:
|
72
72
|
- Public Domain
|
73
73
|
metadata: {}
|