optify-config 1.19.0-x86_64-linux → 1.20.1-x86_64-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b817d3396d7397e472fda368222f22fbb4b13978d8657bae7fdff1e71d0724c1
4
- data.tar.gz: ec60a48b7ff9ed847e0e0c25c4678b52177f561b2d7949d0ac17a8da2c85f886
3
+ metadata.gz: 6395bcceff882ab4998685b82bd9b26870728fe73f29cfde0e3f89556910244e
4
+ data.tar.gz: 8c43cf1b1305842be270ffaf8bd67323e285369b75ecdeb35b3ae35d703e00d6
5
5
  SHA512:
6
- metadata.gz: 8babfb061313a6660ae431dfd7e3bc2a931cc206f1aa2818bd1cc0a6edc327989c4c89604d403084042a81f036a2b7fb7f7faecadf75e19d006b4678fa558355
7
- data.tar.gz: cb11f31d9d504deacd854ab86d04ba48d7a19e7db33c70f2df4b964adaf5b43ee56d2194902b6397802ac733909640402e2fc363f66ec725525bd148917a5bf2
6
+ metadata.gz: fb4991767c57f3ff4f97c42b5e2d8d84625bd508c1b51c5eeae1c4d0b999e459d7eac9a0cb736c054731824d5883d013a9f7b544aa5c87988fe53bbcabd5dbe5
7
+ data.tar.gz: c4d25eae3b70e7d4a7016ce49dca8f1d7207493daba351d2867eccef29a37cf02601805e2f51b60479d5d5d7cdbb6e149599dee1bc96ae6f5886b1d27016c00d
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.19.0
4
+ version: 1.20.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Justin D. Harris
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-01-05 00:00:00.000000000 Z
11
+ date: 2026-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: optify-from_hash