safetensors 0.1.2-x64-mingw-ucrt → 0.1.3-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: c43c7c6541a8546c8e637bbf77263df20d3a3bff78eb58d46516dae895ddd72b
4
- data.tar.gz: 8f30958dbe4ef00a854e8690a6df2ea882c010aa3b2ecb6501ced96ecc2ae9ef
3
+ metadata.gz: b7265c194b2ed666d7d28e8f552c6207922aac2e174f3b2b74f79323c9b8d5d1
4
+ data.tar.gz: fd23b49ac7c258fd6f78d21271c8a0bce7778ebb809ac101ab901fcceacbc73c
5
5
  SHA512:
6
- metadata.gz: 8740d3f8b3b9b15b50feb88f29ecaa66a3931360cf4b8e861c3998d300d58d83d7ed0def4a96bdc59be7e5103ed52c7eb7c65a83294823b4dfa9eb38cab3c716
7
- data.tar.gz: 42e9cce6b81fdf5dd2a77868b82cef252093e41dfb075fea588f4ded85ad70dce82ffacd553d7629e44a5140b84b0cb6e5de853bd04e9325e9704b639c1bbec9
6
+ metadata.gz: 2b3ffb5726b6e54e086fe1b7ed1bef6eed1f6b8fa5794fad6df56082853ca8001fba399b4a9452706b06714ee39c7178e01fa68049b10e3556957b038ae2ae46
7
+ data.tar.gz: 8dab4b077ec9bc595b9252b585eb5541be8c6d91a719eefbc55c6ca52f7e30bdd612c7f494ae14e092e56b9d5322f8dd082cca376f8d7e7d355cca73afcf0555
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.1.3 (2024-12-28)
2
+
3
+ - Added support for Ruby 3.4
4
+
1
5
  ## 0.1.2 (2024-09-08)
2
6
 
3
7
  - Updated Safetensors to 0.4.5
data/Cargo.lock CHANGED
@@ -13,9 +13,9 @@ dependencies = [
13
13
 
14
14
  [[package]]
15
15
  name = "bindgen"
16
- version = "0.69.4"
16
+ version = "0.69.5"
17
17
  source = "registry+https://github.com/rust-lang/crates.io-index"
18
- checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
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.1"
74
+ version = "0.3.2"
75
75
  source = "registry+https://github.com/rust-lang/crates.io-index"
76
- checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
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.11"
89
+ version = "1.0.14"
90
90
  source = "registry+https://github.com/rust-lang/crates.io-index"
91
- checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
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.157"
107
+ version = "0.2.169"
108
108
  source = "registry+https://github.com/rust-lang/crates.io-index"
109
- checksum = "374af5f94e54fa97cf75e945cce8a6b201e88a1a07e688b47dfd2a59c66dbd86"
109
+ checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
110
110
 
111
111
  [[package]]
112
112
  name = "libloading"
113
- version = "0.8.5"
113
+ version = "0.8.6"
114
114
  source = "registry+https://github.com/rust-lang/crates.io-index"
115
- checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
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.86"
177
+ version = "1.0.92"
178
178
  source = "registry+https://github.com/rust-lang/crates.io-index"
179
- checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
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.36"
186
+ version = "1.0.38"
187
187
  source = "registry+https://github.com/rust-lang/crates.io-index"
188
- checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
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.101"
195
+ version = "0.9.105"
196
196
  source = "registry+https://github.com/rust-lang/crates.io-index"
197
- checksum = "1ba2704ccfa7875c91792c57a9aa7c3caac524d3036c122e36eeddad6f6e7c6f"
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.101"
204
+ version = "0.9.105"
205
205
  source = "registry+https://github.com/rust-lang/crates.io-index"
206
- checksum = "c73585ec80c217b7a81257ca9bb89b191b5e452ec4b9106dc4c2e4e96a822242"
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.10.6"
225
+ version = "1.11.1"
226
226
  source = "registry+https://github.com/rust-lang/crates.io-index"
227
- checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
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.7"
237
+ version = "0.4.9"
238
238
  source = "registry+https://github.com/rust-lang/crates.io-index"
239
- checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
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.4"
248
+ version = "0.8.5"
249
249
  source = "registry+https://github.com/rust-lang/crates.io-index"
250
- checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
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.2"
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.208"
292
+ version = "1.0.217"
293
293
  source = "registry+https://github.com/rust-lang/crates.io-index"
294
- checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
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.208"
301
+ version = "1.0.217"
302
302
  source = "registry+https://github.com/rust-lang/crates.io-index"
303
- checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
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.125"
312
+ version = "1.0.134"
313
313
  source = "registry+https://github.com/rust-lang/crates.io-index"
314
- checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
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.75"
336
+ version = "2.0.93"
337
337
  source = "registry+https://github.com/rust-lang/crates.io-index"
338
- checksum = "f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9"
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.12"
347
+ version = "1.0.14"
348
348
  source = "registry+https://github.com/rust-lang/crates.io-index"
349
- checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
349
+ checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
350
350
 
351
351
  [[package]]
352
352
  name = "windows-targets"
@@ -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.4
9
+ bindgen v0.69.5
10
10
  https://rust-lang.github.io/rust-bindgen/
11
11
  BSD-3-Clause
12
12
 
@@ -26,7 +26,7 @@ either v1.13.0
26
26
  https://github.com/rayon-rs/either
27
27
  MIT OR Apache-2.0
28
28
 
29
- glob v0.3.1
29
+ glob v0.3.2
30
30
  https://github.com/rust-lang/glob
31
31
  MIT OR Apache-2.0
32
32
 
@@ -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.11
37
+ itoa v1.0.14
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.157
49
+ libc v0.2.169
50
50
  https://github.com/rust-lang/libc
51
51
  MIT OR Apache-2.0
52
52
 
53
- libloading v0.8.5
53
+ libloading v0.8.6
54
54
  https://github.com/nagisa/rust_libloading/
55
55
  ISC
56
56
 
@@ -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.86
81
+ proc-macro2 v1.0.92
82
82
  https://github.com/dtolnay/proc-macro2
83
83
  MIT OR Apache-2.0
84
84
 
85
- quote v1.0.36
85
+ quote v1.0.38
86
86
  https://github.com/dtolnay/quote
87
87
  MIT OR Apache-2.0
88
88
 
89
- rb-sys v0.9.101
89
+ rb-sys v0.9.105
90
90
  https://github.com/oxidize-rb/rb-sys
91
91
  MIT OR Apache-2.0
92
92
 
93
- rb-sys-build v0.9.101
93
+ rb-sys-build v0.9.105
94
94
  https://github.com/oxidize-rb/rb-sys
95
95
  MIT OR Apache-2.0
96
96
 
@@ -98,15 +98,15 @@ rb-sys-env v0.1.2
98
98
  https://github.com/oxidize-rb/rb-sys
99
99
  MIT OR Apache-2.0
100
100
 
101
- regex v1.10.6
101
+ regex v1.11.1
102
102
  https://github.com/rust-lang/regex
103
103
  MIT OR Apache-2.0
104
104
 
105
- regex-automata v0.4.7
105
+ regex-automata v0.4.9
106
106
  https://github.com/rust-lang/regex/tree/master/regex-automata
107
107
  MIT OR Apache-2.0
108
108
 
109
- regex-syntax v0.8.4
109
+ regex-syntax v0.8.5
110
110
  https://github.com/rust-lang/regex/tree/master/regex-syntax
111
111
  MIT OR Apache-2.0
112
112
 
@@ -126,15 +126,15 @@ seq-macro v0.3.5
126
126
  https://github.com/dtolnay/seq-macro
127
127
  MIT OR Apache-2.0
128
128
 
129
- serde v1.0.208
129
+ serde v1.0.217
130
130
  https://serde.rs
131
131
  MIT OR Apache-2.0
132
132
 
133
- serde_derive v1.0.208
133
+ serde_derive v1.0.217
134
134
  https://serde.rs
135
135
  MIT OR Apache-2.0
136
136
 
137
- serde_json v1.0.125
137
+ serde_json v1.0.134
138
138
  https://github.com/serde-rs/json
139
139
  MIT OR Apache-2.0
140
140
 
@@ -146,13 +146,13 @@ 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.75
149
+ syn v2.0.93
150
150
  https://github.com/dtolnay/syn
151
151
  MIT OR Apache-2.0
152
152
 
153
- unicode-ident v1.0.12
153
+ unicode-ident v1.0.14
154
154
  https://github.com/dtolnay/unicode-ident
155
- (MIT OR Apache-2.0) AND Unicode-DFS-2016
155
+ (MIT OR Apache-2.0) AND Unicode-3.0
156
156
 
157
157
  windows-targets v0.52.6
158
158
  https://github.com/microsoft/windows-rs
@@ -7247,52 +7247,45 @@ DEALINGS IN THE SOFTWARE.
7247
7247
  unicode-ident LICENSE-UNICODE
7248
7248
  ================================================================================
7249
7249
 
7250
- UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
7251
-
7252
- See Terms of Use <https://www.unicode.org/copyright.html>
7253
- for definitions of Unicode Inc.’s Data Files and Software.
7254
-
7255
- NOTICE TO USER: Carefully read the following legal agreement.
7256
- BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
7257
- DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
7258
- YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
7259
- TERMS AND CONDITIONS OF THIS AGREEMENT.
7260
- IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
7261
- THE DATA FILES OR SOFTWARE.
7250
+ UNICODE LICENSE V3
7262
7251
 
7263
7252
  COPYRIGHT AND PERMISSION NOTICE
7264
7253
 
7265
- Copyright © 1991-2022 Unicode, Inc. All rights reserved.
7266
- Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
7267
-
7268
- Permission is hereby granted, free of charge, to any person obtaining
7269
- a copy of the Unicode data files and any associated documentation
7270
- (the "Data Files") or Unicode software and any associated documentation
7271
- (the "Software") to deal in the Data Files or Software
7272
- without restriction, including without limitation the rights to use,
7273
- copy, modify, merge, publish, distribute, and/or sell copies of
7274
- the Data Files or Software, and to permit persons to whom the Data Files
7275
- or Software are furnished to do so, provided that either
7276
- (a) this copyright and permission notice appear with all copies
7277
- of the Data Files or Software, or
7278
- (b) this copyright and permission notice appear in associated
7279
- Documentation.
7280
-
7281
- THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
7282
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
7283
- WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
7284
- NONINFRINGEMENT OF THIRD PARTY RIGHTS.
7285
- IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
7286
- NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
7287
- DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
7288
- DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
7289
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
7290
- PERFORMANCE OF THE DATA FILES OR SOFTWARE.
7291
-
7292
- Except as contained in this notice, the name of a copyright holder
7293
- shall not be used in advertising or otherwise to promote the sale,
7294
- use or other dealings in these Data Files or Software without prior
7295
- written authorization of the copyright holder.
7254
+ Copyright © 1991-2023 Unicode, Inc.
7255
+
7256
+ NOTICE TO USER: Carefully read the following legal agreement. BY
7257
+ DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
7258
+ SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
7259
+ TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
7260
+ DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
7261
+
7262
+ Permission is hereby granted, free of charge, to any person obtaining a
7263
+ copy of data files and any associated documentation (the "Data Files") or
7264
+ software and any associated documentation (the "Software") to deal in the
7265
+ Data Files or Software without restriction, including without limitation
7266
+ the rights to use, copy, modify, merge, publish, distribute, and/or sell
7267
+ copies of the Data Files or Software, and to permit persons to whom the
7268
+ Data Files or Software are furnished to do so, provided that either (a)
7269
+ this copyright and permission notice appear with all copies of the Data
7270
+ Files or Software, or (b) this copyright and permission notice appear in
7271
+ associated Documentation.
7272
+
7273
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
7274
+ KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
7275
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
7276
+ THIRD PARTY RIGHTS.
7277
+
7278
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
7279
+ BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
7280
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
7281
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
7282
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
7283
+ FILES OR SOFTWARE.
7284
+
7285
+ Except as contained in this notice, the name of a copyright holder shall
7286
+ not be used in advertising or otherwise to promote the sale, use or other
7287
+ dealings in these Data Files or Software without prior written
7288
+ authorization of the copyright holder.
7296
7289
 
7297
7290
  ================================================================================
7298
7291
  windows-targets license-mit
Binary file
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module Safetensors
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
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.2
4
+ version: 0.1.3
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-09-09 00:00:00.000000000 Z
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.4.dev
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: '0'
53
54
  requirements: []
54
- rubygems_version: 3.4.4
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