safetensors 0.1.3-x64-mingw-ucrt → 0.2.0-x64-mingw-ucrt

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: b7265c194b2ed666d7d28e8f552c6207922aac2e174f3b2b74f79323c9b8d5d1
4
- data.tar.gz: fd23b49ac7c258fd6f78d21271c8a0bce7778ebb809ac101ab901fcceacbc73c
3
+ metadata.gz: '078a8ae5cb396346a4599cf4d1aa94d2635313bc89cfc0cbddd5a96d865e31d4'
4
+ data.tar.gz: 73fcd86cb3e2ec7697c66b67748a1b13232e2e4ede24fe6a3a73708b8bf96b7f
5
5
  SHA512:
6
- metadata.gz: 2b3ffb5726b6e54e086fe1b7ed1bef6eed1f6b8fa5794fad6df56082853ca8001fba399b4a9452706b06714ee39c7178e01fa68049b10e3556957b038ae2ae46
7
- data.tar.gz: 8dab4b077ec9bc595b9252b585eb5541be8c6d91a719eefbc55c6ca52f7e30bdd612c7f494ae14e092e56b9d5322f8dd082cca376f8d7e7d355cca73afcf0555
6
+ metadata.gz: a5cb9ef3be02a69e90308f5602e1fb7b362d13aa8e223bb442bc1f5bc09546b53e8d7147182bd239bd18279ab45162920ba4ff655edab39accfe2fadb9ddcf79
7
+ data.tar.gz: 9000211fff55a519c825e9199a86c7951c2b8069c8e983f6f8097fb5e25cb8c455c1a948804f205a684c1de820d3e6577b3afb0d5f292d8997a5c16c8c60e843
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 0.2.0 (2025-06-23)
2
+
3
+ - Updated Safetensors to 0.6.0
4
+ - Dropped support for Ruby < 3.2
5
+
6
+ ## 0.1.4 (2025-05-04)
7
+
8
+ - Updated Safetensors to 0.5.3
9
+
1
10
  ## 0.1.3 (2024-12-28)
2
11
 
3
12
  - Added support for Ruby 3.4
data/Cargo.lock CHANGED
@@ -33,9 +33,9 @@ dependencies = [
33
33
 
34
34
  [[package]]
35
35
  name = "bitflags"
36
- version = "2.6.0"
36
+ version = "2.9.1"
37
37
  source = "registry+https://github.com/rust-lang/crates.io-index"
38
- checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
38
+ checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
39
39
 
40
40
  [[package]]
41
41
  name = "cexpr"
@@ -48,9 +48,9 @@ dependencies = [
48
48
 
49
49
  [[package]]
50
50
  name = "cfg-if"
51
- version = "1.0.0"
51
+ version = "1.0.1"
52
52
  source = "registry+https://github.com/rust-lang/crates.io-index"
53
- checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
53
+ checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
54
54
 
55
55
  [[package]]
56
56
  name = "clang-sys"
@@ -65,9 +65,9 @@ dependencies = [
65
65
 
66
66
  [[package]]
67
67
  name = "either"
68
- version = "1.13.0"
68
+ version = "1.15.0"
69
69
  source = "registry+https://github.com/rust-lang/crates.io-index"
70
- checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
70
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
71
71
 
72
72
  [[package]]
73
73
  name = "glob"
@@ -86,9 +86,9 @@ dependencies = [
86
86
 
87
87
  [[package]]
88
88
  name = "itoa"
89
- version = "1.0.14"
89
+ version = "1.0.15"
90
90
  source = "registry+https://github.com/rust-lang/crates.io-index"
91
- checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
91
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
92
92
 
93
93
  [[package]]
94
94
  name = "lazy_static"
@@ -104,15 +104,15 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
104
104
 
105
105
  [[package]]
106
106
  name = "libc"
107
- version = "0.2.169"
107
+ version = "0.2.174"
108
108
  source = "registry+https://github.com/rust-lang/crates.io-index"
109
- checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
109
+ checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
110
110
 
111
111
  [[package]]
112
112
  name = "libloading"
113
- version = "0.8.6"
113
+ version = "0.8.8"
114
114
  source = "registry+https://github.com/rust-lang/crates.io-index"
115
- checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
115
+ checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
116
116
  dependencies = [
117
117
  "cfg-if",
118
118
  "windows-targets",
@@ -143,9 +143,9 @@ dependencies = [
143
143
 
144
144
  [[package]]
145
145
  name = "memchr"
146
- version = "2.7.4"
146
+ version = "2.7.5"
147
147
  source = "registry+https://github.com/rust-lang/crates.io-index"
148
- checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
148
+ checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
149
149
 
150
150
  [[package]]
151
151
  name = "memmap2"
@@ -174,36 +174,36 @@ dependencies = [
174
174
 
175
175
  [[package]]
176
176
  name = "proc-macro2"
177
- version = "1.0.92"
177
+ version = "1.0.95"
178
178
  source = "registry+https://github.com/rust-lang/crates.io-index"
179
- checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
179
+ checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
180
180
  dependencies = [
181
181
  "unicode-ident",
182
182
  ]
183
183
 
184
184
  [[package]]
185
185
  name = "quote"
186
- version = "1.0.38"
186
+ version = "1.0.40"
187
187
  source = "registry+https://github.com/rust-lang/crates.io-index"
188
- checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
188
+ checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
189
189
  dependencies = [
190
190
  "proc-macro2",
191
191
  ]
192
192
 
193
193
  [[package]]
194
194
  name = "rb-sys"
195
- version = "0.9.105"
195
+ version = "0.9.116"
196
196
  source = "registry+https://github.com/rust-lang/crates.io-index"
197
- checksum = "4b3a1f3ce8e7c36d777d52fe7a99039fe4fea7c8ec355a4c4f3a17f92a14029f"
197
+ checksum = "7059846f68396df83155779c75336ca24567741cb95256e6308c9fcc370e8dad"
198
198
  dependencies = [
199
199
  "rb-sys-build",
200
200
  ]
201
201
 
202
202
  [[package]]
203
203
  name = "rb-sys-build"
204
- version = "0.9.105"
204
+ version = "0.9.116"
205
205
  source = "registry+https://github.com/rust-lang/crates.io-index"
206
- checksum = "3e6b246c29c0809e1cbe60a1ba9e093da72a4676d02adc68469297d1e589bbf0"
206
+ checksum = "ac217510df41b9ffc041573e68d7a02aaff770c49943c7494441c4b224b0ecd0"
207
207
  dependencies = [
208
208
  "bindgen",
209
209
  "lazy_static",
@@ -257,25 +257,25 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
257
257
 
258
258
  [[package]]
259
259
  name = "ryu"
260
- version = "1.0.18"
260
+ version = "1.0.20"
261
261
  source = "registry+https://github.com/rust-lang/crates.io-index"
262
- checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
262
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
263
263
 
264
264
  [[package]]
265
265
  name = "safetensors"
266
- version = "0.1.3"
266
+ version = "0.2.0"
267
267
  dependencies = [
268
268
  "magnus",
269
269
  "memmap2",
270
- "safetensors 0.4.5",
270
+ "safetensors 0.6.0",
271
271
  "serde_json",
272
272
  ]
273
273
 
274
274
  [[package]]
275
275
  name = "safetensors"
276
- version = "0.4.5"
276
+ version = "0.6.0"
277
277
  source = "registry+https://github.com/rust-lang/crates.io-index"
278
- checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
278
+ checksum = "617df84b8360fc910a687afe4be1c4660bf7c090d448d2fc27c781e852205f7c"
279
279
  dependencies = [
280
280
  "serde",
281
281
  "serde_json",
@@ -283,24 +283,24 @@ dependencies = [
283
283
 
284
284
  [[package]]
285
285
  name = "seq-macro"
286
- version = "0.3.5"
286
+ version = "0.3.6"
287
287
  source = "registry+https://github.com/rust-lang/crates.io-index"
288
- checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
288
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
289
289
 
290
290
  [[package]]
291
291
  name = "serde"
292
- version = "1.0.217"
292
+ version = "1.0.219"
293
293
  source = "registry+https://github.com/rust-lang/crates.io-index"
294
- checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
294
+ checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
295
295
  dependencies = [
296
296
  "serde_derive",
297
297
  ]
298
298
 
299
299
  [[package]]
300
300
  name = "serde_derive"
301
- version = "1.0.217"
301
+ version = "1.0.219"
302
302
  source = "registry+https://github.com/rust-lang/crates.io-index"
303
- checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
303
+ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
304
304
  dependencies = [
305
305
  "proc-macro2",
306
306
  "quote",
@@ -309,9 +309,9 @@ dependencies = [
309
309
 
310
310
  [[package]]
311
311
  name = "serde_json"
312
- version = "1.0.134"
312
+ version = "1.0.140"
313
313
  source = "registry+https://github.com/rust-lang/crates.io-index"
314
- checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
314
+ checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
315
315
  dependencies = [
316
316
  "itoa",
317
317
  "memchr",
@@ -333,9 +333,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
333
333
 
334
334
  [[package]]
335
335
  name = "syn"
336
- version = "2.0.93"
336
+ version = "2.0.104"
337
337
  source = "registry+https://github.com/rust-lang/crates.io-index"
338
- checksum = "9c786062daee0d6db1132800e623df74274a0a87322d8e183338e01b3d98d058"
338
+ checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
339
339
  dependencies = [
340
340
  "proc-macro2",
341
341
  "quote",
@@ -344,15 +344,15 @@ dependencies = [
344
344
 
345
345
  [[package]]
346
346
  name = "unicode-ident"
347
- version = "1.0.14"
347
+ version = "1.0.18"
348
348
  source = "registry+https://github.com/rust-lang/crates.io-index"
349
- checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
349
+ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
350
350
 
351
351
  [[package]]
352
352
  name = "windows-targets"
353
- version = "0.52.6"
353
+ version = "0.53.2"
354
354
  source = "registry+https://github.com/rust-lang/crates.io-index"
355
- checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
355
+ checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
356
356
  dependencies = [
357
357
  "windows_aarch64_gnullvm",
358
358
  "windows_aarch64_msvc",
@@ -366,48 +366,48 @@ dependencies = [
366
366
 
367
367
  [[package]]
368
368
  name = "windows_aarch64_gnullvm"
369
- version = "0.52.6"
369
+ version = "0.53.0"
370
370
  source = "registry+https://github.com/rust-lang/crates.io-index"
371
- checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
371
+ checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
372
372
 
373
373
  [[package]]
374
374
  name = "windows_aarch64_msvc"
375
- version = "0.52.6"
375
+ version = "0.53.0"
376
376
  source = "registry+https://github.com/rust-lang/crates.io-index"
377
- checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
377
+ checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
378
378
 
379
379
  [[package]]
380
380
  name = "windows_i686_gnu"
381
- version = "0.52.6"
381
+ version = "0.53.0"
382
382
  source = "registry+https://github.com/rust-lang/crates.io-index"
383
- checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
383
+ checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
384
384
 
385
385
  [[package]]
386
386
  name = "windows_i686_gnullvm"
387
- version = "0.52.6"
387
+ version = "0.53.0"
388
388
  source = "registry+https://github.com/rust-lang/crates.io-index"
389
- checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
389
+ checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
390
390
 
391
391
  [[package]]
392
392
  name = "windows_i686_msvc"
393
- version = "0.52.6"
393
+ version = "0.53.0"
394
394
  source = "registry+https://github.com/rust-lang/crates.io-index"
395
- checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
395
+ checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
396
396
 
397
397
  [[package]]
398
398
  name = "windows_x86_64_gnu"
399
- version = "0.52.6"
399
+ version = "0.53.0"
400
400
  source = "registry+https://github.com/rust-lang/crates.io-index"
401
- checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
401
+ checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
402
402
 
403
403
  [[package]]
404
404
  name = "windows_x86_64_gnullvm"
405
- version = "0.52.6"
405
+ version = "0.53.0"
406
406
  source = "registry+https://github.com/rust-lang/crates.io-index"
407
- checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
407
+ checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
408
408
 
409
409
  [[package]]
410
410
  name = "windows_x86_64_msvc"
411
- version = "0.52.6"
411
+ version = "0.53.0"
412
412
  source = "registry+https://github.com/rust-lang/crates.io-index"
413
- checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
413
+ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
@@ -10,7 +10,7 @@ bindgen v0.69.5
10
10
  https://rust-lang.github.io/rust-bindgen/
11
11
  BSD-3-Clause
12
12
 
13
- bitflags v2.6.0
13
+ bitflags v2.9.1
14
14
  https://github.com/bitflags/bitflags
15
15
  MIT OR Apache-2.0
16
16
 
@@ -22,7 +22,7 @@ clang-sys v1.8.1
22
22
  https://github.com/KyleMayes/clang-sys
23
23
  Apache-2.0
24
24
 
25
- either v1.13.0
25
+ either v1.15.0
26
26
  https://github.com/rayon-rs/either
27
27
  MIT OR Apache-2.0
28
28
 
@@ -34,7 +34,7 @@ itertools v0.12.1
34
34
  https://github.com/rust-itertools/itertools
35
35
  MIT OR Apache-2.0
36
36
 
37
- itoa v1.0.14
37
+ itoa v1.0.15
38
38
  https://github.com/dtolnay/itoa
39
39
  MIT OR Apache-2.0
40
40
 
@@ -46,11 +46,11 @@ lazycell v1.3.0
46
46
  https://github.com/indiv0/lazycell
47
47
  MIT/Apache-2.0
48
48
 
49
- libc v0.2.169
49
+ libc v0.2.174
50
50
  https://github.com/rust-lang/libc
51
51
  MIT OR Apache-2.0
52
52
 
53
- libloading v0.8.6
53
+ libloading v0.8.8
54
54
  https://github.com/nagisa/rust_libloading/
55
55
  ISC
56
56
 
@@ -62,7 +62,7 @@ magnus-macros v0.6.0
62
62
  https://github.com/matsadler/magnus
63
63
  MIT
64
64
 
65
- memchr v2.7.4
65
+ memchr v2.7.5
66
66
  https://github.com/BurntSushi/memchr
67
67
  Unlicense OR MIT
68
68
 
@@ -78,19 +78,19 @@ nom v7.1.3
78
78
  https://github.com/Geal/nom
79
79
  MIT
80
80
 
81
- proc-macro2 v1.0.92
81
+ proc-macro2 v1.0.95
82
82
  https://github.com/dtolnay/proc-macro2
83
83
  MIT OR Apache-2.0
84
84
 
85
- quote v1.0.38
85
+ quote v1.0.40
86
86
  https://github.com/dtolnay/quote
87
87
  MIT OR Apache-2.0
88
88
 
89
- rb-sys v0.9.105
89
+ rb-sys v0.9.116
90
90
  https://github.com/oxidize-rb/rb-sys
91
91
  MIT OR Apache-2.0
92
92
 
93
- rb-sys-build v0.9.105
93
+ rb-sys-build v0.9.116
94
94
  https://github.com/oxidize-rb/rb-sys
95
95
  MIT OR Apache-2.0
96
96
 
@@ -114,27 +114,27 @@ rustc-hash v1.1.0
114
114
  https://github.com/rust-lang-nursery/rustc-hash
115
115
  Apache-2.0/MIT
116
116
 
117
- ryu v1.0.18
117
+ ryu v1.0.20
118
118
  https://github.com/dtolnay/ryu
119
119
  Apache-2.0 OR BSL-1.0
120
120
 
121
- safetensors v0.4.5
121
+ safetensors v0.6.0
122
122
  https://github.com/huggingface/safetensors
123
123
  Apache-2.0
124
124
 
125
- seq-macro v0.3.5
125
+ seq-macro v0.3.6
126
126
  https://github.com/dtolnay/seq-macro
127
127
  MIT OR Apache-2.0
128
128
 
129
- serde v1.0.217
129
+ serde v1.0.219
130
130
  https://serde.rs
131
131
  MIT OR Apache-2.0
132
132
 
133
- serde_derive v1.0.217
133
+ serde_derive v1.0.219
134
134
  https://serde.rs
135
135
  MIT OR Apache-2.0
136
136
 
137
- serde_json v1.0.134
137
+ serde_json v1.0.140
138
138
  https://github.com/serde-rs/json
139
139
  MIT OR Apache-2.0
140
140
 
@@ -146,19 +146,19 @@ shlex v1.3.0
146
146
  https://github.com/comex/rust-shlex
147
147
  MIT OR Apache-2.0
148
148
 
149
- syn v2.0.93
149
+ syn v2.0.104
150
150
  https://github.com/dtolnay/syn
151
151
  MIT OR Apache-2.0
152
152
 
153
- unicode-ident v1.0.14
153
+ unicode-ident v1.0.18
154
154
  https://github.com/dtolnay/unicode-ident
155
155
  (MIT OR Apache-2.0) AND Unicode-3.0
156
156
 
157
- windows-targets v0.52.6
157
+ windows-targets v0.53.2
158
158
  https://github.com/microsoft/windows-rs
159
159
  MIT OR Apache-2.0
160
160
 
161
- windows_x86_64_gnu v0.52.6
161
+ windows_x86_64_gnu v0.53.0
162
162
  https://github.com/microsoft/windows-rs
163
163
  MIT OR Apache-2.0
164
164
 
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module Safetensors
2
- VERSION = "0.1.3"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: safetensors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.0
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-29 00:00:00.000000000 Z
11
+ date: 2025-06-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: andrew@ankane.org
@@ -23,7 +23,6 @@ files:
23
23
  - LICENSE.txt
24
24
  - README.md
25
25
  - lib/safetensors.rb
26
- - lib/safetensors/3.1/safetensors.so
27
26
  - lib/safetensors/3.2/safetensors.so
28
27
  - lib/safetensors/3.3/safetensors.so
29
28
  - lib/safetensors/3.4/safetensors.so
@@ -42,7 +41,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
42
41
  requirements:
43
42
  - - ">="
44
43
  - !ruby/object:Gem::Version
45
- version: '3.1'
44
+ version: '3.2'
46
45
  - - "<"
47
46
  - !ruby/object:Gem::Version
48
47
  version: 3.5.dev
Binary file