jsonschema_rs 0.46.1-aarch64-linux-musl → 0.46.2-aarch64-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: 3d25d25aaeae69a90c6d16ce1d6c3252a8ace76cbd74eefeab98a431296081e9
4
- data.tar.gz: 9f4fc5430efb2dd8fa875e21c1bd1e26ba7dee649195cf474b2bd90ca1a274f2
3
+ metadata.gz: 0be019d9af733abc882be72103f5405c1fc4bf19039483d5327c462e8e12215f
4
+ data.tar.gz: d3471a00f292912291f81da820982cac9ad18dc66e2deef471b398de79cb38bf
5
5
  SHA512:
6
- metadata.gz: 67b17e3c1b7901ec837724ff4eb2b9167db8236b631d6a9a51220e5ecf37982db134175e2cadde8f5c983c8ff38ef71ef07eecf967cd9e4057690433f83a85b8
7
- data.tar.gz: bd8f354dba0b42072c337363f3101f8dd9255a277e32d44dc8a0056ea6d1578aa96383334ea6728e2c428f584ee73a18c8612685589b3adff4a00be939475ebd
6
+ metadata.gz: bc0a1d1a3702401b3aa501c91478ba845791fec269c72c649add54ceea04b3a341cdca94f98c33b44f0fe9248afcb467ec986d401789081cc75b02411c726c7b
7
+ data.tar.gz: 337f81587b71f5b9a2e646af6a65a14f8bea84f987636b97bb5a7ae300c486f117ca17446a6e5d3c35f4dbacd584bcdcc82e035df4b1ecaf14ac50e37d9bdc59
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: aarch64-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