bs62 0.1.2-x86_64-linux → 0.1.5-x86_64-linux

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: 51d300d598079be80417eb49219f8b51761b46ae3e07084ba48c9264cf1f85c2
4
- data.tar.gz: 7b7e3f93fd16a4e74b0b23c6d50affa941a72e7816aa55f6c8a70c1f9085b992
3
+ metadata.gz: 2dcb4bebc3046ffbe1b1447c744731ee67dfe6ca43094138540f544775fc4faa
4
+ data.tar.gz: 574ed141ad22ae5093294ef01917bc80d44b27e0b606b09defca5ede0bc6848a
5
5
  SHA512:
6
- metadata.gz: eb7b73db0be57d85a390626088ba0ae4ba5dbabefcbccc8c69cf7fb499c3491969d55b83cb7db7d9cdd78aa557809e7f8f8116c51c1eb45a3fececcb7a6a83ef
7
- data.tar.gz: 7e98b9606bad0a64531eaf17fdda9041fd15e874cf2db1eb52e8f79502e8065072bcc65c449cdfbdbd4ffb7f9fe982238732b38800183b0e538f31af35c2c0f4
6
+ metadata.gz: 16fae773e62cb778f56d93f316792a3387e7e63000ecb2786a2a52071d0ca44c7674674226070d80320fcd6ee1dea41a919b11a9ac11789856b8d0e8fce162ff
7
+ data.tar.gz: ef9ae5b3fca4d689f3a6deeb42a81e0c5b0b69ffb96bb6f65b871f473a0b17330727516a4c2ba7ef83fd7f2c8d9c73776317b8b5c6fddca951a32f508c943b52
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: x86_64-linux
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