json 2.12.1-java → 2.12.2-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: f4f59a45374afe4344b47aaae6a8181d9e6862aeef25d3690dc53e30b7da8a2f
4
- data.tar.gz: b2e71b39dc952b7aabc327f8e67b0866774427e0f56864422cc06031e402b4b8
3
+ metadata.gz: 249624e5c09a5dcc8065996db15ac838291cc3308cabc5f58dca5a4140f722a2
4
+ data.tar.gz: 8c31dc914340ba5ebe993d0057e20562482551fd8ac7113e8a31d8de13cffdcf
5
5
  SHA512:
6
- metadata.gz: 6af239193009801095bac3d94d4d40e67c323150cca4707a296016721c9b48a12c8d179b248c1c258fcee3ff1f72be864a31362ec01561323f86b8da59b99945
7
- data.tar.gz: 2625623e4a8d949302feef7d756280ec995c0409aef34413eca706bcf63b43d9dc98bf4498b8adca4807378a6c22ab51c763c35a25f291e2115d6970690138ba
6
+ metadata.gz: 995dbc98b559f3db1c11d6484f0ba5737b8d2169a4907442ad7e74e5c88bf7624226353582a75e913d92973362b2b03738da830d3088f5c9dd076dd4881085dc
7
+ data.tar.gz: ef8b91827b9c9d3f5707c179c551ff46d91aa36db93b075f91eea9fd67aa219aeb18f37a10c65293afbb4383d58a927f3f08373fcba1d6a19d5e663b8326e419
data/CHANGES.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ### Unreleased
4
4
 
5
+ ### 2025-05-23 (2.12.2)
6
+
7
+ * Fix compiler optimization level.
8
+
5
9
  ### 2025-05-23 (2.12.1)
6
10
 
7
11
  * Fix a potential crash in large negative floating point number generation.
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.12.1'
4
+ VERSION = '2.12.2'
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.12.1
4
+ version: 2.12.2
5
5
  platform: java
6
6
  authors:
7
7
  - Daniel Luz