yeptris 0.2.5.2-arm64-darwin-23 → 0.2.5.3-arm64-darwin-23

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: c9199abee6e4de90a46d981f86a2bce564c5f9918802752f4029cb1e7b50553c
4
- data.tar.gz: ad2f982b776e1da7f1f9011b354c4012cea3faf26574230a66aa151555b27e14
3
+ metadata.gz: dc5cf99c6fe2534111544b7a28d095fb4876d20f59ef280eabc1e3a584c5bd82
4
+ data.tar.gz: 0bf7e0d4d95a7101ad833de22c8f77848e65009ff96056a3d8ad9591eff417bc
5
5
  SHA512:
6
- metadata.gz: 69b12e195dfd5d0fa1bd125c0b0d5e7626a671d06073c6e49710b4b1bc5025060e29dda439f9487eea659f5381d176bda40ec7af808a32c3932efde1f4865002
7
- data.tar.gz: 367937b63873dd2c2e8dcf6e86247ffa9e7d12c33d9821a8ae30edb994080f00898df71fef43c282b5557a03f65cf823ef1ba0ecc649b9041af463b333bc7d65
6
+ metadata.gz: 1eb366211fbb1d621ff37ee89e0c77fca8ff040bebb153f18a3a8410eca5dbcf9892241185359ee95e1ac34515f326e25f39b1d0ffeeec079bb7e7da23ceeb4f
7
+ data.tar.gz: 474e814e04cc90ccfe2b8510feae1b91de2f5b56d77cb0e8bfa3b9e5c9ee6130bcbb599e39a40e86d3be91f30f79b952d190a8701f30e134202d61d59c969619
data/lib/yeptris/json.rb CHANGED
@@ -73,7 +73,7 @@ module Yeptris
73
73
  lens = tape[:lens].read_bytes(n * 4).unpack("V*")
74
74
  raw = tape[:vals].read_bytes(n * 8)
75
75
  vals_i = raw.unpack("q<*")
76
- vals_f = raw.unpack("E")
76
+ vals_f = raw.unpack("E*")
77
77
  # any integer text beyond int64: every INT rebuilds from its span
78
78
  # (exact Bignum; JSON.parse parity)
79
79
  exact_ints = !tape[:int_min].zero?
Binary file
data/lib/yeptris.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  module Yeptris
4
4
  # The gem's version lives in the parent namespace's file — the last
5
5
  # internal require (yeptris/version) retired with it.
6
- VERSION = "0.2.5.2".freeze
6
+ VERSION = "0.2.5.3".freeze
7
7
  # The error hierarchy lives in THIS file (the parent namespace's
8
8
  # own file): nested constants do not trigger a parent-constant
9
9
  # autoload, and the law forbids internal requires — defining the
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yeptris
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5.2
4
+ version: 0.2.5.3
5
5
  platform: arm64-darwin-23
6
6
  authors:
7
7
  - Ribose Inc.