optify-config 1.19.0-arm64-darwin → 1.20.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.3/optify_ruby.bundle +0 -0
- data/lib/optify_ruby/3.4/optify_ruby.bundle +0 -0
- data/rbi/optify.rbi +4 -0
- data/sig/optify.rbs +4 -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: b2eff8e909329d2495a1b7e15e41321daf03fd5d479c0ca6a139cf5b924c92c0
|
|
4
|
+
data.tar.gz: c61d77f59d1e5e2858238e79af4dbf31600557acd5cc041c9e98cb67adfeceef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85e5c05e0c30660c1a6ae399760a9839d469afaf005c9bde4ebff2be277814f5d7bfe65b909d4acb3f9b2803aff2da8ca76b9e4dccac38164170be7b5630d982
|
|
7
|
+
data.tar.gz: c4ae4f52814a40cca3ac2e8b9f2b7eec2e9bd5271f80ec2990e7575f9c22c060fd1dc49d9412c4958c7cdbadb036afb049cf2ad0d288e5ee4ce86477c17bac73
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/rbi/optify.rbi
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
# Tools for working with configurations declared in files.
|
|
5
5
|
module Optify
|
|
6
|
+
# Raised when a feature name is not found in the registry.
|
|
7
|
+
class UnknownFeatureError < StandardError
|
|
8
|
+
end
|
|
9
|
+
|
|
6
10
|
# DEPRECATED: Use `Optify::FromHashable` instead.
|
|
7
11
|
# A base class for classes from configuration files.
|
|
8
12
|
# Classes that derive from this can easily be used with `Optify::OptionsProvider.get_options`
|
data/sig/optify.rbs
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
module Optify
|
|
3
3
|
end
|
|
4
4
|
|
|
5
|
+
# Raised when a feature name is not found in the registry.
|
|
6
|
+
class Optify::UnknownFeatureError < StandardError
|
|
7
|
+
end
|
|
8
|
+
|
|
5
9
|
# DEPRECATED: Use `Optify::FromHashable` instead.
|
|
6
10
|
# A base class for classes from configuration files.
|
|
7
11
|
# Classes that derive from this can easily be used with `Optify::OptionsProvider.get_options`
|
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.20.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: 2026-01-
|
|
11
|
+
date: 2026-01-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: optify-from_hash
|