jsonschema_rs 0.46.3-aarch64-linux → 0.46.4-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 +4 -4
- data/CHANGELOG.md +8 -1
- data/lib/jsonschema/3.3/jsonschema_rb.so +0 -0
- data/lib/jsonschema/3.4/jsonschema_rb.so +0 -0
- data/lib/jsonschema/4.0/jsonschema_rb.so +0 -0
- data/lib/jsonschema/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 38258ec8e49af6b27cd3088150fe2270f931ead225781437b689e6f46337f85e
|
|
4
|
+
data.tar.gz: fb159e888fe54f2758f509458932677e33efc93ac819cd71795cf36d765c8913
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5dfaaa9934504696a21821f00fd67088e05f83e2ad193af42cb87c3a377a0b30eb302b103c5e75cbedbfade67b7e0fff51b67e0505e1247044926ec068d8ce1
|
|
7
|
+
data.tar.gz: b0651a11693aa7ae495c20fa5859fbe7c4bb3bfbb339d7eb9dbdf98e5f9b1e262c00ee7cd2ccd3bb861e8693ac7aa791b75210ad42acbcf404ce4c554d758d43
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [0.46.4] - 2026-05-02
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Panic in the regex engine when matching against patterns with very large `{0,N}` quantifiers.
|
|
10
|
+
|
|
5
11
|
## [0.46.3] - 2026-04-28
|
|
6
12
|
|
|
7
13
|
### Fixed
|
|
@@ -104,7 +110,8 @@
|
|
|
104
110
|
|
|
105
111
|
- Initial public release
|
|
106
112
|
|
|
107
|
-
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.
|
|
113
|
+
[Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.4...HEAD
|
|
114
|
+
[0.46.4]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.3...ruby-v0.46.4
|
|
108
115
|
[0.46.3]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.2...ruby-v0.46.3
|
|
109
116
|
[0.46.2]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.1...ruby-v0.46.2
|
|
110
117
|
[0.46.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.0...ruby-v0.46.1
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/jsonschema/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.46.4
|
|
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-
|
|
11
|
+
date: 2026-05-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bigdecimal
|