optify-config 0.6.1-aarch64-linux → 0.7.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.1/optify_ruby.so +0 -0
- data/lib/optify_ruby/3.2/optify_ruby.so +0 -0
- data/lib/optify_ruby/3.4/optify_ruby.so +0 -0
- data/rbi/optify.rbi +11 -0
- data/sig/optify.rbs +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2113d5e70da1b30cd1ebd475bbf0fe15b0d3170dda85c02c1a4560536fdf3e6f
|
4
|
+
data.tar.gz: a6328e06f100b0762bbe635ccbd787325db0564c78192a959ff8687fda3f3b59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47cea1015e29cc7a6efdac9371c1c7d87f1cf46114d49f829898e18995b0fe3fd041656d6e3724a5f885fd05253b5973df72c0beffdc19ef5b65c0610c9e7f18
|
7
|
+
data.tar.gz: c74f7d52ed02792891ee9a71fca2472003804b97c0a50f4f62d4ca91749a4b6724fd7420bac9153edfcc6e259f287cca49c135a43f4832a48f179e73adb4e910
|
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.
|
4
|
+
version: 0.7.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-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sorbet-runtime
|