json 2.19.4-java → 2.19.5-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: a6ba9ad6b206d6d9a14e7e98407f38a7e2f86c55d32005a88272401812407a89
4
- data.tar.gz: 1b16463800eb3a27a9aaac47f2ea52a26755f678044eb34b4f90604583a88e6d
3
+ metadata.gz: a5c0875e24e3fbcc06aa748f53ed8132ad48fcf60b093ac6ffd93dfa606539e2
4
+ data.tar.gz: 202ae17bdb2e833f54eea52e6036e8fd48049b24abaeace4abcc7e43bf8823bd
5
5
  SHA512:
6
- metadata.gz: 45a3edef6c8531203af73973e0341dc23e8914f04e67c34cc65f72528748e328b39e06027ad9f5758b85a4a101e2a0101d2e4891850c0da7b585d4b2576c68bb
7
- data.tar.gz: c02bcc65e769bf9dd495226b00eceff36c178aa19559b4857599f1167b9924bf89c4b3b7c0810c8f76aca6ba22be10fa9100ba40c2f2d37bdd628556717512a7
6
+ metadata.gz: 3b02f028f351f4eb2c1374471e54342e297b3ddfa2fab34c64981cb396f70980cf54b99ab5eb21e7d3a8a3a324c5939742e1c8f53c81f97cd6ad3c635bf39ad5
7
+ data.tar.gz: 0ced6dc79b84789a7cf307512f0b580f9d885141eccc79934802f0cfc112f666d979dc093663b17f552b53ff5b6f93f6541d1de1306ad754a8ebd04ac6ac5547
data/CHANGES.md CHANGED
@@ -2,9 +2,13 @@
2
2
 
3
3
  ### Unreleased
4
4
 
5
+ ### 2026-05-04 (2.19.5)
6
+
7
+ * Cap the parser to emit a maximum of 5 deprecation warnings per document. Emitting more is not helpful.
8
+
5
9
  ### 2026-04-19 (2.19.4)
6
10
 
7
- * Fix parsing of out of range floats (very large exponents that lead ot either `0.0` or `Inf`).
11
+ * Fix parsing of out of range floats (very large exponents that lead to either `0.0` or `Inf`).
8
12
 
9
13
  ### 2026-03-25 (2.19.3)
10
14
 
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.4'
4
+ VERSION = '2.19.5'
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.4
4
+ version: 2.19.5
5
5
  platform: java
6
6
  authors:
7
7
  - Daniel Luz
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-04-18 00:00:00.000000000 Z
10
+ date: 2026-05-04 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