bs62 0.1.0-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: 6d6263ad453095967e93e6cc220ca42c575bcf111b2fbbea06a26678e44f0271
4
- data.tar.gz: 32bd37469f102b5fda66eb482329f0d88c71214a33ee98e577edc388c3e929c8
3
+ metadata.gz: 0e62f28c7c1aeab4fc6d367c123c4759839303510544f39ff00c6b852c3244e2
4
+ data.tar.gz: 8f7660981b665b12cfe4cfff7ce90c32995a9a6b79d4b8d8690bd704dbcd336a
5
5
  SHA512:
6
- metadata.gz: ba713be64fdd49e53f18328f61f8caecddca242315363f6a69a12f5a05a2f75a6d6cf5131deffa06b53f65df6cabd868875f6b96f44df53567ca1f4cb2886bcb
7
- data.tar.gz: 7ed65e79baa5b1bb86d87b49bfcc0a757299cdefce138f2f7081c40c3889f6745e667c246aff658fa7ac384815598310ad3af072e7fac687954c93f11792ce6a
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.0"
4
+ VERSION = "0.1.5"
5
5
  end
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.0
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: 2023-06-06 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,8 +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
53
+ - lib/bs62/3.3/bs62.bundle
54
+ - lib/bs62/3.4/bs62.bundle
54
55
  - lib/bs62/extension.rb
55
56
  - lib/bs62/version.rb
56
57
  homepage: https://github.com/gjtorikian/bs62
@@ -69,17 +70,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
70
  requirements:
70
71
  - - ">="
71
72
  - !ruby/object:Gem::Version
72
- version: '3.1'
73
+ version: '3.2'
73
74
  - - "<"
74
75
  - !ruby/object:Gem::Version
75
- version: 3.3.dev
76
+ version: 3.5.dev
76
77
  required_rubygems_version: !ruby/object:Gem::Requirement
77
78
  requirements:
78
79
  - - ">="
79
80
  - !ruby/object:Gem::Version
80
81
  version: 3.3.22
81
82
  requirements: []
82
- rubygems_version: 3.4.4
83
+ rubygems_version: 3.5.23
83
84
  signing_key:
84
85
  specification_version: 4
85
86
  summary: Fast and lightweight Base62 encoder/decoder. Written in Rust, wrapped in
Binary file