jsonschema_rs 0.46.4-arm64-darwin → 0.46.5-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: 4ab0def341438c6d31bdb9335a5034dfc748aabfb48c8d466556f4a6a66a5a4d
4
- data.tar.gz: edcfae881b41cfa0fa65d43c9835befd1a833e881b8e1af1d36e2e12b47b2012
3
+ metadata.gz: 4b339356909d301f265f7c5f199da1ced2f9913cc58acccc1bf9cd306f34d603
4
+ data.tar.gz: a5d0a54ebebf10bc0502bffe5ba5ae3cf27362889a7256d1957a916f7b56a657
5
5
  SHA512:
6
- metadata.gz: 1fe8e384e58df9bba7d67154691c0938b3984fb467186d9f21207143ab74e66d1420c7702738e3d6df161dd895c6b3f60ce51f99fa1f579c76c0f785314fb81e
7
- data.tar.gz: 22d312fb8df665e31887d6fb4f691dffb626a28f449376607022b863e3b5023500f9a5225887c50e5137324294f42fc8431b0e1bde4edf5f762ff426ca5d0df5
6
+ metadata.gz: 5f912a29bd033b4a8761414b6f21ffd974a661d0f5e742adbefd67997c3432b291e6a18d75d266689bc411e69f3fa0aabb8da90dced9b006f9a65765c1041a1e
7
+ data.tar.gz: 025cc56b8f3d1e6c93915c873b81d170bea74133d0ea26980605bd41acd737e6dabe692acb35e5e02bdee1c8295d2abbeeed177521c3671e0ad456e774d4901c
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.46.5] - 2026-05-13
6
+
7
+ ### Fixed
8
+
9
+ - Percent-encoded characters in `$ref` URI fragments (e.g. `#/$defs/Request%20class`) are now decoded when stored as `schema_path`.
10
+
5
11
  ## [0.46.4] - 2026-05-02
6
12
 
7
13
  ### Fixed
@@ -110,7 +116,8 @@
110
116
 
111
117
  - Initial public release
112
118
 
113
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.4...HEAD
119
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.5...HEAD
120
+ [0.46.5]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.4...ruby-v0.46.5
114
121
  [0.46.4]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.3...ruby-v0.46.4
115
122
  [0.46.3]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.2...ruby-v0.46.3
116
123
  [0.46.2]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.1...ruby-v0.46.2
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JSONSchema
4
- VERSION = "0.46.4"
4
+ VERSION = "0.46.5"
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.4
4
+ version: 0.46.5
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-05-02 00:00:00.000000000 Z
11
+ date: 2026-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal