safetensors 0.1.2-x86_64-linux-musl → 0.1.3-x86_64-linux-musl
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Cargo.lock +35 -35
- data/LICENSE-THIRD-PARTY.txt +54 -61
- data/lib/safetensors/3.1/safetensors.so +0 -0
- data/lib/safetensors/3.2/safetensors.so +0 -0
- data/lib/safetensors/3.3/safetensors.so +0 -0
- data/lib/safetensors/3.4/safetensors.so +0 -0
- data/lib/safetensors/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 287a9c5bc58894aa6c9fac8c5f3a4f3f2055618ea8742eb1200df69d500b53cb
|
4
|
+
data.tar.gz: 303dd64c6543b00dfeaf2d130e78ca62c85f0d1bdab922d6beda55affa9a4b89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 994ea1f1f5e880f2b48d2b70060d0caa2b755a9b80fa40b1a775aee6a02910dd2143f7c893a817b8c0a32ae33858d26287e16d41049efcf0f0cf291e1fd1f6e5
|
7
|
+
data.tar.gz: 5dfdb4f94fc5297ee8edb717b2a2f83805ac0999d512843a34f74040a2b66a7ac71a0950b141890ae414412badf82f79f54c111d9941db8be1b63ba6f4cdf692
|
data/CHANGELOG.md
CHANGED
data/Cargo.lock
CHANGED
@@ -13,9 +13,9 @@ dependencies = [
|
|
13
13
|
|
14
14
|
[[package]]
|
15
15
|
name = "bindgen"
|
16
|
-
version = "0.69.
|
16
|
+
version = "0.69.5"
|
17
17
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
18
|
-
checksum = "
|
18
|
+
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
19
19
|
dependencies = [
|
20
20
|
"bitflags",
|
21
21
|
"cexpr",
|
@@ -71,9 +71,9 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
|
71
71
|
|
72
72
|
[[package]]
|
73
73
|
name = "glob"
|
74
|
-
version = "0.3.
|
74
|
+
version = "0.3.2"
|
75
75
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
76
|
-
checksum = "
|
76
|
+
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
77
77
|
|
78
78
|
[[package]]
|
79
79
|
name = "itertools"
|
@@ -86,9 +86,9 @@ dependencies = [
|
|
86
86
|
|
87
87
|
[[package]]
|
88
88
|
name = "itoa"
|
89
|
-
version = "1.0.
|
89
|
+
version = "1.0.14"
|
90
90
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
91
|
-
checksum = "
|
91
|
+
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
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.
|
107
|
+
version = "0.2.169"
|
108
108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
109
|
-
checksum = "
|
109
|
+
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
110
110
|
|
111
111
|
[[package]]
|
112
112
|
name = "libloading"
|
113
|
-
version = "0.8.
|
113
|
+
version = "0.8.6"
|
114
114
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
115
|
-
checksum = "
|
115
|
+
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
116
116
|
dependencies = [
|
117
117
|
"cfg-if",
|
118
118
|
"windows-targets",
|
@@ -174,36 +174,36 @@ dependencies = [
|
|
174
174
|
|
175
175
|
[[package]]
|
176
176
|
name = "proc-macro2"
|
177
|
-
version = "1.0.
|
177
|
+
version = "1.0.92"
|
178
178
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
179
|
-
checksum = "
|
179
|
+
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
|
180
180
|
dependencies = [
|
181
181
|
"unicode-ident",
|
182
182
|
]
|
183
183
|
|
184
184
|
[[package]]
|
185
185
|
name = "quote"
|
186
|
-
version = "1.0.
|
186
|
+
version = "1.0.38"
|
187
187
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
188
|
-
checksum = "
|
188
|
+
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
189
189
|
dependencies = [
|
190
190
|
"proc-macro2",
|
191
191
|
]
|
192
192
|
|
193
193
|
[[package]]
|
194
194
|
name = "rb-sys"
|
195
|
-
version = "0.9.
|
195
|
+
version = "0.9.105"
|
196
196
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
197
|
-
checksum = "
|
197
|
+
checksum = "4b3a1f3ce8e7c36d777d52fe7a99039fe4fea7c8ec355a4c4f3a17f92a14029f"
|
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.
|
204
|
+
version = "0.9.105"
|
205
205
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
206
|
-
checksum = "
|
206
|
+
checksum = "3e6b246c29c0809e1cbe60a1ba9e093da72a4676d02adc68469297d1e589bbf0"
|
207
207
|
dependencies = [
|
208
208
|
"bindgen",
|
209
209
|
"lazy_static",
|
@@ -222,9 +222,9 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
222
222
|
|
223
223
|
[[package]]
|
224
224
|
name = "regex"
|
225
|
-
version = "1.
|
225
|
+
version = "1.11.1"
|
226
226
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
227
|
-
checksum = "
|
227
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
228
228
|
dependencies = [
|
229
229
|
"aho-corasick",
|
230
230
|
"memchr",
|
@@ -234,9 +234,9 @@ dependencies = [
|
|
234
234
|
|
235
235
|
[[package]]
|
236
236
|
name = "regex-automata"
|
237
|
-
version = "0.4.
|
237
|
+
version = "0.4.9"
|
238
238
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
239
|
-
checksum = "
|
239
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
240
240
|
dependencies = [
|
241
241
|
"aho-corasick",
|
242
242
|
"memchr",
|
@@ -245,9 +245,9 @@ dependencies = [
|
|
245
245
|
|
246
246
|
[[package]]
|
247
247
|
name = "regex-syntax"
|
248
|
-
version = "0.8.
|
248
|
+
version = "0.8.5"
|
249
249
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
250
|
-
checksum = "
|
250
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
251
251
|
|
252
252
|
[[package]]
|
253
253
|
name = "rustc-hash"
|
@@ -263,7 +263,7 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
263
263
|
|
264
264
|
[[package]]
|
265
265
|
name = "safetensors"
|
266
|
-
version = "0.1.
|
266
|
+
version = "0.1.3"
|
267
267
|
dependencies = [
|
268
268
|
"magnus",
|
269
269
|
"memmap2",
|
@@ -289,18 +289,18 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
|
289
289
|
|
290
290
|
[[package]]
|
291
291
|
name = "serde"
|
292
|
-
version = "1.0.
|
292
|
+
version = "1.0.217"
|
293
293
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
294
|
-
checksum = "
|
294
|
+
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
295
295
|
dependencies = [
|
296
296
|
"serde_derive",
|
297
297
|
]
|
298
298
|
|
299
299
|
[[package]]
|
300
300
|
name = "serde_derive"
|
301
|
-
version = "1.0.
|
301
|
+
version = "1.0.217"
|
302
302
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
303
|
-
checksum = "
|
303
|
+
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
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.
|
312
|
+
version = "1.0.134"
|
313
313
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
314
|
-
checksum = "
|
314
|
+
checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
|
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.
|
336
|
+
version = "2.0.93"
|
337
337
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
338
|
-
checksum = "
|
338
|
+
checksum = "9c786062daee0d6db1132800e623df74274a0a87322d8e183338e01b3d98d058"
|
339
339
|
dependencies = [
|
340
340
|
"proc-macro2",
|
341
341
|
"quote",
|
@@ -344,9 +344,9 @@ dependencies = [
|
|
344
344
|
|
345
345
|
[[package]]
|
346
346
|
name = "unicode-ident"
|
347
|
-
version = "1.0.
|
347
|
+
version = "1.0.14"
|
348
348
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
349
|
-
checksum = "
|
349
|
+
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
350
350
|
|
351
351
|
[[package]]
|
352
352
|
name = "windows-targets"
|
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -6,7 +6,7 @@ aho-corasick v1.1.3
|
|
6
6
|
https://github.com/BurntSushi/aho-corasick
|
7
7
|
Unlicense OR MIT
|
8
8
|
|
9
|
-
bindgen v0.69.
|
9
|
+
bindgen v0.69.5
|
10
10
|
https://rust-lang.github.io/rust-bindgen/
|
11
11
|
BSD-3-Clause
|
12
12
|
|
@@ -30,7 +30,7 @@ either v1.13.0
|
|
30
30
|
https://github.com/rayon-rs/either
|
31
31
|
MIT OR Apache-2.0
|
32
32
|
|
33
|
-
glob v0.3.
|
33
|
+
glob v0.3.2
|
34
34
|
https://github.com/rust-lang/glob
|
35
35
|
MIT OR Apache-2.0
|
36
36
|
|
@@ -38,7 +38,7 @@ itertools v0.12.1
|
|
38
38
|
https://github.com/rust-itertools/itertools
|
39
39
|
MIT OR Apache-2.0
|
40
40
|
|
41
|
-
itoa v1.0.
|
41
|
+
itoa v1.0.14
|
42
42
|
https://github.com/dtolnay/itoa
|
43
43
|
MIT OR Apache-2.0
|
44
44
|
|
@@ -50,11 +50,11 @@ lazycell v1.3.0
|
|
50
50
|
https://github.com/indiv0/lazycell
|
51
51
|
MIT/Apache-2.0
|
52
52
|
|
53
|
-
libc v0.2.
|
53
|
+
libc v0.2.169
|
54
54
|
https://github.com/rust-lang/libc
|
55
55
|
MIT OR Apache-2.0
|
56
56
|
|
57
|
-
libloading v0.8.
|
57
|
+
libloading v0.8.6
|
58
58
|
https://github.com/nagisa/rust_libloading/
|
59
59
|
ISC
|
60
60
|
|
@@ -82,19 +82,19 @@ nom v7.1.3
|
|
82
82
|
https://github.com/Geal/nom
|
83
83
|
MIT
|
84
84
|
|
85
|
-
proc-macro2 v1.0.
|
85
|
+
proc-macro2 v1.0.92
|
86
86
|
https://github.com/dtolnay/proc-macro2
|
87
87
|
MIT OR Apache-2.0
|
88
88
|
|
89
|
-
quote v1.0.
|
89
|
+
quote v1.0.38
|
90
90
|
https://github.com/dtolnay/quote
|
91
91
|
MIT OR Apache-2.0
|
92
92
|
|
93
|
-
rb-sys v0.9.
|
93
|
+
rb-sys v0.9.105
|
94
94
|
https://github.com/oxidize-rb/rb-sys
|
95
95
|
MIT OR Apache-2.0
|
96
96
|
|
97
|
-
rb-sys-build v0.9.
|
97
|
+
rb-sys-build v0.9.105
|
98
98
|
https://github.com/oxidize-rb/rb-sys
|
99
99
|
MIT OR Apache-2.0
|
100
100
|
|
@@ -102,15 +102,15 @@ rb-sys-env v0.1.2
|
|
102
102
|
https://github.com/oxidize-rb/rb-sys
|
103
103
|
MIT OR Apache-2.0
|
104
104
|
|
105
|
-
regex v1.
|
105
|
+
regex v1.11.1
|
106
106
|
https://github.com/rust-lang/regex
|
107
107
|
MIT OR Apache-2.0
|
108
108
|
|
109
|
-
regex-automata v0.4.
|
109
|
+
regex-automata v0.4.9
|
110
110
|
https://github.com/rust-lang/regex/tree/master/regex-automata
|
111
111
|
MIT OR Apache-2.0
|
112
112
|
|
113
|
-
regex-syntax v0.8.
|
113
|
+
regex-syntax v0.8.5
|
114
114
|
https://github.com/rust-lang/regex/tree/master/regex-syntax
|
115
115
|
MIT OR Apache-2.0
|
116
116
|
|
@@ -130,15 +130,15 @@ seq-macro v0.3.5
|
|
130
130
|
https://github.com/dtolnay/seq-macro
|
131
131
|
MIT OR Apache-2.0
|
132
132
|
|
133
|
-
serde v1.0.
|
133
|
+
serde v1.0.217
|
134
134
|
https://serde.rs
|
135
135
|
MIT OR Apache-2.0
|
136
136
|
|
137
|
-
serde_derive v1.0.
|
137
|
+
serde_derive v1.0.217
|
138
138
|
https://serde.rs
|
139
139
|
MIT OR Apache-2.0
|
140
140
|
|
141
|
-
serde_json v1.0.
|
141
|
+
serde_json v1.0.134
|
142
142
|
https://github.com/serde-rs/json
|
143
143
|
MIT OR Apache-2.0
|
144
144
|
|
@@ -150,13 +150,13 @@ shlex v1.3.0
|
|
150
150
|
https://github.com/comex/rust-shlex
|
151
151
|
MIT OR Apache-2.0
|
152
152
|
|
153
|
-
syn v2.0.
|
153
|
+
syn v2.0.93
|
154
154
|
https://github.com/dtolnay/syn
|
155
155
|
MIT OR Apache-2.0
|
156
156
|
|
157
|
-
unicode-ident v1.0.
|
157
|
+
unicode-ident v1.0.14
|
158
158
|
https://github.com/dtolnay/unicode-ident
|
159
|
-
(MIT OR Apache-2.0) AND Unicode-
|
159
|
+
(MIT OR Apache-2.0) AND Unicode-3.0
|
160
160
|
|
161
161
|
================================================================================
|
162
162
|
aho-corasick COPYING
|
@@ -7479,49 +7479,42 @@ DEALINGS IN THE SOFTWARE.
|
|
7479
7479
|
unicode-ident LICENSE-UNICODE
|
7480
7480
|
================================================================================
|
7481
7481
|
|
7482
|
-
UNICODE
|
7483
|
-
|
7484
|
-
See Terms of Use <https://www.unicode.org/copyright.html>
|
7485
|
-
for definitions of Unicode Inc.’s Data Files and Software.
|
7486
|
-
|
7487
|
-
NOTICE TO USER: Carefully read the following legal agreement.
|
7488
|
-
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
|
7489
|
-
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
|
7490
|
-
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
7491
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT.
|
7492
|
-
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
|
7493
|
-
THE DATA FILES OR SOFTWARE.
|
7482
|
+
UNICODE LICENSE V3
|
7494
7483
|
|
7495
7484
|
COPYRIGHT AND PERMISSION NOTICE
|
7496
7485
|
|
7497
|
-
Copyright © 1991-
|
7498
|
-
|
7499
|
-
|
7500
|
-
|
7501
|
-
|
7502
|
-
|
7503
|
-
|
7504
|
-
|
7505
|
-
|
7506
|
-
|
7507
|
-
|
7508
|
-
|
7509
|
-
|
7510
|
-
|
7511
|
-
|
7512
|
-
|
7513
|
-
|
7514
|
-
|
7515
|
-
|
7516
|
-
|
7517
|
-
|
7518
|
-
|
7519
|
-
|
7520
|
-
|
7521
|
-
|
7522
|
-
|
7523
|
-
|
7524
|
-
|
7525
|
-
|
7526
|
-
|
7527
|
-
|
7486
|
+
Copyright © 1991-2023 Unicode, Inc.
|
7487
|
+
|
7488
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
7489
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
7490
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
7491
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
7492
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
7493
|
+
|
7494
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
7495
|
+
copy of data files and any associated documentation (the "Data Files") or
|
7496
|
+
software and any associated documentation (the "Software") to deal in the
|
7497
|
+
Data Files or Software without restriction, including without limitation
|
7498
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
7499
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
7500
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
7501
|
+
this copyright and permission notice appear with all copies of the Data
|
7502
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
7503
|
+
associated Documentation.
|
7504
|
+
|
7505
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
7506
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
7507
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
7508
|
+
THIRD PARTY RIGHTS.
|
7509
|
+
|
7510
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
7511
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
7512
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
7513
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
7514
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
7515
|
+
FILES OR SOFTWARE.
|
7516
|
+
|
7517
|
+
Except as contained in this notice, the name of a copyright holder shall
|
7518
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
7519
|
+
dealings in these Data Files or Software without prior written
|
7520
|
+
authorization of the copyright holder.
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/safetensors/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: x86_64-linux-musl
|
6
6
|
authors:
|
7
7
|
- Andrew Kane
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: andrew@ankane.org
|
@@ -26,6 +26,7 @@ files:
|
|
26
26
|
- lib/safetensors/3.1/safetensors.so
|
27
27
|
- lib/safetensors/3.2/safetensors.so
|
28
28
|
- lib/safetensors/3.3/safetensors.so
|
29
|
+
- lib/safetensors/3.4/safetensors.so
|
29
30
|
- lib/safetensors/numo.rb
|
30
31
|
- lib/safetensors/torch.rb
|
31
32
|
- lib/safetensors/version.rb
|
@@ -44,14 +45,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
44
45
|
version: '3.1'
|
45
46
|
- - "<"
|
46
47
|
- !ruby/object:Gem::Version
|
47
|
-
version: 3.
|
48
|
+
version: 3.5.dev
|
48
49
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
49
50
|
requirements:
|
50
51
|
- - ">="
|
51
52
|
- !ruby/object:Gem::Version
|
52
53
|
version: 3.3.22
|
53
54
|
requirements: []
|
54
|
-
rubygems_version: 3.
|
55
|
+
rubygems_version: 3.5.23
|
55
56
|
signing_key:
|
56
57
|
specification_version: 4
|
57
58
|
summary: Simple, safe way to store and distribute tensors
|