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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4edf67de01870b292830f9e052b714a38d3ceab11bffdede895f39b346b5224
4
- data.tar.gz: 8aa53fcef5895386cb21a3c0163282745dd73c6684ce93d0075f320623188a1d
3
+ metadata.gz: 9cf5ca3f01f7c451050dc5208a8f0dd5a8327638a6dd846ebe042132176eaaa5
4
+ data.tar.gz: 70bcd38c56405ab9a6a744e914cbed59f0034741c5d1a5a11b87b46509addbef
5
5
  SHA512:
6
- metadata.gz: 06cebdf92bd43b774ee209758a36a02e25c84e5a9a95fa00405d7750dabd4a59f681fc3db36d4b635ce166b156ccc0e4d2e52af6e91d5246ff098c31b68e2965
7
- data.tar.gz: 0fb5af3f4bd45fad45468c4e813e274e5613c065d5fdb4b4f48790b759490e3d7b2f055997d64a37927a1063238eb7ac793690e5f58224afa738b3a8bd96758b
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.5.0
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-05-16 00:00:00.000000000 Z
11
+ date: 2025-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sorbet-runtime