yeptris 0.2.5.1-aarch64-linux → 0.2.5.2-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 +2 -2
  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: 607330f49f5f86cf870d5d4512934db643f6296be3624221e0493e5e7266bf9e
4
- data.tar.gz: 8e2edb0acd3d681cbe673e0a395e0978b168bff5e4f2194e6a822daf3c816580
3
+ metadata.gz: ece26be832b852b794f03b406e5ac06aebdee16cf41021fa900e0801a9de9464
4
+ data.tar.gz: 4991692715cf5282d84ddb75acc1b11b4579b7e8864a700a62bf86f7b9b101c6
5
5
  SHA512:
6
- metadata.gz: 4ef4f9db3563932be9244404b66742e6187271e0f6ec0f189a24c1edb6fc5a2c9aa600cfc1611157e0d42b3f432ba74b45ba81546dd459d61075528b72b0366e
7
- data.tar.gz: 236554c32376824bf59a8cf2f44b0307621f34337cc8ef0738612f80a01df044c2a7148bc8358a617ab972d7c9aed3848f0181e513a05d68125babcd7484efe5
6
+ metadata.gz: 05bb798fd87722f7e06e935757b4b6f620ef3920bfadc1a8048f00c4f44a5fd07262440d681f3d1793be9161dae2ed8975a14956808abafa4608a7ca053a8634
7
+ data.tar.gz: efb02f91d9f8ff06129b7fa97c92017ff694c232c8d03025e5b84536566493de44e120a020b339bcbce54011704b23777b81755c6f5c0a4d95597d18eea70179
data/lib/yeptris/json.rb CHANGED
@@ -79,11 +79,11 @@ module Yeptris
79
79
  exact_ints = !tape[:int_min].zero?
80
80
  utf8 = src.encoding == Encoding::UTF_8
81
81
 
82
- docs = []
82
+ docs = [nil] # record 0 (DOC) pre-consumed — the root's slot
83
83
  stack = []
84
84
  key_sets = STRICT_DUPLICATE_KEYS ? [{}] : nil
85
85
  pending_key = nil
86
- i = 1 # record 0 is the DOC boundary
86
+ i = 1
87
87
  while i < n
88
88
  case kinds[i]
89
89
  when T_SEQ_OPEN
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.1".freeze
6
+ VERSION = "0.2.5.2".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.1
4
+ version: 0.2.5.2
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Ribose Inc.