calldata 0.2.0 → 1.0.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/CHANGELOG.md +1 -0
- data/README.md +5 -3
- data/Rakefile +2 -2
- data/lib/calldata/version.rb +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4dd0b6fb62eefef1c10f244cb566a87c6a15847ae6485120bb8eef8c943fa7b
|
|
4
|
+
data.tar.gz: e8d7ae06405ff382922ae150e085780c14bb94d9a764b9af6e5ab4640ef5b156
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0e6b1d1b714f3f9ab48e85a865d4c08102e5f5908ccbe93db2bcde5ebff6d8f5275b538b708187272e6962b5c0ff05a77ba7f8c28dc97df2b199a49185058a3
|
|
7
|
+
data.tar.gz: ebaf152e85680c18a7f10bfca7cd4a09accb3b72284c5d5af1c7e820dc90d69f4463f9408c08be5254f102a5bfde7a7f948010230f3939ab55795062d30512fe
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
calldata - Calldata.encode / Calldata.decode using utf8_to_hex and hex_to_utf8 helpers and more for inscriptions / inscribes for ethereum & co
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
* home :: [github.com/
|
|
7
|
-
* bugs :: [github.com/
|
|
6
|
+
* home :: [github.com/0xCompute/ethscribe](https://github.com/0xCompute/ethscribe)
|
|
7
|
+
* bugs :: [github.com/0xCompute/ethscribe/issues](https://github.com/0xCompute/ethscribe/issues)
|
|
8
8
|
* gem :: [rubygems.org/gems/calldata](https://rubygems.org/gems/calldata)
|
|
9
9
|
* rdoc :: [rubydoc.info/gems/calldata](http://rubydoc.info/gems/calldata)
|
|
10
10
|
|
|
@@ -161,7 +161,9 @@ at the ruby code commons (rubycocos) org.
|
|
|
161
161
|
|
|
162
162
|
## Questions? Comments?
|
|
163
163
|
|
|
164
|
-
Join us in the [
|
|
164
|
+
Join us in the [0xCompute discord (chat server)](https://discord.gg/3JRnDUap6y)
|
|
165
|
+
(or in the more general Ethscription discord).
|
|
166
|
+
Yes you can.
|
|
165
167
|
Your questions and commentary welcome.
|
|
166
168
|
|
|
167
169
|
Or post them over at the [Help & Support](https://github.com/geraldb/help) page. Thanks.
|
data/Rakefile
CHANGED
|
@@ -8,7 +8,7 @@ Hoe.spec 'calldata' do
|
|
|
8
8
|
self.summary = "calldata gem - Calldata.encode / Calldata.decode using utf8_to_hex and hex_to_utf8 helpers and more for inscriptions / inscribes for ethereum & co"
|
|
9
9
|
self.description = summary
|
|
10
10
|
|
|
11
|
-
self.urls = { home: 'https://github.com/
|
|
11
|
+
self.urls = { home: 'https://github.com/0xCompute/ethscribe' }
|
|
12
12
|
|
|
13
13
|
self.author = 'Gerald Bauer'
|
|
14
14
|
self.email = 'gerald.bauer@gmail.com'
|
|
@@ -18,7 +18,7 @@ Hoe.spec 'calldata' do
|
|
|
18
18
|
self.history_file = 'CHANGELOG.md'
|
|
19
19
|
|
|
20
20
|
self.extra_deps = [
|
|
21
|
-
['datauris', '>= 1.0
|
|
21
|
+
['datauris', '>= 1.2.0'],
|
|
22
22
|
['cocos'],
|
|
23
23
|
]
|
|
24
24
|
|
data/lib/calldata/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: calldata
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.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:
|
|
11
|
+
date: 2024-04-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: datauris
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.0
|
|
19
|
+
version: 1.2.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.0
|
|
26
|
+
version: 1.2.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: cocos
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -64,14 +64,14 @@ dependencies:
|
|
|
64
64
|
requirements:
|
|
65
65
|
- - "~>"
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
|
-
version: '4.
|
|
67
|
+
version: '4.1'
|
|
68
68
|
type: :development
|
|
69
69
|
prerelease: false
|
|
70
70
|
version_requirements: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - "~>"
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
|
-
version: '4.
|
|
74
|
+
version: '4.1'
|
|
75
75
|
description: calldata gem - Calldata.encode / Calldata.decode using utf8_to_hex and
|
|
76
76
|
hex_to_utf8 helpers and more for inscriptions / inscribes for ethereum & co
|
|
77
77
|
email: gerald.bauer@gmail.com
|
|
@@ -89,7 +89,7 @@ files:
|
|
|
89
89
|
- lib/calldata.rb
|
|
90
90
|
- lib/calldata/parser.rb
|
|
91
91
|
- lib/calldata/version.rb
|
|
92
|
-
homepage: https://github.com/
|
|
92
|
+
homepage: https://github.com/0xCompute/ethscribe
|
|
93
93
|
licenses:
|
|
94
94
|
- Public Domain
|
|
95
95
|
metadata: {}
|