bs62 0.1.0 → 0.1.5
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 +4 -4
- data/Cargo.lock +142 -65
- data/Cargo.toml +1 -0
- data/ext/bs62/Cargo.toml +3 -1
- data/ext/bs62/src/lib.rs +1 -1
- data/lib/bs62/version.rb +1 -1
- data/lib/bs62.rb +4 -1
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a5fb27ba6b9442ac91f027a7625a2cd812612600ad3738f15ecd8da463ca106
|
4
|
+
data.tar.gz: 1e23503a1ffacbf68ec3762e5425aef0910e88f6aef2a6ea1eb45e5d34e1df7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a511db0192a655580fddc9e081c05c8af72180af7971fb43c1803275fbccfb2b5f512b5117dbee558e2552d9b896795a18708619c85e9f0c4ff7e2ba05384b0c
|
7
|
+
data.tar.gz: 3f96c77f3de6fad6104914449fbb9264247548873fb116ce419db89b7117cde9891ea1f473bee3472a58fea38477e408231cfe52d7ad9fe50940e9ecc0f03454
|
data/Cargo.lock
CHANGED
@@ -4,9 +4,9 @@ version = 3
|
|
4
4
|
|
5
5
|
[[package]]
|
6
6
|
name = "addr2line"
|
7
|
-
version = "0.
|
7
|
+
version = "0.21.0"
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
9
|
-
checksum = "
|
9
|
+
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
10
10
|
dependencies = [
|
11
11
|
"gimli",
|
12
12
|
]
|
@@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
19
19
|
|
20
20
|
[[package]]
|
21
21
|
name = "aho-corasick"
|
22
|
-
version = "1.
|
22
|
+
version = "1.1.2"
|
23
23
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
24
|
-
checksum = "
|
24
|
+
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
25
25
|
dependencies = [
|
26
26
|
"memchr",
|
27
27
|
]
|
@@ -34,9 +34,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
34
34
|
|
35
35
|
[[package]]
|
36
36
|
name = "backtrace"
|
37
|
-
version = "0.3.
|
37
|
+
version = "0.3.69"
|
38
38
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
39
|
-
checksum = "
|
39
|
+
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
40
40
|
dependencies = [
|
41
41
|
"addr2line",
|
42
42
|
"cc",
|
@@ -61,9 +61,9 @@ dependencies = [
|
|
61
61
|
|
62
62
|
[[package]]
|
63
63
|
name = "bindgen"
|
64
|
-
version = "0.
|
64
|
+
version = "0.69.1"
|
65
65
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
66
|
-
checksum = "
|
66
|
+
checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2"
|
67
67
|
dependencies = [
|
68
68
|
"bitflags",
|
69
69
|
"cexpr",
|
@@ -76,14 +76,14 @@ dependencies = [
|
|
76
76
|
"regex",
|
77
77
|
"rustc-hash",
|
78
78
|
"shlex",
|
79
|
-
"syn",
|
79
|
+
"syn 2.0.47",
|
80
80
|
]
|
81
81
|
|
82
82
|
[[package]]
|
83
83
|
name = "bitflags"
|
84
|
-
version = "
|
84
|
+
version = "2.4.1"
|
85
85
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
86
|
-
checksum = "
|
86
|
+
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
87
87
|
|
88
88
|
[[package]]
|
89
89
|
name = "bs62"
|
@@ -95,9 +95,12 @@ dependencies = [
|
|
95
95
|
|
96
96
|
[[package]]
|
97
97
|
name = "cc"
|
98
|
-
version = "1.0.
|
98
|
+
version = "1.0.83"
|
99
99
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
100
|
-
checksum = "
|
100
|
+
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
101
|
+
dependencies = [
|
102
|
+
"libc",
|
103
|
+
]
|
101
104
|
|
102
105
|
[[package]]
|
103
106
|
name = "cexpr"
|
@@ -116,9 +119,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
116
119
|
|
117
120
|
[[package]]
|
118
121
|
name = "clang-sys"
|
119
|
-
version = "1.
|
122
|
+
version = "1.7.0"
|
120
123
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
121
|
-
checksum = "
|
124
|
+
checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
|
122
125
|
dependencies = [
|
123
126
|
"glob",
|
124
127
|
"libc",
|
@@ -143,15 +146,15 @@ checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
|
143
146
|
dependencies = [
|
144
147
|
"proc-macro2",
|
145
148
|
"quote",
|
146
|
-
"syn",
|
149
|
+
"syn 1.0.109",
|
147
150
|
"synstructure",
|
148
151
|
]
|
149
152
|
|
150
153
|
[[package]]
|
151
154
|
name = "gimli"
|
152
|
-
version = "0.
|
155
|
+
version = "0.28.1"
|
153
156
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
154
|
-
checksum = "
|
157
|
+
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
155
158
|
|
156
159
|
[[package]]
|
157
160
|
name = "glob"
|
@@ -173,47 +176,48 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
173
176
|
|
174
177
|
[[package]]
|
175
178
|
name = "libc"
|
176
|
-
version = "0.2.
|
179
|
+
version = "0.2.151"
|
177
180
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
178
|
-
checksum = "
|
181
|
+
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
|
179
182
|
|
180
183
|
[[package]]
|
181
184
|
name = "libloading"
|
182
|
-
version = "0.
|
185
|
+
version = "0.8.1"
|
183
186
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
184
|
-
checksum = "
|
187
|
+
checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
|
185
188
|
dependencies = [
|
186
189
|
"cfg-if",
|
187
|
-
"
|
190
|
+
"windows-sys",
|
188
191
|
]
|
189
192
|
|
190
193
|
[[package]]
|
191
194
|
name = "magnus"
|
192
|
-
version = "0.
|
195
|
+
version = "0.7.1"
|
193
196
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
194
|
-
checksum = "
|
197
|
+
checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab"
|
195
198
|
dependencies = [
|
196
199
|
"magnus-macros",
|
197
200
|
"rb-sys",
|
198
201
|
"rb-sys-env",
|
202
|
+
"seq-macro",
|
199
203
|
]
|
200
204
|
|
201
205
|
[[package]]
|
202
206
|
name = "magnus-macros"
|
203
|
-
version = "0.
|
207
|
+
version = "0.6.0"
|
204
208
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
205
|
-
checksum = "
|
209
|
+
checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
|
206
210
|
dependencies = [
|
207
211
|
"proc-macro2",
|
208
212
|
"quote",
|
209
|
-
"syn",
|
213
|
+
"syn 2.0.47",
|
210
214
|
]
|
211
215
|
|
212
216
|
[[package]]
|
213
217
|
name = "memchr"
|
214
|
-
version = "2.
|
218
|
+
version = "2.7.1"
|
215
219
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
216
|
-
checksum = "
|
220
|
+
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
217
221
|
|
218
222
|
[[package]]
|
219
223
|
name = "minimal-lexical"
|
@@ -223,9 +227,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
223
227
|
|
224
228
|
[[package]]
|
225
229
|
name = "miniz_oxide"
|
226
|
-
version = "0.
|
230
|
+
version = "0.7.1"
|
227
231
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
228
|
-
checksum = "
|
232
|
+
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
229
233
|
dependencies = [
|
230
234
|
"adler",
|
231
235
|
]
|
@@ -263,18 +267,18 @@ dependencies = [
|
|
263
267
|
|
264
268
|
[[package]]
|
265
269
|
name = "num-traits"
|
266
|
-
version = "0.2.
|
270
|
+
version = "0.2.17"
|
267
271
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
268
|
-
checksum = "
|
272
|
+
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
269
273
|
dependencies = [
|
270
274
|
"autocfg",
|
271
275
|
]
|
272
276
|
|
273
277
|
[[package]]
|
274
278
|
name = "object"
|
275
|
-
version = "0.
|
279
|
+
version = "0.32.2"
|
276
280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
277
|
-
checksum = "
|
281
|
+
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
278
282
|
dependencies = [
|
279
283
|
"memchr",
|
280
284
|
]
|
@@ -287,36 +291,36 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
287
291
|
|
288
292
|
[[package]]
|
289
293
|
name = "proc-macro2"
|
290
|
-
version = "1.0.
|
294
|
+
version = "1.0.75"
|
291
295
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
292
|
-
checksum = "
|
296
|
+
checksum = "907a61bd0f64c2f29cd1cf1dc34d05176426a3f504a78010f08416ddb7b13708"
|
293
297
|
dependencies = [
|
294
298
|
"unicode-ident",
|
295
299
|
]
|
296
300
|
|
297
301
|
[[package]]
|
298
302
|
name = "quote"
|
299
|
-
version = "1.0.
|
303
|
+
version = "1.0.35"
|
300
304
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
301
|
-
checksum = "
|
305
|
+
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
302
306
|
dependencies = [
|
303
307
|
"proc-macro2",
|
304
308
|
]
|
305
309
|
|
306
310
|
[[package]]
|
307
311
|
name = "rb-sys"
|
308
|
-
version = "0.9.
|
312
|
+
version = "0.9.86"
|
309
313
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
310
|
-
checksum = "
|
314
|
+
checksum = "7285f2a7b92f58ab198e3fd59a71d2861478f9c4642f41e83582385818941697"
|
311
315
|
dependencies = [
|
312
316
|
"rb-sys-build",
|
313
317
|
]
|
314
318
|
|
315
319
|
[[package]]
|
316
320
|
name = "rb-sys-build"
|
317
|
-
version = "0.9.
|
321
|
+
version = "0.9.86"
|
318
322
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
319
|
-
checksum = "
|
323
|
+
checksum = "71583945f94dabb6c0dfa63f1b71e929c1901e1e288ef3739ab8bed3b7069550"
|
320
324
|
dependencies = [
|
321
325
|
"bindgen",
|
322
326
|
"lazy_static",
|
@@ -324,7 +328,7 @@ dependencies = [
|
|
324
328
|
"quote",
|
325
329
|
"regex",
|
326
330
|
"shell-words",
|
327
|
-
"syn",
|
331
|
+
"syn 2.0.47",
|
328
332
|
]
|
329
333
|
|
330
334
|
[[package]]
|
@@ -335,9 +339,21 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
335
339
|
|
336
340
|
[[package]]
|
337
341
|
name = "regex"
|
338
|
-
version = "1.
|
342
|
+
version = "1.10.2"
|
339
343
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
340
|
-
checksum = "
|
344
|
+
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
345
|
+
dependencies = [
|
346
|
+
"aho-corasick",
|
347
|
+
"memchr",
|
348
|
+
"regex-automata",
|
349
|
+
"regex-syntax",
|
350
|
+
]
|
351
|
+
|
352
|
+
[[package]]
|
353
|
+
name = "regex-automata"
|
354
|
+
version = "0.4.3"
|
355
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
356
|
+
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
341
357
|
dependencies = [
|
342
358
|
"aho-corasick",
|
343
359
|
"memchr",
|
@@ -346,9 +362,9 @@ dependencies = [
|
|
346
362
|
|
347
363
|
[[package]]
|
348
364
|
name = "regex-syntax"
|
349
|
-
version = "0.
|
365
|
+
version = "0.8.2"
|
350
366
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
351
|
-
checksum = "
|
367
|
+
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
352
368
|
|
353
369
|
[[package]]
|
354
370
|
name = "rustc-demangle"
|
@@ -362,6 +378,12 @@ version = "1.1.0"
|
|
362
378
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
363
379
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
364
380
|
|
381
|
+
[[package]]
|
382
|
+
name = "seq-macro"
|
383
|
+
version = "0.3.5"
|
384
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
385
|
+
checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
386
|
+
|
365
387
|
[[package]]
|
366
388
|
name = "shell-words"
|
367
389
|
version = "1.1.0"
|
@@ -370,9 +392,9 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
370
392
|
|
371
393
|
[[package]]
|
372
394
|
name = "shlex"
|
373
|
-
version = "1.
|
395
|
+
version = "1.2.0"
|
374
396
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
375
|
-
checksum = "
|
397
|
+
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
|
376
398
|
|
377
399
|
[[package]]
|
378
400
|
name = "syn"
|
@@ -385,6 +407,17 @@ dependencies = [
|
|
385
407
|
"unicode-ident",
|
386
408
|
]
|
387
409
|
|
410
|
+
[[package]]
|
411
|
+
name = "syn"
|
412
|
+
version = "2.0.47"
|
413
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
414
|
+
checksum = "1726efe18f42ae774cc644f330953a5e7b3c3003d3edcecf18850fe9d4dd9afb"
|
415
|
+
dependencies = [
|
416
|
+
"proc-macro2",
|
417
|
+
"quote",
|
418
|
+
"unicode-ident",
|
419
|
+
]
|
420
|
+
|
388
421
|
[[package]]
|
389
422
|
name = "synstructure"
|
390
423
|
version = "0.12.6"
|
@@ -393,15 +426,15 @@ checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
|
393
426
|
dependencies = [
|
394
427
|
"proc-macro2",
|
395
428
|
"quote",
|
396
|
-
"syn",
|
429
|
+
"syn 1.0.109",
|
397
430
|
"unicode-xid",
|
398
431
|
]
|
399
432
|
|
400
433
|
[[package]]
|
401
434
|
name = "unicode-ident"
|
402
|
-
version = "1.0.
|
435
|
+
version = "1.0.12"
|
403
436
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
404
|
-
checksum = "
|
437
|
+
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
405
438
|
|
406
439
|
[[package]]
|
407
440
|
name = "unicode-xid"
|
@@ -410,23 +443,67 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
410
443
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
411
444
|
|
412
445
|
[[package]]
|
413
|
-
name = "
|
414
|
-
version = "0.
|
446
|
+
name = "windows-sys"
|
447
|
+
version = "0.48.0"
|
448
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
449
|
+
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
450
|
+
dependencies = [
|
451
|
+
"windows-targets",
|
452
|
+
]
|
453
|
+
|
454
|
+
[[package]]
|
455
|
+
name = "windows-targets"
|
456
|
+
version = "0.48.5"
|
415
457
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
416
|
-
checksum = "
|
458
|
+
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
417
459
|
dependencies = [
|
418
|
-
"
|
419
|
-
"
|
460
|
+
"windows_aarch64_gnullvm",
|
461
|
+
"windows_aarch64_msvc",
|
462
|
+
"windows_i686_gnu",
|
463
|
+
"windows_i686_msvc",
|
464
|
+
"windows_x86_64_gnu",
|
465
|
+
"windows_x86_64_gnullvm",
|
466
|
+
"windows_x86_64_msvc",
|
420
467
|
]
|
421
468
|
|
422
469
|
[[package]]
|
423
|
-
name = "
|
424
|
-
version = "0.
|
470
|
+
name = "windows_aarch64_gnullvm"
|
471
|
+
version = "0.48.5"
|
472
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
473
|
+
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
474
|
+
|
475
|
+
[[package]]
|
476
|
+
name = "windows_aarch64_msvc"
|
477
|
+
version = "0.48.5"
|
478
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
479
|
+
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
480
|
+
|
481
|
+
[[package]]
|
482
|
+
name = "windows_i686_gnu"
|
483
|
+
version = "0.48.5"
|
484
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
485
|
+
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
486
|
+
|
487
|
+
[[package]]
|
488
|
+
name = "windows_i686_msvc"
|
489
|
+
version = "0.48.5"
|
490
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
491
|
+
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
492
|
+
|
493
|
+
[[package]]
|
494
|
+
name = "windows_x86_64_gnu"
|
495
|
+
version = "0.48.5"
|
496
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
497
|
+
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
498
|
+
|
499
|
+
[[package]]
|
500
|
+
name = "windows_x86_64_gnullvm"
|
501
|
+
version = "0.48.5"
|
425
502
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
426
|
-
checksum = "
|
503
|
+
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
427
504
|
|
428
505
|
[[package]]
|
429
|
-
name = "
|
430
|
-
version = "0.
|
506
|
+
name = "windows_x86_64_msvc"
|
507
|
+
version = "0.48.5"
|
431
508
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
432
|
-
checksum = "
|
509
|
+
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
data/Cargo.toml
CHANGED
data/ext/bs62/Cargo.toml
CHANGED
data/ext/bs62/src/lib.rs
CHANGED
@@ -23,7 +23,7 @@ impl Bs62 {
|
|
23
23
|
|
24
24
|
#[magnus::init]
|
25
25
|
fn init() -> Result<(), Error> {
|
26
|
-
let c_bs62 = define_class("Bs62",
|
26
|
+
let c_bs62 = define_class("Bs62", magnus::class::object())?;
|
27
27
|
|
28
28
|
c_bs62.define_singleton_method("perform_encode", function!(Bs62::perform_encode, 1))?;
|
29
29
|
c_bs62.define_singleton_method("perform_decode", function!(Bs62::perform_decode, 1))?;
|
data/lib/bs62/version.rb
CHANGED
data/lib/bs62.rb
CHANGED
@@ -5,8 +5,11 @@ require_relative "bs62/extension"
|
|
5
5
|
require "bs62/version"
|
6
6
|
|
7
7
|
if ENV.fetch("DEBUG", false)
|
8
|
-
require "amazing_print"
|
9
8
|
require "debug"
|
9
|
+
begin
|
10
|
+
require "amazing_print"
|
11
|
+
rescue LoadError # rubocop:disable Lint/SuppressedException
|
12
|
+
end
|
10
13
|
end
|
11
14
|
|
12
15
|
class Bs62
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bs62
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Garen J. Torikian
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rb_sys
|
@@ -24,6 +24,7 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0.9'
|
27
|
+
force_ruby_platform: false
|
27
28
|
- !ruby/object:Gem::Dependency
|
28
29
|
name: rake
|
29
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -79,13 +80,13 @@ metadata:
|
|
79
80
|
funding_uri: https://github.com/sponsors/gjtorikian/
|
80
81
|
source_code_uri: https://github.com/gjtorikian/bs62
|
81
82
|
rubygems_mfa_required: 'true'
|
82
|
-
post_install_message:
|
83
|
+
post_install_message:
|
83
84
|
rdoc_options: []
|
84
85
|
require_paths:
|
85
86
|
- lib
|
86
87
|
required_ruby_version: !ruby/object:Gem::Requirement
|
87
88
|
requirements:
|
88
|
-
- - "
|
89
|
+
- - ">="
|
89
90
|
- !ruby/object:Gem::Version
|
90
91
|
version: '3.1'
|
91
92
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
@@ -94,8 +95,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
95
|
- !ruby/object:Gem::Version
|
95
96
|
version: 3.3.22
|
96
97
|
requirements: []
|
97
|
-
rubygems_version: 3.
|
98
|
-
signing_key:
|
98
|
+
rubygems_version: 3.5.3
|
99
|
+
signing_key:
|
99
100
|
specification_version: 4
|
100
101
|
summary: Fast and lightweight Base62 encoder/decoder. Written in Rust, wrapped in
|
101
102
|
Ruby.
|