yeptris 0.2.5.1-arm64-darwin-23 → 0.2.5.2-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: 400fd2bea1169695f90abe764e3aeaa40c5593413820868e164b194be7276025
4
- data.tar.gz: 92b037c7ffecbf1e58d6c3f8c68c750b6a4c1134930f6564457eee5d126ecdbb
3
+ metadata.gz: c9199abee6e4de90a46d981f86a2bce564c5f9918802752f4029cb1e7b50553c
4
+ data.tar.gz: ad2f982b776e1da7f1f9011b354c4012cea3faf26574230a66aa151555b27e14
5
5
  SHA512:
6
- metadata.gz: 05f071e0ac8047ae03e589dede9ab3f7c0fb3ef8e9881468be3d46a17a39013e3e944651012d3c2526e28c54a7d553c24a354376f79a18013b085d7ecd687029
7
- data.tar.gz: fd194ac7a2745061191090edda2aeb2aa00c667e9bdd5eb5b50014eb5b15e0e4202e7dbf16285dbddb64b6da6517e8bae08823c214c67d17c7d5051eb16585f0
6
+ metadata.gz: 69b12e195dfd5d0fa1bd125c0b0d5e7626a671d06073c6e49710b4b1bc5025060e29dda439f9487eea659f5381d176bda40ec7af808a32c3932efde1f4865002
7
+ data.tar.gz: 367937b63873dd2c2e8dcf6e86247ffa9e7d12c33d9821a8ae30edb994080f00898df71fef43c282b5557a03f65cf823ef1ba0ecc649b9041af463b333bc7d65
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
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.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: arm64-darwin-23
6
6
  authors:
7
7
  - Ribose Inc.