solana-ruby-web3js 2.1.2 → 2.1.4

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: '09a35650be0e154fdd1e3694210f506c0ee0815791ed9b76d64dbd24131225d4'
4
- data.tar.gz: 6baa43bfd0dd60f3084c3dd2c5f5ce61eff723f752ae52705e61d0833b974455
3
+ metadata.gz: 46de109c663619406d3793d4c55576a0001665de9c299c2ee3f7dfc2d10d34f4
4
+ data.tar.gz: 2f5cbec75d552d3875b408c7476f2b4b4c2efb092a4663d66709ba8cc41e4905
5
5
  SHA512:
6
- metadata.gz: 9bfc0740b14964614a23481bcb5c2bf7d0c9046b9c4e821fcda1140521fde27dce80f82faa69506aa0acb4cf887a20d0fa62af3f7792079e9f4b39bb30300c3e
7
- data.tar.gz: 8398aafacf2fdb57f4f210c74587e488ec6fd7657cb5684381de2962f0cbc47a3e7d0ed4336a0211c82886750d896f1b7780e21afd7e8aee6f0dae912d6b55bd
6
+ metadata.gz: d0dff220eb7d48e540210067798d9ab36dd30636993645234ed102a723f281b00cb2eaf57ab9f09497f3093e06df2bf8716152517e710c7f88712cdd6bef0582
7
+ data.tar.gz: 1a91da13eee1e2e321b28766c398d96fda74d9c7a6bd0839d2f4c69b0a7feb2be89142299fda6b71b4520955b85729eb9ee675b103bdd9d6457bee189a095d1d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- solana-ruby-web3js (2.1.1)
4
+ solana-ruby-web3js (2.1.3)
5
5
  activesupport
6
6
  base58 (~> 0.2.3)
7
7
  base64 (~> 0.2.0)
@@ -125,8 +125,7 @@ GEM
125
125
  rainbow (>= 2.0, < 4.0)
126
126
  rexml (~> 3.1)
127
127
  regexp_parser (2.9.2)
128
- rexml (3.3.2)
129
- strscan
128
+ rexml (3.4.1)
130
129
  rspec (3.13.0)
131
130
  rspec-core (~> 3.13.0)
132
131
  rspec-expectations (~> 3.13.0)
@@ -177,13 +176,12 @@ GEM
177
176
  simplecov_json_formatter (~> 0.1)
178
177
  simplecov-html (0.12.3)
179
178
  simplecov_json_formatter (0.1.4)
180
- strscan (3.1.0)
181
179
  thread_safe (0.3.6)
182
180
  tty-which (0.5.0)
183
181
  tzinfo (2.0.6)
184
182
  concurrent-ruby (~> 1.0)
185
183
  unicode-display_width (2.5.0)
186
- uri (1.0.2)
184
+ uri (1.0.3)
187
185
  virtus (2.0.0)
188
186
  axiom-types (~> 0.1)
189
187
  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.2"
4
+ VERSION = "2.1.4"
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.2
4
+ version: 2.1.4
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-19 00:00:00.000000000 Z
11
+ date: 2025-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: websocket-client-simple
@@ -236,6 +236,7 @@ files:
236
236
  - CODE_OF_CONDUCT.md
237
237
  - Gemfile
238
238
  - Gemfile.lock
239
+ - LICENSE
239
240
  - README.md
240
241
  - Rakefile
241
242
  - bin/console