optify-config 1.5.0-arm64-darwin → 1.6.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 +4 -4
- data/lib/optify_ruby/3.2/optify_ruby.bundle +0 -0
- data/lib/optify_ruby/3.4/optify_ruby.bundle +0 -0
- data/rbi/optify.rbi +8 -0
- data/sig/optify.rbs +6 -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: 9cf5ca3f01f7c451050dc5208a8f0dd5a8327638a6dd846ebe042132176eaaa5
|
4
|
+
data.tar.gz: 70bcd38c56405ab9a6a744e914cbed59f0034741c5d1a5a11b87b46509addbef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54a11217f7979172728cac49d0297e7d99d099176a93c03b3eebcaa8a8e4cb189d2bee431b63ba2c3d04457a5e1185f077e11207e9ddf5b1c54ae73860671663
|
7
|
+
data.tar.gz: ad827efe751e03cf87eb53bf69b0aade94d370b49313197b0874be87ad2520b3470fd94e2b632bbd036b1e869bd0e17f398d6172f6fbc3c38dad036c5b55aea4
|
Binary file
|
Binary file
|
data/rbi/optify.rbi
CHANGED
@@ -76,6 +76,14 @@ module Optify
|
|
76
76
|
class OptionsRegistry
|
77
77
|
abstract!
|
78
78
|
|
79
|
+
# @return All of the aliases.
|
80
|
+
sig { returns(T::Array[String]) }
|
81
|
+
def aliases; end
|
82
|
+
|
83
|
+
# @return All of the aliases and features.
|
84
|
+
sig { returns(T::Array[String]) }
|
85
|
+
def features_and_aliases; end
|
86
|
+
|
79
87
|
# @return All of the canonical feature names.
|
80
88
|
sig { returns(T::Array[String]) }
|
81
89
|
def features; end
|
data/sig/optify.rbs
CHANGED
@@ -60,6 +60,12 @@ end
|
|
60
60
|
|
61
61
|
# A registry of features that provides configurations.
|
62
62
|
class Optify::OptionsRegistry
|
63
|
+
# @return All of the aliases.
|
64
|
+
def aliases: () -> ::Array[String]
|
65
|
+
|
66
|
+
# @return All of the aliases and features.
|
67
|
+
def features_and_aliases: () -> ::Array[String]
|
68
|
+
|
63
69
|
# @return All of the canonical feature names.
|
64
70
|
def features: () -> ::Array[String]
|
65
71
|
|
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.6.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-
|
11
|
+
date: 2025-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sorbet-runtime
|