jsonschema_rs 0.46.1-x86_64-linux-musl → 0.46.2-x86_64-linux-musl

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: f056b184f08c2401fa64a8751c960700d19de879a4343aefd92aa6c4ca0eba68
4
- data.tar.gz: 1a53c002097e40c531c94eefdd205b6867237bd46fb4e7565a9ff4eeeb51bbb1
3
+ metadata.gz: f92aa14a94096ec4f3fdbf300c04ed432e0264cfe876fa927ad377dc8116ea0c
4
+ data.tar.gz: 1811a72f08e589d27591a9cd4a6712e775141f8e6673f1e3b83d7cac8e5dea2e
5
5
  SHA512:
6
- metadata.gz: d92fad4fc42e9440c0baed282534c2fb6b3d61080adf6ae43cd13a78d89baf621da5395bbe081548a04c7c5697bb8a4be6c0a16733739a63eee46e8860593649
7
- data.tar.gz: 5f483127ef65595c3e91afd9b254654fe05f77fca50927992d8b8ebb74bd7def57f66d31440d67d826e8513f0653717a5cd57678b32542dae4bbbe91061cc62f
6
+ metadata.gz: 112aadc1eed3f8b38f5585a7a4c5d405eb8a51d47dab881251aa26da4b193c339f113052838660550bbeaf4a62e69ada202ae40cb0c8a051911db1d1fad602eb
7
+ data.tar.gz: 6e78668780d94614049f84cac8170151fde6e8daf4d29e9c97771a18af304d8c603a6e105a2bcd781ec5a8db16323c58345e603f01e4b71ef89018d1d7c76db7
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
Binary file
Binary file
Binary file
@@ -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: x86_64-linux-musl
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