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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 14c6070b48373347d5ce26696e212e2b3fe8b6ab6ac4198099259a726b02d53f
4
- data.tar.gz: d4425b611386a17188d2e6d1bb6b3ebe20e996e123209a854459d581b55b40c3
3
+ metadata.gz: c4dd0b6fb62eefef1c10f244cb566a87c6a15847ae6485120bb8eef8c943fa7b
4
+ data.tar.gz: e8d7ae06405ff382922ae150e085780c14bb94d9a764b9af6e5ab4640ef5b156
5
5
  SHA512:
6
- metadata.gz: 4fdedaae73f314dce846e8fcde0c7b256420b3371c5654a14db4e3a5be10266e0e7d7482659b33c61bfb1149f08734230a0208eda599a977a99dbeb32a7f1039
7
- data.tar.gz: 39dc3b504820fad934a74994dd2517aaad751d42dcf4b537de5ded9d45ad90a0d5643c5e7b922418a4e1665bc0370fe12984120f3d3571415804e51748d69e51
6
+ metadata.gz: a0e6b1d1b714f3f9ab48e85a865d4c08102e5f5908ccbe93db2bcde5ebff6d8f5275b538b708187272e6962b5c0ff05a77ba7f8c28dc97df2b199a49185058a3
7
+ data.tar.gz: ebaf152e85680c18a7f10bfca7cd4a09accb3b72284c5d5af1c7e820dc90d69f4463f9408c08be5254f102a5bfde7a7f948010230f3939ab55795062d30512fe
data/CHANGELOG.md CHANGED
@@ -1,3 +1,4 @@
1
+ ### 1.0.0
1
2
  ### 0.2.0
2
3
  ### 0.0.1 / 2023-11-22
3
4
 
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/s6ruby/rubidity](https://github.com/s6ruby/rubidity)
7
- * bugs :: [github.com/s6ruby/rubidity/issues](https://github.com/s6ruby/rubidity/issues)
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 [Rubidity (community) discord (chat server)](https://discord.gg/3JRnDUap6y). Yes you can.
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/s6ruby/rubidity' }
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.1'],
21
+ ['datauris', '>= 1.2.0'],
22
22
  ['cocos'],
23
23
  ]
24
24
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  class Calldata
3
- MAJOR = 0 ## todo: namespace inside version or something - why? why not??
4
- MINOR = 2
3
+ MAJOR = 1 ## todo: namespace inside version or something - why? why not??
4
+ MINOR = 0
5
5
  PATCH = 0
6
6
  VERSION = [MAJOR,MINOR,PATCH].join('.')
7
7
 
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.2.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: 2023-11-25 00:00:00.000000000 Z
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.1
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.1
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.0'
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.0'
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/s6ruby/rubidity
92
+ homepage: https://github.com/0xCompute/ethscribe
93
93
  licenses:
94
94
  - Public Domain
95
95
  metadata: {}