yeptris 0.2.5.2-aarch64-linux → 0.2.5.3-aarch64-linux

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/yeptris/json.rb +1 -1
  3. data/lib/yeptris.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ece26be832b852b794f03b406e5ac06aebdee16cf41021fa900e0801a9de9464
4
- data.tar.gz: 4991692715cf5282d84ddb75acc1b11b4579b7e8864a700a62bf86f7b9b101c6
3
+ metadata.gz: 53ba5f8ec2b0bce5440f6c728f78af3703a0ea3656b8c752a6bcacaf3362528f
4
+ data.tar.gz: e6ac1792bbf42a5bec4fbe2bcebdd060b22a21a0be62decfeea59216301c70a6
5
5
  SHA512:
6
- metadata.gz: 05bb798fd87722f7e06e935757b4b6f620ef3920bfadc1a8048f00c4f44a5fd07262440d681f3d1793be9161dae2ed8975a14956808abafa4608a7ca053a8634
7
- data.tar.gz: efb02f91d9f8ff06129b7fa97c92017ff694c232c8d03025e5b84536566493de44e120a020b339bcbce54011704b23777b81755c6f5c0a4d95597d18eea70179
6
+ metadata.gz: eeb00725be0541b489ace917c0e45480f0bf17056adaadb39835c9cdcce0bb44885fcf899624bc8d3d4331547b16c351ded8122783141b9acff641c6f126e701
7
+ data.tar.gz: add571ff504fd8ae8e5b1ee899ac8029762ee138277cd6ccd0830cdd9fd7a18126f5f3a8d13fd24736fe7f7e88ae551bfc989598ce071b34c087d1a93f174c89
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?
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: aarch64-linux
6
6
  authors:
7
7
  - Ribose Inc.