optify-config 1.12.0-x86_64-linux → 1.13.0-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: 8d68c40954ba6762ae2a44071ec71a257b5419bc29ef4f22e813e2b48c320b8e
4
- data.tar.gz: a1f5d80634f25f5ba8d6ab653933a03155608f1caa01dee4aa2a5f66f2975b8e
3
+ metadata.gz: e9ebe8b0dea5ea3a6b56780fb1d29fe95e8fadfa7f49330aaefc9cded76070f0
4
+ data.tar.gz: 8363c9c77b20f16be79250d0772413a052067bee2c78ff3fcb50121b2372a1dc
5
5
  SHA512:
6
- metadata.gz: c4421c8fb4016f3baec776957af1e594d04560ea093dfabd69d122fe51a42803b43cb6a7f2891e6e69531336894044b119ecf64af1e87ab028656f9e149a07e4
7
- data.tar.gz: 128a5507c8260b71043217db11951089d20036d854e2f350ffb19836880f724e357d58b413dc89825bd140b757c28210b353c7bd33e512cb598eae1863bbf3fe
6
+ metadata.gz: 5250ff99da0e301ffb8559f0e15acfdce3365e51da3eaab47f39710f2de27da9a551ee6df3d39b2161f3db2234c728413b92051af10c6d769f7d9ab449c18f77
7
+ data.tar.gz: 1608e1f6dca653e0c852d39b9586f6f561400faa745009134232242930c1e7d493a9b81d0ff97a0c9b8b21f7ec51bea30b91905172186ad20c9b6f33df2cef3a
Binary file
Binary file
@@ -5,15 +5,15 @@ module Optify
5
5
  # Preferences for `get_options`.
6
6
  class GetOptionsPreferences
7
7
  # @param constraints [Hash]
8
- #: (Hash[untyped, untyped] constraints) -> void
8
+ #: (Hash[untyped, untyped]? constraints) -> void
9
9
  def constraints=(constraints)
10
- self.constraints_json = constraints.to_json
10
+ self.constraints_json = constraints&.to_json
11
11
  end
12
12
 
13
13
  # @param overrides [Hash]
14
- #: (Hash[untyped, untyped] overrides) -> void
14
+ #: (Hash[untyped, untyped]? overrides) -> void
15
15
  def overrides=(overrides)
16
- self.overrides_json = overrides.to_json
16
+ self.overrides_json = overrides&.to_json
17
17
  end
18
18
  end
19
19
  end
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.12.0
4
+ version: 1.13.0
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: 2025-07-08 00:00:00.000000000 Z
11
+ date: 2025-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sorbet-runtime