optify-config 0.4.3-aarch64-linux → 0.4.4-aarch64-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: cad72fcca6e1de75e2f7e9300f42d240e07f21ddba91db1ea52900eeb479fb3c
4
- data.tar.gz: f4e06ab8367c5a2843fab1543ccb66dd635eb9ed2eb2257f8955699f51cc11ae
3
+ metadata.gz: 7c65a7a3ddc56878a5bff127742ecc830f5d77d1d83b8471f2b5c459f578a656
4
+ data.tar.gz: 04755c9225f7d01c963ab2658426cdb6f12435fe57862239d8f5267a754c8b65
5
5
  SHA512:
6
- metadata.gz: 1fcfde6f31aeb4746fbd69e232b0492efe4d4cd3c237f29935c3115c8911a31acf32ede998a9ff5340f661a29d10cda285483f3d2a225aa5eedaf5afe7986f36
7
- data.tar.gz: 1ec7cf36adeb157b8fcd0e55fb54ae34d729eb760485e980f68f98e6ed480b2e78f9eef1749129a46a3c80e3c1c346fc9c11d2ff5ca0870f6b92b902282fd92c
6
+ metadata.gz: 5fc78c00fb6527486ffaf81842a795ba000b3ac91c36dca123a5de801b87de38f089df3047ce819230b5fa7b7c303494fc2f5a73cb09b2d8a44e9554ebd27c9c
7
+ data.tar.gz: e4fa813957b242d07052e0b728737f367a83677fff0bddfbe2881b9e7f4a290e268ca2374c0a5b1db848d6d670d9b105c004fd18a8b7118d84fc726fa8973792
data/lib/optify.rb CHANGED
@@ -13,7 +13,7 @@ require_relative 'optify_ruby/implementation'
13
13
  # but that doesn't work when building for multiple versions of Ruby.
14
14
  # So we have to do this which is similar to something from 'https://github.com/matsadler/halton-rb/blob/main/lib/halton.rb'.
15
15
  begin
16
- /(?<ruby_version>\d+\.\d+)/ =~ RUBY_VERSION
16
+ ruby_version = T.must(RUBY_VERSION.match(/\d+\.\d+/))[0]
17
17
  require_relative "optify_ruby/#{ruby_version}/optify_ruby"
18
18
  rescue LoadError
19
19
  begin
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: optify-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Justin D. Harris
@@ -89,7 +89,9 @@ extensions: []
89
89
  extra_rdoc_files: []
90
90
  files:
91
91
  - lib/optify.rb
92
- - lib/optify_ruby/3.0/optify_ruby.so
92
+ - lib/optify_ruby/3.1/optify_ruby.so
93
+ - lib/optify_ruby/3.2/optify_ruby.so
94
+ - lib/optify_ruby/3.4/optify_ruby.so
93
95
  - lib/optify_ruby/base_config.rb
94
96
  - lib/optify_ruby/implementation.rb
95
97
  - rbi/optify.rbi
@@ -107,10 +109,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
107
109
  requirements:
108
110
  - - ">="
109
111
  - !ruby/object:Gem::Version
110
- version: '3.0'
112
+ version: '3.1'
111
113
  - - "<"
112
114
  - !ruby/object:Gem::Version
113
- version: 3.1.dev
115
+ version: 3.5.dev
114
116
  required_rubygems_version: !ruby/object:Gem::Requirement
115
117
  requirements:
116
118
  - - ">="