jsonschema_rs 0.46.7-arm64-darwin → 0.46.8-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: 33c724ebaf107078f707bc3d9a6c37a78439e70259ce09306b839a4ffb9855dd
4
- data.tar.gz: b19bf126af2a89aada7ff9086037a363dcb43a6e36f890b425f46311aa316397
3
+ metadata.gz: 5ab61635fc683daad6760ab5ace949a45833e9056a0ab7a29cac47658c5e7a55
4
+ data.tar.gz: f40d94117022846f88977aac999db5292e0b81dcad47288a764107ec2da2c9ef
5
5
  SHA512:
6
- metadata.gz: 4437414876c9ea1074507fe3b00705f7b7e3997cf6df70ac6067a01c1d5a6a27ba4b3266940b8d5c26ab57990d349fafc04f100cdfd9f832face94c2188c984a
7
- data.tar.gz: 53331dbabaaddd63d9f2313c498f1cd321c211403523e2c411942d41d4928899f9684674775650584512ea4e6eebd29a50d81863b1c953f5ed83435af25b1d05
6
+ metadata.gz: 6095c35999e325811288e5367b34d73c365d7713aa93cf58c9eca67f2b2cf4d0147ad74b5333de337979324dc0a036e5dade4af22fd1a62eb1624b03a3537240
7
+ data.tar.gz: d5801a972418bd1875d16768903a39a43da64dba55193f9d58b99ab18600c7b2ed4242b1218c7516e6d4e2e26b97724789f2b6a0871cf759093d9076cb551b86
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.46.8] - 2026-07-01
6
+
7
+ ### Fixed
8
+
9
+ - `idn-email` format rejected non-ASCII characters in quoted local parts (e.g. `"δοκιμή"@example.com`).
10
+
5
11
  ## [0.46.7] - 2026-06-30
6
12
 
7
13
  ### Fixed
@@ -130,7 +136,8 @@
130
136
 
131
137
  - Initial public release
132
138
 
133
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.7...HEAD
139
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.8...HEAD
140
+ [0.46.8]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.7...ruby-v0.46.8
134
141
  [0.46.7]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.6...ruby-v0.46.7
135
142
  [0.46.6]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.5...ruby-v0.46.6
136
143
  [0.46.5]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.4...ruby-v0.46.5
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JSONSchema
4
- VERSION = "0.46.7"
4
+ VERSION = "0.46.8"
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.7
4
+ version: 0.46.8
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-06-30 00:00:00.000000000 Z
11
+ date: 2026-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal