yeptris 0.2.5.2-x86_64-linux → 0.2.5.3-x86_64-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: 5c020d8cadf32cd0acafc58be4397b7a1dc3202f6eb7e3c9a5c8196ca84333f2
4
- data.tar.gz: a533353dbad187bbe4790855550d5ceacc2b90ec6a15d39cb5dac1f7a6f175d5
3
+ metadata.gz: 2dd3aaf58fc6e3fb91cf253148e509ab63f59475e78b9fbc57b8641fda47ac11
4
+ data.tar.gz: 27a330ee7d6725a9e4ec82641ef0227c5dadc0d1aa12cd49b7a12184ebb6d5b5
5
5
  SHA512:
6
- metadata.gz: a101427512159e12483f92a0553b59f2ef322678d925a26134a67b2d1e8f17ae07649da369ea4ed6e289e8ccedde590d49fe862a5581ab5e93ba1ffbe8cc508f
7
- data.tar.gz: 1b9b4974052f4fa64b9a407ffa1a93d9cb7713558a6c29956413dd360065d6d60fde72ad42b5a18b04257bf4665eacf3b1e1140511dabed2a7cb621fd2e10c2c
6
+ metadata.gz: 734a909d1ec78be94ee1b3a862fecd1a60d15103eb7f6fb2793492756cb729124ba0d4bfc2e9b65986b4e5e89243697ce4f87663e9a6ba601138012e309ddd5a
7
+ data.tar.gz: f328722cfae94f42edbec045d5cea6297a7fdd8c31a016b96f6704c8f8f66e83ad4272b95420925647172728738618536c4c2ab390b4ee9255b072c32fe77522
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: x86_64-linux
6
6
  authors:
7
7
  - Ribose Inc.