jsonschema_rs 0.46.0-x64-mingw-ucrt → 0.46.1-x64-mingw-ucrt

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: 274b932b0bb6ce43fd67ec89d05713f26b25fbed80d0c1a4cd108b920a3807a7
4
- data.tar.gz: c35144f61c0c47defdd133e56a382ac4696dfa19629c25ac75751edcc3cf49a6
3
+ metadata.gz: edb9de452ea60f69693246e203d7cbd7e8a2723cee87d1a6203c5278ffe9b02b
4
+ data.tar.gz: 35631ca9b1d01696c1584464d6756d4578ce847cef72ccc6be7c06f04fe394df
5
5
  SHA512:
6
- metadata.gz: 54a74400d6ecd1dbfde5a71461822f3f0485bbecc3380445f5bfd4dccd9cbb5e1ac4c4318a3020a43bc6190fb8ae4612dae0492776a75539a8407e90ec59c567
7
- data.tar.gz: 0d48e3ccf77b522dc7fb5af3911b9ece60b7b3e5388c3c7bc075d15ca9c8d7e08e6353826e3e28aad9329907a14f6d72359162663f9d6bd3e321c4a4e5908e7e
6
+ metadata.gz: 35c859d7e5b3b312489adb4ab0aa5d8e811ec03b05a231b475b0a45ad34bccc8db89178572d7871efe7f416a833ec4d2b28eab72b0cd5441899409c7c69718db
7
+ data.tar.gz: 7ab57da8ec483082e6edacbc5f5e4e806cab526856b2d04e317b53ee6e1debe6ba25bfd54e6ec38d8b63645f08134cf49fa5a10c6e18728f4d55fdafacda4463
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.46.1] - 2026-04-18
6
+
7
+ ### Fixed
8
+
9
+ - `required` not enforced when `properties` has 15 or more entries and `required` lists exactly 2 keys.
10
+
5
11
  ## [0.46.0] - 2026-04-10
6
12
 
7
13
  ### Added
@@ -86,7 +92,8 @@
86
92
 
87
93
  - Initial public release
88
94
 
89
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.0...HEAD
95
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.1...HEAD
96
+ [0.46.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.0...ruby-v0.46.1
90
97
  [0.46.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.45.1...ruby-v0.46.0
91
98
  [0.45.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.45.0...ruby-v0.45.1
92
99
  [0.45.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.44.1...ruby-v0.45.0
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.0"
4
+ VERSION = "0.46.1"
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.0
4
+ version: 0.46.1
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Dmitry Dygalo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-10 00:00:00.000000000 Z
11
+ date: 2026-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal