optify-config 1.17.0-arm64-darwin → 1.17.1-arm64-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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b777c7df2b23cafb01b9796d6becb2762a3ce5fc9001a55d0f8ca7cd90625ba
|
4
|
+
data.tar.gz: bf34663843c1d60dc89d0dc7862eab5659ae0cc28df56e76b42058ee74536099
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49522e4a68f7bc0228846c949e28b19e8c8c053c18b675a37e8597a09189a6c13537bda6764c39f0c4df94e297144cf3497a7eca441dec376a642e2484939267
|
7
|
+
data.tar.gz: 1d4b8627632eef7935dfb45e5618a3a70becd325fae5eb26ef0411ec91cfdc73136a4cd2c41de675896a63911ed0500c9c899bb51a435c7e11309e77dbb7ce58
|
Binary file
|
Binary file
|
@@ -113,6 +113,7 @@ module Optify
|
|
113
113
|
# We already know there are no overrides because we checked above.
|
114
114
|
preferences = GetOptionsPreferences.new
|
115
115
|
preferences.skip_feature_name_conversion = true
|
116
|
+
preferences.enable_configurable_strings if are_configurable_strings_enabled
|
116
117
|
|
117
118
|
result = get_options(key, feature_names, config_class, nil, preferences)
|
118
119
|
|
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: 1.17.
|
4
|
+
version: 1.17.1
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Justin D. Harris
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-10-
|
11
|
+
date: 2025-10-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sorbet-runtime
|