json 2.15.0-java → 2.15.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: fb359285577cc6ca4fef3f2fab5951a061ddef62a61e5285ddb65dc669724b46
4
- data.tar.gz: 52d9c6458373dcce01bb3617314d78866c50aebacdb3d3f57ad290a83d56bf5f
3
+ metadata.gz: c9c9f896105222f17d7561710f916b6dd6ceb760e3d9ac17a778159954a3cd4d
4
+ data.tar.gz: 551c43c7e7f71d3c849d4b6af1a3542665b21732e2f5114631163d789cde7c92
5
5
  SHA512:
6
- metadata.gz: 7d142aab3c9431a4bf29b980577203af8495d07a16e3249717c342041945b8e5e3a7343b14671efce0ceb6f65aa1f4eb465f03a1cc99a639b6fce09f16686e63
7
- data.tar.gz: ee282d56a5f74a25f7597821d8c6de4b46fb09e976ebd3c3338eba678fbacd0d8d7888d7d3b6968645f7845e92bbec02cc84df44e0d2e135f52ad895496ff485
6
+ metadata.gz: eb15c44e7a4372de8f9aed4ec69f4070bffdd9311e32606b91d81b3326ff343e5d64d5346f3a604be0f83ce623ba13d45ea63ace209ba9bc47f758dcc7d8e05f
7
+ data.tar.gz: a9c67ce3cdc6faf65fc8467d043bf9907d58933bdff9131b184ee29d735277a88d597846c04bcbe1ae3e2990aca62c8b19e6b90307c16bdd69b7b2b863166b29
data/CHANGES.md CHANGED
@@ -2,10 +2,14 @@
2
2
 
3
3
  ### Unreleased
4
4
 
5
+ ### 2025-10-07 (2.15.1)
6
+
7
+ * Fix incorrect escaping in the JRuby extension when encoding shared strings.
8
+
5
9
  ### 2025-09-22 (2.15.0)
6
10
 
7
11
  * `JSON::Coder` callback now receive a second argument to convey whether the object is a hash key.
8
- * Tuned the floating point number generator to not use scientific notation as agressively.
12
+ * Tuned the floating point number generator to not use scientific notation as aggressively.
9
13
 
10
14
  ### 2025-09-18 (2.14.1)
11
15
 
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.15.0'
4
+ VERSION = '2.15.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.15.0
4
+ version: 2.15.1
5
5
  platform: java
6
6
  authors:
7
7
  - Daniel Luz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-22 00:00:00.000000000 Z
11
+ date: 2025-10-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A JSON implementation as a JRuby extension.
14
14
  email: dev+ruby@mernen.com