optify-config 0.4.3-x86_64-linux → 0.4.4-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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 172cfe4a0f2400de69f0556dd03c1d053df7df35842a0fd4c3dee59e86f1e731
|
4
|
+
data.tar.gz: 7931d4066d612db982573d8ad1afad1dd1f5d285605809058a3a6a0f56208e6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df23fbd41d63b87987cb7edcfdf16083edbed8a72ba52f5543f728e92cdbdc348d90bf45b30ed96e6d9ae4c57c0762ac966138a08430887980bb7887194dcbb4
|
7
|
+
data.tar.gz: d3601c55fcaee42d75dd024d560485e6c026e0e0bfbbe8b2d8d43247fb7eb7f70dd5993998e1219edd90ac21f92e2e4737d38bac9397348a05d69148335cb078
|
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
|
-
|
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
|
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.
|
4
|
+
version: 0.4.4
|
5
5
|
platform: x86_64-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.
|
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.
|
112
|
+
version: '3.1'
|
111
113
|
- - "<"
|
112
114
|
- !ruby/object:Gem::Version
|
113
|
-
version: 3.
|
115
|
+
version: 3.5.dev
|
114
116
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
115
117
|
requirements:
|
116
118
|
- - ">="
|