bs62 0.1.2-x86_64-darwin → 0.1.5-x86_64-darwin

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: 00537c9722d2c325474751960e44e6cfed26b05c963c58c754fd94417e4f2941
4
- data.tar.gz: 2415db4f2fcb19ba2a38a37ebf56087dd26cb00d53a74e1f8e656f8e8aab151a
3
+ metadata.gz: 0e62f28c7c1aeab4fc6d367c123c4759839303510544f39ff00c6b852c3244e2
4
+ data.tar.gz: 8f7660981b665b12cfe4cfff7ce90c32995a9a6b79d4b8d8690bd704dbcd336a
5
5
  SHA512:
6
- metadata.gz: f5941f8197402670f9ff447eb4128379f52e72b87e03a1d961dc6ae05fb0f6e8bdc328ef9d0c3daf8b89c0c59da0f8e6c0d8c477531c271f04acf743be30150b
7
- data.tar.gz: bd527fbd4d9448ce14116631374ccb2fb1edb389e32014325b400a8b33b2480878aceb1597bf76839ff2910f507c8f47df690e663e9007054a488392828b2007
6
+ metadata.gz: f1b3fb92dc58a979bacef291be91dffcf0c8eea20415e4683c6ef406368de415cf3c7b32ca0542c1fd3f293d3abd2d934d81ff467c6ba74f5fccb477d9ef59f1
7
+ data.tar.gz: b235adfcb5b5536ed20949e4f89aab24e8b0d1cb845c06705e5314f3c28e3f9b0a63f6522b3159ccf814f8c4a193b2eda26cfb3336179054b14457d7136d53ff
Binary file
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: x86_64-darwin
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.bundle
53
52
  - lib/bs62/3.2/bs62.bundle
54
53
  - lib/bs62/3.3/bs62.bundle
54
+ - lib/bs62/3.4/bs62.bundle
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
Binary file