jsonschema_rs 0.46.0-aarch64-linux → 0.46.1-aarch64-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: a139523e67b8dbaee11b5fd1da11f48f1b95448831d71c09a2a4e9ca59db029f
4
- data.tar.gz: a104fe846cd377e06180dc1c8fbcf6cbc6b079170749ec717754df5bef4181c4
3
+ metadata.gz: 2114d5a29b22bd2b1cb26561072ada97c71ddea63495b900991b05934c9db18c
4
+ data.tar.gz: f19a02baf6e925edfd94457853d19556f2e4a89a253e639dfac01dfed6aef836
5
5
  SHA512:
6
- metadata.gz: d7aab927e510fad5dd3dd821e8e986b4da2213b10872d476c3c965cc0137c2ef7e9e82c8ba01be21cb78ae7159418fcadfcb80e8d10fd64c9bb8173612cc7ff4
7
- data.tar.gz: 49f3c009eb49be9b3f02d54f493c5a70f4828ada37366a2aea222bb35bb79bdefa1fb6d2f4530bea2890a27ba09bd1a0c4078d2a5429663145f3927daf7fe75f
6
+ metadata.gz: 90d1c294d2d01943a43aa0a77d5c858760ae7a433016c19dd83b60a0106acdff682786c39d6d0804542457d14bdcdde9dba74250774190cd0aaaf03a00e891c7
7
+ data.tar.gz: b0f630016e71fb97b8d1167461f795511b3801fde9e6500b923a9f84d8d75913b4d1ebab60a194bedc0195e0948e0d9faa8119448f4609cfcd7233796334e630
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: aarch64-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