jsonschema_rs 0.45.0-arm64-darwin → 0.45.1-arm64-darwin

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: e0120c7e2ddad866f56665e53bf746c08c86fddedc5a19a2fd609af5ce89716a
4
- data.tar.gz: cdd3eebe0efe1de1b9d2bf2aad46c6600102248deb8ff38fd3b7601169b0b2c5
3
+ metadata.gz: b71afb7871051f8c693f96cd4d50c8cd5af1bb67e1fd69e75c2ab124a92d1e20
4
+ data.tar.gz: 22cda36c0d2cabfa3d22b155b5787d700ff44866072e0c622ce52de57da83099
5
5
  SHA512:
6
- metadata.gz: 62ecce5be29c6b50f3d1730dbc2f435d44643d279c66d58ba7cbeb82ffa08ac23256d44bed0b74f7d54a8602204edf666b984a2b14e0fcf015d2f5b2a638e444
7
- data.tar.gz: c6f6bb589ec0708d4fb848a63e43891e704638883e62e9d146e8cd9c814885a0d5d0d31a8a6ecc99aa1caf4015754ef9b3abc5f17c5e47f31311a7cf56e98f4f
6
+ metadata.gz: 0656e9a9fd07da3523af469ab24cfe72f799c8952702364ac863dbfc5fdae1a6aee8a7185a4437e074cc2158a8f3909c1687152a59443b1b260025e28f7e0539
7
+ data.tar.gz: 81335b9013a7951dba1bba5e4dc2c49b2b1b3e44d2ba77e1a121cb20b1c55bf468fd9b43bae0c22dc6ea7e07cb5c9c6af17d5e23f487b306448456092f106c6a
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.45.1] - 2026-04-06
6
+
7
+ ### Fixed
8
+
9
+ - Incorrect handling of `multipleOf` validation for negative numeric instances.
10
+ - Incorrect handling of `duration` format when hours and seconds appear without minutes, or years and days without months.
11
+
5
12
  ## [0.45.0] - 2026-03-08
6
13
 
7
14
  ### Added
@@ -66,7 +73,8 @@
66
73
 
67
74
  - Initial public release
68
75
 
69
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.45.0...HEAD
76
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.45.1...HEAD
77
+ [0.45.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.45.0...ruby-v0.45.1
70
78
  [0.45.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.44.1...ruby-v0.45.0
71
79
  [0.44.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.44.0...ruby-v0.44.1
72
80
  [0.44.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.43.0...ruby-v0.44.0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JSONSchema
4
- VERSION = "0.45.0"
4
+ VERSION = "0.45.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.45.0
4
+ version: 0.45.1
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Dmitry Dygalo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-08 00:00:00.000000000 Z
11
+ date: 2026-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal
@@ -43,7 +43,6 @@ files:
43
43
  - MIGRATION.md
44
44
  - README.md
45
45
  - ext/jsonschema/extconf.rb
46
- - lib/jsonschema/3.2/jsonschema_rb.bundle
47
46
  - lib/jsonschema/3.3/jsonschema_rb.bundle
48
47
  - lib/jsonschema/3.4/jsonschema_rb.bundle
49
48
  - lib/jsonschema/4.0/jsonschema_rb.bundle
@@ -69,7 +68,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
68
  requirements:
70
69
  - - ">="
71
70
  - !ruby/object:Gem::Version
72
- version: '3.2'
71
+ version: '3.3'
73
72
  - - "<"
74
73
  - !ruby/object:Gem::Version
75
74
  version: 4.1.dev