optify-config 0.8.0-x86_64-linux → 0.8.1-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: 5412500a09cfb3355999019494b64b352ac915d8cb1f260dd0de536fc92d9cef
|
4
|
+
data.tar.gz: da7a59c692d535707779e34e1a975f7d0306a89fdee313691889e2c7f5eaf88b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29934d66fba44d74746dd9ddae8e83f0b405aa5cfb5ff9da204dcc90c9f77560efccf961bf3fb15b12b74709697bd8b3374480ca14b03c0a8b1867674eb25595
|
7
|
+
data.tar.gz: f2d2abe51ea662eeffd766ecf336b74a5da462ea8d4ebe573a1b316dd9729203d87c1c0954e25644131c88d5db240f338aee9ccfd5f7c290a5da61c114ccf465
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: optify-config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.1
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Justin D. Harris
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03
|
11
|
+
date: 2025-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sorbet-runtime
|
@@ -103,7 +103,6 @@ extensions: []
|
|
103
103
|
extra_rdoc_files: []
|
104
104
|
files:
|
105
105
|
- lib/optify.rb
|
106
|
-
- lib/optify_ruby/3.1/optify_ruby.so
|
107
106
|
- lib/optify_ruby/3.2/optify_ruby.so
|
108
107
|
- lib/optify_ruby/3.4/optify_ruby.so
|
109
108
|
- lib/optify_ruby/base_config.rb
|
@@ -125,7 +124,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
125
124
|
requirements:
|
126
125
|
- - ">="
|
127
126
|
- !ruby/object:Gem::Version
|
128
|
-
version: '3.
|
127
|
+
version: '3.2'
|
129
128
|
- - "<"
|
130
129
|
- !ruby/object:Gem::Version
|
131
130
|
version: 3.5.dev
|
Binary file
|