optify-config 1.24.0-aarch64-linux → 1.25.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.3/optify_ruby.so +0 -0
- data/lib/optify_ruby/3.4/optify_ruby.so +0 -0
- data/lib/optify_ruby/4.0/optify_ruby.so +0 -0
- data/rbi/optify.rbi +2 -1
- data/sig/optify.rbs +2 -1
- metadata +14 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 12c8a44e681d15af03f05c898aa7dd2352c5ff951782bf48230714c77c7ade38
|
|
4
|
+
data.tar.gz: d714a38e4b8eb5f6d051dab0663bd34c5e7d2c0ae83c673b5409de31a4432f31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4316956a4532e071eaeb48f5181a84c2008ab2174bbb86163d9ffd07a7025d1892a5f500f062f28607f67c60bc20d3f8fddcaf305a7e1c49907cf634cd0dc52
|
|
7
|
+
data.tar.gz: 7a977869f72fa3ace54e56125a5cd58ce82ffde091032bcd40f22b795d7582af3a2f5158a13b8cd97fb1a39eda25682519ce82ad02fe585ce1bf793ccede3980
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/rbi/optify.rbi
CHANGED
|
@@ -412,7 +412,8 @@ module Optify
|
|
|
412
412
|
end
|
|
413
413
|
def map_feature_names(feature_names, preferences); end
|
|
414
414
|
|
|
415
|
-
# @return The policies for the feature, or `nil` if the feature has no policies.
|
|
415
|
+
# @return The policies directly declared for the feature, or `nil` if the feature has no policies.
|
|
416
|
+
# This may not consider all policies defined per requester outside of the feature configuration.
|
|
416
417
|
sig { params(canonical_feature_name: String).returns(T.nilable(Optify::Policies)) }
|
|
417
418
|
def get_policies(canonical_feature_name); end
|
|
418
419
|
|
data/sig/optify.rbs
CHANGED
|
@@ -235,7 +235,8 @@ module Optify::ProviderModule
|
|
|
235
235
|
|
|
236
236
|
def map_feature_names: (::Array[String] feature_names, GetOptionsPreferences preferences) -> ::Array[String?]
|
|
237
237
|
|
|
238
|
-
# @return The policies for the feature, or `nil` if the feature has no policies.
|
|
238
|
+
# @return The policies directly declared for the feature, or `nil` if the feature has no policies.
|
|
239
|
+
# This may not consider all policies defined per requester outside of the feature configuration.
|
|
239
240
|
def get_policies: (String canonical_feature_name) -> Optify::Policies?
|
|
240
241
|
|
|
241
242
|
def _check_policies: (String requester, ::Array[String] feature_names) -> String?
|
metadata
CHANGED
|
@@ -1,43 +1,49 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: optify-config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.25.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: 2026-09-
|
|
11
|
+
date: 2026-09-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: optify-from_hash
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.4.0
|
|
20
|
+
- - "<"
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '1'
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.
|
|
29
|
+
version: 0.4.0
|
|
30
|
+
- - "<"
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '1'
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: sin_lru_redux
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
30
36
|
requirements:
|
|
31
37
|
- - "~>"
|
|
32
38
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 2.5.
|
|
39
|
+
version: 2.5.3
|
|
34
40
|
type: :runtime
|
|
35
41
|
prerelease: false
|
|
36
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
43
|
requirements:
|
|
38
44
|
- - "~>"
|
|
39
45
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 2.5.
|
|
46
|
+
version: 2.5.3
|
|
41
47
|
- !ruby/object:Gem::Dependency
|
|
42
48
|
name: sorbet-runtime
|
|
43
49
|
requirement: !ruby/object:Gem::Requirement
|