bs62 0.1.2-x64-mingw-ucrt → 0.1.5-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: dd66557123c6683052c859fa93a3491a935a8a2ccef691ceb9f03c01f35e740a
4
- data.tar.gz: cfa6f46c9059be5421702f1f3dc3fe7e98886fe1dce010d78afe7361d94f0d1c
3
+ metadata.gz: d3c40a55077b2a37bc251f461efdad0d070e31cbe8729e260b7163606d069dc0
4
+ data.tar.gz: c1b87d0e658cec07515fff846b3b27f88a7c01deafeee37a01bb120f933ce16c
5
5
  SHA512:
6
- metadata.gz: 4d79f77a243f5626bca875aaee2c6032ad70bf09913f0ea168dea497377af27100f9493769128dd54194f930047595ca021d061bd73331066e340be5350f4878
7
- data.tar.gz: 118a851d3ba82b1bc05b44e312bbc08b0dcff3c45f97530708d86842540cd32edcb6db6dc9603c153adb2087e36a721fe9aac7501391dd995e263ea0c6f73781
6
+ metadata.gz: 60013543b960a65ecc13c2a90a7b5ea497ca9256ccf71e733b3d52080f6c646fe814e275b4d9300ca3477d1001918d104e81b71ffd97cbe48cb25b9889f8cfb8
7
+ data.tar.gz: ec022eb2d2a33f66dc923a0bc4af67cb7057ce70d4e2e29e94d007187a9654e1fefc952b1cce4da65d1247a98dbffbaa21d93fb46fa1aeadfb012e8f82584566
data/lib/bs62/3.2/bs62.so CHANGED
Binary file
data/lib/bs62/3.3/bs62.so CHANGED
Binary file
Binary file
data/lib/bs62/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class Bs62
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.5"
5
5
  end
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.2
4
+ version: 0.1.5
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Garen J. Torikian
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-04 00:00:00.000000000 Z
11
+ date: 2025-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -49,9 +49,9 @@ files:
49
49
  - LICENSE.txt
50
50
  - README.md
51
51
  - lib/bs62.rb
52
- - lib/bs62/3.1/bs62.so
53
52
  - lib/bs62/3.2/bs62.so
54
53
  - lib/bs62/3.3/bs62.so
54
+ - lib/bs62/3.4/bs62.so
55
55
  - lib/bs62/extension.rb
56
56
  - lib/bs62/version.rb
57
57
  homepage: https://github.com/gjtorikian/bs62
@@ -70,17 +70,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - ">="
72
72
  - !ruby/object:Gem::Version
73
- version: '3.1'
73
+ version: '3.2'
74
74
  - - "<"
75
75
  - !ruby/object:Gem::Version
76
- version: 3.4.dev
76
+ version: 3.5.dev
77
77
  required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  requirements:
79
79
  - - ">="
80
80
  - !ruby/object:Gem::Version
81
81
  version: 3.3.22
82
82
  requirements: []
83
- rubygems_version: 3.4.4
83
+ rubygems_version: 3.5.23
84
84
  signing_key:
85
85
  specification_version: 4
86
86
  summary: Fast and lightweight Base62 encoder/decoder. Written in Rust, wrapped in
data/lib/bs62/3.1/bs62.so DELETED
Binary file