rlp-lite 0.1.1 → 0.2.0

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
  SHA256:
3
- metadata.gz: 9ee2acc28b11b60da5de5a0609e09ab49f4b256b8cd18a78b56cc5fbf3608620
4
- data.tar.gz: 8cc0a1436872cf91951b860e6302b5ef71369cb7e429037c1ae81f5697eb7acd
3
+ metadata.gz: 146540e5337178275cfa3e7e59c8a6618d2fd0bf554049302c1c7f73265a9e25
4
+ data.tar.gz: bfe60da1adce7abca959345a2537b9dd51b8606e78bee1c921127bda69339746
5
5
  SHA512:
6
- metadata.gz: d652299872dfa39154cf5799123763acd24d4292e41519409db8d9e77f72d7e4f5ff1b38e1c090138fd2f046048899fda8bb8987f8cb64e1bdf1408af749e882
7
- data.tar.gz: 620a9e400cbf5c915ddbc81ae0c8e11e0d6991c4feade7cd5c2d2f1801aa75745bd4ec1490e14ec27c86d058f2d19642dc421de0d6ea52396b5cc519e531a47c
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.1'
3
+ VERSION='0.2.0'
4
4
  end
5
5
 
data/lib/rlp-lite.rb CHANGED
@@ -79,3 +79,8 @@ end # module Rlp
79
79
 
80
80
 
81
81
 
82
+ ####
83
+ # add alternate names / spelling
84
+ RLP = Rlp # add all upcase - why? why not?
85
+
86
+
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.1
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: {}