json 2.14.0-java → 2.14.1-java

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: cf285376b5311a27df8445b1a11f04d363da0841b0d78e01a5bef242c9a9f043
4
- data.tar.gz: c87f93c45bcf5d74c8f34e5c90a40f8f0e1fa031ce7265b63262d834c533e1a8
3
+ metadata.gz: d2e31ae12a6d5034bd9ece1f72e955b04ab82b8ee182cfe12c0746742dcb0c3b
4
+ data.tar.gz: 9fdeb6ef792a44b0ac7889c304d2ea5cec04b6a87717e81398e53492e764b945
5
5
  SHA512:
6
- metadata.gz: 330c4f9af6227e5328988b26d6f5ab89f7c4a9be84b6e721f4458e317b2e61085bee5a8b819538a092205e8e88c834c8e1552e9c6cc0ed542e3441489850213e
7
- data.tar.gz: 3bba15252557d73cf0c1ae6b9eb96914d11eb9b5e4115ea8fe2f0b5d7ad9f31c1ccb248051256111d2ba27b169095b7e61628e8909950ce8ef8126a200d209d8
6
+ metadata.gz: 964c3d63ff720ff366b714c1cf0449a3ecb5066713f8229085d2ba5df1559f0e858e4ee97337ba0d4aa926eb1b70734c799f5a1f9bad804ae24bb6f4688d8b89
7
+ data.tar.gz: fac0e89fa2d81a0ed82f08c7b70cbb39d319440c95f291f59ae95012d11e940080dc821a3cd19a5f093cae10ef696611e0924b49baf034f90cd39430606a6299
data/CHANGES.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ### Unreleased
4
4
 
5
+ ### 2025-09-18 (2.14.1)
6
+
7
+ * Fix `IndexOutOfBoundsException` in the JRuby extension when encoding shared strings.
8
+
9
+ ### 2025-09-18 (2.14.0)
10
+
5
11
  * Add new `allow_duplicate_key` generator options. By default a warning is now emitted when a duplicated key is encountered.
6
12
  In `json 3.0` an error will be raised.
7
13
  ```ruby
Binary file
Binary file
data/lib/json/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JSON
4
- VERSION = '2.14.0'
4
+ VERSION = '2.14.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.14.0
4
+ version: 2.14.1
5
5
  platform: java
6
6
  authors:
7
7
  - Daniel Luz