jsonschema_rs 0.46.0-x86_64-linux → 0.46.1-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: c296d40ace5442f74c7306acad6fd42b59d0b06f65a576f0bc2b526ca2ed5151
4
- data.tar.gz: c0b1648f177088a2a77e21aac4a506e15a98070cc5456589923e78770e5dda8f
3
+ metadata.gz: f02938f83a6936ead749d30aeb5309bdc4d03cef7fb5c27a6efef9db66d1fd2a
4
+ data.tar.gz: b60346a4eea0ed0b87ef83a781a6cf28b469ba65b183b02b1c1efb09e98800a5
5
5
  SHA512:
6
- metadata.gz: c9ced113044336bfe4f6384b3258a966fb6e77014d59d3997cb32c0207f70afdd4bb821989837a44b5ea5be93ee0e9054ac0cfc72d167a64f0c958e6f22ed0a7
7
- data.tar.gz: cf1f648f988e4358ca316043fe5f7788adf27f4775b60785b2a5c20ab2569f87a8a421079ced56357bb3da2cf15933b3bc516119a7647ef80e7dea8c021a2a5f
6
+ metadata.gz: 873178f11c75dfe98f5c9b398258aa4d927a1862f26edb2bf2dc8f5cee36b49120f65265afa54ec8d09911fc9dd683722107aa28e47cf26aa33518127d57ecf9
7
+ data.tar.gz: 6b6183154b7d5ca693fe1367e44a96cf78c5f8fd8a71b498f11fe7e84739ca4e6d5e8b2a3089ac469485ae695cb7aabbc324c355bdc0ff061ff45249959ddc6b
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: x86_64-linux
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