optify-config 1.17.9-x86_64-linux → 1.18.0-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: 5538e1f3caf7533f021fdf4c0b5aba7323909a271520fdac35f80b3fef162ea7
4
- data.tar.gz: 2e15812c76f403a9fd5ec7a7f330a8d06ff7e86335235c7e37bf9dd9c6493df6
3
+ metadata.gz: 72ce685effaf20e61f50d3b6dbfd7977404de2cce2dc236083354f61ed4ff275
4
+ data.tar.gz: 4f36e14bac44774c4e78452d17dcd42b251fc8e91ef62e5064e2115bbfd38cff
5
5
  SHA512:
6
- metadata.gz: 6b898accfbad60a4fd68759afeeb21bb9657aa497389110e113fa9f34849aa044bf5dfb0520025a7c9d86a46ad232510b2c60809be227a7fc0e1239c42a221c5
7
- data.tar.gz: a95e94b0917d247c7ffa395255e04f552157dd47fb039b7990439766bce0aab8f9cd67f136fd39de585ec28f7faad7fad433eff0e63d5c569b24b48d70f589c7
6
+ metadata.gz: c70b2f22709bfa93c383b51466535eb196697f8920bbd060e7c1f7c08770cac9ef2fc9e2c18473b7cfbb13e18986f56f7c11e2939afc6aad20094e45f550629f
7
+ data.tar.gz: 07bec6e9d42b0b2fa7e43f142bfc5a3fac8806fb0bd75b2f2382da127bbcf5b6ff9d7b0bf61c095cbd67d51084184bba0eb4bcf246b55c81f70070045d71df95
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.17.9
4
+ version: 1.18.0
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-11-26 00:00:00.000000000 Z
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.0
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.0
26
+ version: 0.2.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sorbet-runtime
29
29
  requirement: !ruby/object:Gem::Requirement