optify-config 1.17.9-aarch64-linux → 1.18.0-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 +4 -4
- data/lib/optify_ruby/3.2/optify_ruby.so +0 -0
- data/lib/optify_ruby/3.3/optify_ruby.so +0 -0
- data/lib/optify_ruby/3.4/optify_ruby.so +0 -0
- data/rbi/optify.rbi +5 -0
- data/sig/optify.rbs +4 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63e3726a2b36f0e0058dccf56b01586ee56ed6e6cee9ebcca52598d5f9fa415d
|
|
4
|
+
data.tar.gz: a1dd9ddf7f38bc54bfd5e484a6612a0a83439cf09b4feaa4543ccec2b7a0ebc4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6faa07cc105b9da88b1def3495400d64ecbecfd00ccf350e2b15423579cc7be8d13eefc934d725eb9908af3e2db259253a667b4e6ab78ee7be4936d01b891afe
|
|
7
|
+
data.tar.gz: 1a799800bf6e0dd1f78ee752b1cb246d05449c24d053a5e519aa108aa2d836e398594c5a2db341f520e6aacf7de5b77558e5d77b4788ab30f29ec9945e23f330
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/rbi/optify.rbi
CHANGED
|
@@ -257,6 +257,11 @@ module Optify
|
|
|
257
257
|
end
|
|
258
258
|
def get_options_json_with_preferences(key, feature_names, preferences); end
|
|
259
259
|
|
|
260
|
+
# @param canonical_feature_name [String] A canonical feature name
|
|
261
|
+
# @return Whether the feature has conditions.
|
|
262
|
+
sig { params(canonical_feature_name: String).returns(T::Boolean) }
|
|
263
|
+
def conditions?(canonical_feature_name); end
|
|
264
|
+
|
|
260
265
|
# (Optional) Eagerly initializes the cache.
|
|
261
266
|
# @return `self`.
|
|
262
267
|
sig { returns(T.self_type) }
|
data/sig/optify.rbs
CHANGED
|
@@ -159,6 +159,10 @@ module Optify::ProviderModule
|
|
|
159
159
|
|
|
160
160
|
def get_options_json_with_preferences: (String key, ::Array[String] feature_names, GetOptionsPreferences preferences) -> String
|
|
161
161
|
|
|
162
|
+
# @param canonical_feature_name [String] A canonical feature name
|
|
163
|
+
# @return Whether the feature has conditions.
|
|
164
|
+
def conditions?: (String canonical_feature_name) -> bool
|
|
165
|
+
|
|
162
166
|
# (Optional) Eagerly initializes the cache.
|
|
163
167
|
# @return `self`.
|
|
164
168
|
def init: () -> self
|
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.
|
|
4
|
+
version: 1.18.0
|
|
5
5
|
platform: aarch64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- Justin D. Harris
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: optify-from_hash
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.2.
|
|
19
|
+
version: 0.2.1
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.2.
|
|
26
|
+
version: 0.2.1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: sorbet-runtime
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|