solana-ruby-web3js 2.1.1 → 2.1.3

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: f402c30543fb4a0f017765c83faba8cc68ee8780615d7d68b5a0b9982a7886b6
4
- data.tar.gz: 918eed1d8d71ca0edc059e3377cd4a91086656835da3a5c54b5d906c9a2bf13e
3
+ metadata.gz: 4bc232a16e21574f0a851c2af8abc0c49fa521fd8a8f6bcbe90f7b63123ca7ec
4
+ data.tar.gz: b2eae7a40c47dd5d4987208e6f1956bc341323a10ba574f5d180e763379b65e6
5
5
  SHA512:
6
- metadata.gz: f1ecd1866cfc2882aa2b263cd28db716bd3bbda3c05d2f1e65de013666c061756ad9463d0e988fc93db85d791846826e8a287aa5a607864907c9a314492a9430
7
- data.tar.gz: e376536c3aca290a8bfc2ca075e14ac97b1fd09b48133df1b08c305119fced7549555c21e5fa3267b2e350138e466ed37c835e9fdcb39a77d7aaa94588db4440
6
+ metadata.gz: 494b6e09c0e0f04cd814581ad1bf10a72ecb9adad96b2079b66b4696ea524c8dcb7d4583af0e437b296e5e2a08e9954186f99f9609ce5362513533ab4e73e615
7
+ data.tar.gz: adafc5a1768d5e5625f84eb755d1691c3824cb3f5190cf7bf2ab38c22564f5c90754d63af9226e3e274bda97f0a20af415c1503a6629483e81874c5998dd563c
data/.tool-versions ADDED
@@ -0,0 +1 @@
1
+ ruby 3.3.1
data/Gemfile.lock CHANGED
@@ -1,16 +1,30 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- solana-ruby-web3js (2.0.1)
4
+ solana-ruby-web3js (2.1.2)
5
+ activesupport
5
6
  base58 (~> 0.2.3)
6
7
  base64 (~> 0.2.0)
7
8
  ed25519
8
- rbnacl (~> 6.0)
9
+ rbnacl (~> 7.1)
9
10
  websocket-client-simple (~> 0.8.0)
10
11
 
11
12
  GEM
12
13
  remote: https://rubygems.org/
13
14
  specs:
15
+ activesupport (8.0.1)
16
+ base64
17
+ benchmark (>= 0.3)
18
+ bigdecimal
19
+ concurrent-ruby (~> 1.0, >= 1.3.1)
20
+ connection_pool (>= 2.2.5)
21
+ drb
22
+ i18n (>= 1.6, < 2)
23
+ logger (>= 1.4.2)
24
+ minitest (>= 5.1)
25
+ securerandom (>= 0.3)
26
+ tzinfo (~> 2.0, >= 2.0.5)
27
+ uri (>= 0.13.1)
14
28
  addressable (2.8.7)
15
29
  public_suffix (>= 2.0.2, < 7.0)
16
30
  ast (2.4.2)
@@ -20,6 +34,7 @@ GEM
20
34
  thread_safe (~> 0.3, >= 0.3.1)
21
35
  base58 (0.2.3)
22
36
  base64 (0.2.0)
37
+ benchmark (0.4.0)
23
38
  bigdecimal (3.1.8)
24
39
  brakeman (6.1.2)
25
40
  racc
@@ -29,6 +44,7 @@ GEM
29
44
  coercible (1.0.0)
30
45
  descendants_tracker (~> 0.0.1)
31
46
  concurrent-ruby (1.3.4)
47
+ connection_pool (2.5.0)
32
48
  crack (1.0.0)
33
49
  bigdecimal
34
50
  rexml
@@ -36,6 +52,7 @@ GEM
36
52
  thread_safe (~> 0.3, >= 0.3.1)
37
53
  diff-lcs (1.5.1)
38
54
  docile (1.4.1)
55
+ drb (2.2.1)
39
56
  dry-configurable (1.2.0)
40
57
  dry-core (~> 1.0, < 2)
41
58
  zeitwerk (~> 2.6)
@@ -78,6 +95,8 @@ GEM
78
95
  ruby_parser (~> 3.1, > 3.1.0)
79
96
  sexp_processor (~> 4.8)
80
97
  hashdiff (1.1.1)
98
+ i18n (1.14.7)
99
+ concurrent-ruby (~> 1.0)
81
100
  ice_nine (0.11.2)
82
101
  json (2.7.2)
83
102
  language_server-protocol (3.17.0.3)
@@ -86,6 +105,7 @@ GEM
86
105
  childprocess (~> 5.0)
87
106
  logger (1.6.1)
88
107
  method_source (1.1.0)
108
+ minitest (5.25.4)
89
109
  parallel (1.25.1)
90
110
  parser (3.3.4.0)
91
111
  ast (~> 2.4.1)
@@ -97,8 +117,8 @@ GEM
97
117
  public_suffix (6.0.1)
98
118
  racc (1.8.1)
99
119
  rainbow (3.1.1)
100
- rbnacl (6.0.1)
101
- ffi
120
+ rbnacl (7.1.2)
121
+ ffi (~> 1)
102
122
  reek (6.3.0)
103
123
  dry-schema (~> 1.13.0)
104
124
  parser (~> 3.3.0)
@@ -149,6 +169,7 @@ GEM
149
169
  simplecov (>= 0.22.0)
150
170
  tty-which (~> 0.5.0)
151
171
  virtus (~> 2.0)
172
+ securerandom (0.4.1)
152
173
  sexp_processor (4.17.2)
153
174
  simplecov (0.22.0)
154
175
  docile (~> 1.1)
@@ -159,7 +180,10 @@ GEM
159
180
  strscan (3.1.0)
160
181
  thread_safe (0.3.6)
161
182
  tty-which (0.5.0)
183
+ tzinfo (2.0.6)
184
+ concurrent-ruby (~> 1.0)
162
185
  unicode-display_width (2.5.0)
186
+ uri (1.0.2)
163
187
  virtus (2.0.0)
164
188
  axiom-types (~> 0.1)
165
189
  coercible (~> 1.0)
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Build Squad
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolanaRuby
4
- VERSION = "2.1.1"
4
+ VERSION = "2.1.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solana-ruby-web3js
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - BuildSquad
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-11 00:00:00.000000000 Z
11
+ date: 2025-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: websocket-client-simple
@@ -80,6 +80,20 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: activesupport
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
83
97
  - !ruby/object:Gem::Dependency
84
98
  name: brakeman
85
99
  requirement: !ruby/object:Gem::Requirement
@@ -217,10 +231,12 @@ files:
217
231
  - ".rspec"
218
232
  - ".rubocop.yml"
219
233
  - ".ruby-version"
234
+ - ".tool-versions"
220
235
  - CHANGELOG.md
221
236
  - CODE_OF_CONDUCT.md
222
237
  - Gemfile
223
238
  - Gemfile.lock
239
+ - LICENSE
224
240
  - README.md
225
241
  - Rakefile
226
242
  - bin/console