optify-config 0.6.1-arm64-darwin → 0.7.0-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: 900c6256059261ed065db579ba05a712308ab1820fc29addfd0bedb37b050797
4
- data.tar.gz: 066a15adf0cd552ea3457f4da53ac1fdd3f889bcd519b4e300b22c1876190b71
3
+ metadata.gz: 26e13c114d43d7ec709b17fec27915f06dfaa4c181a3ae48ea44465563a0cf74
4
+ data.tar.gz: 4bc469738ebba83a34d12e43ff77386b11f0359ebd3ef7d92cbb34f251ada859
5
5
  SHA512:
6
- metadata.gz: 62967b9796252f57a56720cf6053200124bac28b793951f621c6a82f07478543e3cf41f222ab2a69cba34c84668edbf1d4cebada6a06b146af9ac15aaa72b9e5
7
- data.tar.gz: 4bcd452306323bde3825174c7a3276427469bd16c52ff00ced97377b78a7e29c9cb33fd07c72c442553168c006f0fc80978663dc884879ff1d33bb6c2be950cb
6
+ metadata.gz: 213631c0e929f1da0c8caea040b53c90a25a734c4445550cddae01a72303c48925224a0457ab681ec08ae9284f95ff668cefccb14e20c8747e502bab1cead847
7
+ data.tar.gz: 9d53de661a86c0182b82f3e0886b9fdab7fdce249efad637db8776979f124d1f49d62659e0a64a9d2eadc93c00994ce75ea2af8a9a793ffef738130419887d6a
Binary file
Binary file
Binary file
data/rbi/optify.rbi CHANGED
@@ -36,6 +36,17 @@ module Optify
36
36
 
37
37
  # Provides configurations based on keys and enabled feature names.
38
38
  class OptionsProvider
39
+ # @return All of the canonical feature names.
40
+ sig { returns(T::Array[String]) }
41
+ def features; end
42
+
43
+ # @return All of the keys and values for the the features.
44
+ sig do
45
+ params(feature_names: T::Array[String], preferences: GetOptionsPreferences)
46
+ .returns(String)
47
+ end
48
+ def get_all_options_json(feature_names, preferences); end
49
+
39
50
  # Map an alias or canonical feature name (perhaps derived from a file name) to a canonical feature name.
40
51
  # Canonical feature names map to themselves.
41
52
  #
data/sig/optify.rbs CHANGED
@@ -31,6 +31,11 @@ end
31
31
 
32
32
  # Provides configurations based on keys and enabled feature names.
33
33
  class Optify::OptionsProvider
34
+ # @return All of the canonical feature names.
35
+ def features: () -> ::Array[String]
36
+
37
+ def get_all_options_json: (::Array[String] feature_names, GetOptionsPreferences preferences) -> String
38
+
34
39
  # Map an alias or canonical feature name (perhaps derived from a file name) to a canonical feature name.
35
40
  # Canonical feature names map to themselves.
36
41
  #
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.6.1
4
+ version: 0.7.0
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-02-23 00:00:00.000000000 Z
11
+ date: 2025-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sorbet-runtime