bs62 0.1.0-x86_64-linux → 0.1.2-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: 2c2de37c90f4905bb4e516c2008489d63876ac08d4bfc9440330f73290c08b1c
4
- data.tar.gz: aee4f1d384c39c7226339a236cdf7acc3b66a53cf7e124ff36493ce69304e791
3
+ metadata.gz: 51d300d598079be80417eb49219f8b51761b46ae3e07084ba48c9264cf1f85c2
4
+ data.tar.gz: 7b7e3f93fd16a4e74b0b23c6d50affa941a72e7816aa55f6c8a70c1f9085b992
5
5
  SHA512:
6
- metadata.gz: 14ebd675478c42504bdaab04467813f4c5cf879b0152263748a43f245b96ac2ebf896cb8d64b67e5c0d0b3fcd3258bc34804ed26d863f3ba6b843e928ace1608
7
- data.tar.gz: 0b99228ec48dbb84c2509201219538e658a928374f8965b75444d5449fe72c92f809f2de1baed66dcfef433e1ae70af2920e79e2cd532ebbb1139a892d2713d3
6
+ metadata.gz: eb7b73db0be57d85a390626088ba0ae4ba5dbabefcbccc8c69cf7fb499c3491969d55b83cb7db7d9cdd78aa557809e7f8f8116c51c1eb45a3fececcb7a6a83ef
7
+ data.tar.gz: 7e98b9606bad0a64531eaf17fdda9041fd15e874cf2db1eb52e8f79502e8065072bcc65c449cdfbdbd4ffb7f9fe982238732b38800183b0e538f31af35c2c0f4
data/lib/bs62/3.1/bs62.so CHANGED
Binary file
data/lib/bs62/3.2/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.0"
4
+ VERSION = "0.1.2"
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.2
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: 2023-06-06 00:00:00.000000000 Z
11
+ date: 2024-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -51,6 +51,7 @@ files:
51
51
  - lib/bs62.rb
52
52
  - lib/bs62/3.1/bs62.so
53
53
  - lib/bs62/3.2/bs62.so
54
+ - lib/bs62/3.3/bs62.so
54
55
  - lib/bs62/extension.rb
55
56
  - lib/bs62/version.rb
56
57
  homepage: https://github.com/gjtorikian/bs62
@@ -72,7 +73,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
72
73
  version: '3.1'
73
74
  - - "<"
74
75
  - !ruby/object:Gem::Version
75
- version: 3.3.dev
76
+ version: 3.4.dev
76
77
  required_rubygems_version: !ruby/object:Gem::Requirement
77
78
  requirements:
78
79
  - - ">="