json 2.19.5-java → 2.19.6-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: a5c0875e24e3fbcc06aa748f53ed8132ad48fcf60b093ac6ffd93dfa606539e2
4
- data.tar.gz: 202ae17bdb2e833f54eea52e6036e8fd48049b24abaeace4abcc7e43bf8823bd
3
+ metadata.gz: ef1fcfdb81f74d3251fb102ccebf8389b56743c8c03874fc1f38c571aca395fb
4
+ data.tar.gz: 0de9a12b6d0cdc7b180b2782e187fe58d753a8f217d4acdd8387f7603b77d787
5
5
  SHA512:
6
- metadata.gz: 3b02f028f351f4eb2c1374471e54342e297b3ddfa2fab34c64981cb396f70980cf54b99ab5eb21e7d3a8a3a324c5939742e1c8f53c81f97cd6ad3c635bf39ad5
7
- data.tar.gz: 0ced6dc79b84789a7cf307512f0b580f9d885141eccc79934802f0cfc112f666d979dc093663b17f552b53ff5b6f93f6541d1de1306ad754a8ebd04ac6ac5547
6
+ metadata.gz: 35466689f0f8b1e97991d34b169eccbb65502c2f26d8cd4c89f2ec2f43fc8dcc37d468df5e9cf14e0b523a11c690b12ba86285525680b1ac67f74a6ae9058bb4
7
+ data.tar.gz: 3b4532e595b3a93f22a9896dec363b3db947704374d83200d3625f8d73b21369b648fcb12a42cfc5c156727ba3b8f88db50b3a152435d3cb3be72cfb27fc4938
data/CHANGES.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ### Unreleased
4
4
 
5
+ ### 2026-05-28 (2.19.6)
6
+
7
+ * Cleanly handle overly large `depth` generator argument.
8
+ * Add missing write barrier in `ParserConfig`.
9
+
5
10
  ### 2026-05-04 (2.19.5)
6
11
 
7
12
  * Cap the parser to emit a maximum of 5 deprecation warnings per document. Emitting more is not helpful.
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.19.5'
4
+ VERSION = '2.19.6'
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.19.5
4
+ version: 2.19.6
5
5
  platform: java
6
6
  authors:
7
7
  - Daniel Luz
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-05-04 00:00:00.000000000 Z
10
+ date: 2026-05-28 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  description: A JSON implementation as a JRuby extension.
13
13
  email: dev+ruby@mernen.com