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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a614026981efc4fc093b7228a5066d81ea9588ec675ce70db34138924db69d3
4
- data.tar.gz: 7d7cc30335824277946000a32869b4332fe167e5cb7eb40bbc926f4da6da4139
3
+ metadata.gz: 146540e5337178275cfa3e7e59c8a6618d2fd0bf554049302c1c7f73265a9e25
4
+ data.tar.gz: bfe60da1adce7abca959345a2537b9dd51b8606e78bee1c921127bda69339746
5
5
  SHA512:
6
- metadata.gz: 7887d46daba63a810cd0d3a5e73d9109a3ebec6de580ca4e95158ab91b4cc6ddff6ed75ea13dd8e82fc737bcc85882a176910d4e4755bcc6ad141cb30ce02f70
7
- data.tar.gz: c41c751176b1ba8dc18ff548a35b8ac58c99cc649d5721238b0d8cfbba619ef47066c0df859e53f9383877a9fa8722454cda5986c095f6d0746ce77c0028bcbe
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/pixelartexchange/artbase](https://github.com/pixelartexchange/artbase)
9
- * bugs :: [github.com/pixelartexchange/artbase/issues](https://github.com/pixelartexchange/artbase/issues)
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/pixelartexchange/artbase' }
20
+ self.urls = { home: 'https://github.com/rubycocos/blockchain' }
21
21
 
22
22
  self.author = 'Gerald Bauer'
23
23
  self.email = 'wwwmake@googlegroups.com'
@@ -1,5 +1,5 @@
1
1
 
2
2
  module Rlp
3
- VERSION='0.1.2'
3
+ VERSION='0.2.0'
4
4
  end
5
5
 
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.1.2
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-19 00:00:00.000000000 Z
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/pixelartexchange/artbase
70
+ homepage: https://github.com/rubycocos/blockchain
71
71
  licenses:
72
72
  - Public Domain
73
73
  metadata: {}