jsonschema_rs 0.45.0-x86_64-darwin → 0.45.1-x86_64-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: 18d1aeb712999b3cc7d7068a5fb3469fbcea8209bd90b5a1d1ce67c87fd28171
4
- data.tar.gz: d348713fef070cece248a0ef4f214a54201371b8f80c444c0d5f6323f5cd7241
3
+ metadata.gz: fb2b312694b19e5cdf83776477213c4c2eb3d18111ce724c7e8503356b4939a4
4
+ data.tar.gz: 1c6613bddb6ed0e5917251cb1c55323be439a3d7a11125c22debe6f87872f46c
5
5
  SHA512:
6
- metadata.gz: 2ec4cab0ddc8d1adfb67e20fcf45181809dcb86398c0ac23670b5c262111e0d1fd78e7b54bf69be3f949c67aec0c4a3abb2e80ecdd75e6aa708a029ad620ff10
7
- data.tar.gz: 9720a3f5878e853b6780ba01a9f98a827bd9274303538196514c476b8a26515cd9816f4512d180e3212cff876d736f7418f7800a5f82663d8a44a045a909994f
6
+ metadata.gz: 5e6104fc8b2efec12a651ca26c1a98dc5ae3a24e584cf30a8708de22b5a22d83ec99eabae2cef80172804e9181b3f8a2d8c6e683be5db4bc8b4780769f9bd837
7
+ data.tar.gz: 5572e9996c1d57c242bf74cb5088d0466b4814f10ed419c53b034c3330f91eca779c719e2d2b4443652eb3e0f34707fc478a8b8d9129981746a367e8152c7599
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: x86_64-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