jsonschema_rs 0.46.1-arm64-darwin → 0.46.2-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: 642c073dd4920aeab48cf30c6e868a9be21215e9f36c244ce762d6db7415d6e5
4
- data.tar.gz: f617f83226e437012a613170665037e7d2672c756700d05ad1422f2e71354f0f
3
+ metadata.gz: f6ef566feb52ea02641ced66d19d1a8a37ffb21c094233fbcad970a5d885d57d
4
+ data.tar.gz: f910e6ba334358c38006d63fd3cd8b9b745593966e49a2f3e7e349ed74a0baea
5
5
  SHA512:
6
- metadata.gz: d0ef20e9e655fa07f6e193c75ca3b4f7e57833dfe1fe174e854c39b36f95b84c2ad70f635133e5b5df49431c49c22b883ff08d53899df01cea8cbde1eb112edf
7
- data.tar.gz: 730c05d8f7ab72fd0a56144393e2878582849969357d0f61f8336ec2d43c32073af2041a2e9b260cc6c6bf0154b88f5551e09f4b54971d019eb70f62206540a7
6
+ metadata.gz: 1b8dbbe3ce2eb1cf857e23802c1d363de79f6ea91b04ec8524d787fa0030ea522eb78836d8c4321f5fe2ca145a7cda65b21fd4abbe0e633fe24405f7a9658099
7
+ data.tar.gz: ffb37f25720d2bea2dabd05125d3b386b8add01d8da9985d2d7d7f004213259aa70532d1f3eb754b357e1ddae7ebfc5124fcafca031701258d39e0b5ee48179c
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.46.2] - 2026-04-20
6
+
7
+ ### Fixed
8
+
9
+ - `required` not enforced when `additionalProperties` is a schema object and `required` lists exactly 2 keys.
10
+
5
11
  ## [0.46.1] - 2026-04-18
6
12
 
7
13
  ### Fixed
@@ -92,7 +98,8 @@
92
98
 
93
99
  - Initial public release
94
100
 
95
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.1...HEAD
101
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.2...HEAD
102
+ [0.46.2]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.1...ruby-v0.46.2
96
103
  [0.46.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.0...ruby-v0.46.1
97
104
  [0.46.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.45.1...ruby-v0.46.0
98
105
  [0.45.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.45.0...ruby-v0.45.1
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JSONSchema
4
- VERSION = "0.46.1"
4
+ VERSION = "0.46.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonschema_rs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.1
4
+ version: 0.46.2
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Dmitry Dygalo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-18 00:00:00.000000000 Z
11
+ date: 2026-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal