jsonschema_rs 0.46.4-x86_64-linux → 0.46.5-x86_64-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd98d5bfd686d263a5d48b3c18e8a2e1bbd6a20339b9b4b7800af0524befa37d
4
- data.tar.gz: '069bd9b43886bd6f87cacf9ac8070e8f362fb8d922c77af52cce8ee37b77c780'
3
+ metadata.gz: bdc5c02038475c0989cfc08c2dd2fb7fd3ce5eded049bcf7d919c7e2f3d3da64
4
+ data.tar.gz: 82808950e2a1e97a511e466b99e8669b32434afcf418887057d7845cdf90fcaf
5
5
  SHA512:
6
- metadata.gz: bac293266f8a243f9e6f093f7704d7147bed4f323aed0390143966b5177a608ec9d93f037fa798cbb33ccc0671b07f32b5180f4eb45dc285ba0f7375bc41aa23
7
- data.tar.gz: 7459081cb3f6f194d15ef47b773af5f21d6523c987e72b7f03d345d8b6f22c4e538b2fd5fa0dd3b2c7f3b426093b8bc45524b6e00c3ef8a3ef846b4a42644aad
6
+ metadata.gz: 0d5c71156bc06d23634b29ab2e4a496c3fcb5800280b5eb417a936357208aa08072b6979b6f01cf5566049364e97b4af8af8420beec569e7a69365462fb746f8
7
+ data.tar.gz: 7c4626af496edfe3e3bda0d59d5523513847d44ff8791d5b4394f9b20a0617e1dc52c8b43b1616b7c1f72459f9b841ad0a9442fbc03bff753586e8596aef6431
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
Binary file
Binary file
Binary file
@@ -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: x86_64-linux
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