leptris 1.9.201.0-aarch64-linux → 1.9.201.1-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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a2f244227dcd5c19960187d75ec94b30c4e96c0cb7290de1d34cccaa79a6893
4
- data.tar.gz: 635262e1c9327643885b52c8cade8faf4e115e9aab2ddd7fce0bfc3e7457fa77
3
+ metadata.gz: 1c2ee8fab5516b1a8c80d697b0a59626ca1a615e9705eaf9f235b28238512a8f
4
+ data.tar.gz: 5fc1f4b1b3b2e8019f4aea4f42a381deb14b13904aaa532e943171c58af2285a
5
5
  SHA512:
6
- metadata.gz: 1d37c81245d7d9e045c4b31de98e39e9f65f3adb0248a91cb72da3eb9121e007adfdc668e9992327d4bde6636fc1186ef1216f85e5274cab99065e65b5cfa18a
7
- data.tar.gz: 2ebf8f28e8bc7a2d092a017866057c3314b305bb07b42ef54e7989daca48e60b862f6c4863ca7eb21b2334f30489acdea06f0d91b2b3459c33fde3dbe23c751f
6
+ metadata.gz: 4f3d82abc7ba4dd48395bc734ecc8cb026ae223155243c29b00247da83f2da2a5994871de9fa5242c2194750fa1799425855cdb117036c1aa1761a93441a869a
7
+ data.tar.gz: 336b00a1d8d3725ee67479eee8af6419b7b5c06b169df1661ea03009a2c6296e2da0a9e98d2c004f80c9ed72ffb3ce6c9001f07878e77361d12b5d6c8cd29d90
@@ -1978,7 +1978,7 @@ static void plan_walk(void *node, int depth, VALUE spec, VALUE stack,
1978
1978
  volatile VALUE attrs_spec = rb_ary_entry(entry, 1);
1979
1979
  volatile VALUE text_slot = rb_ary_entry(entry, 2);
1980
1980
  volatile VALUE children_slot = rb_ary_entry(entry, 3);
1981
- VALUE value = rb_struct_new(klass);
1981
+ volatile VALUE value = rb_class_new_instance(0, NULL, klass);
1982
1982
 
1983
1983
  for (void *a = f_attr_first(node); a; a = f_attr_next(a)) {
1984
1984
  const char *an = f_attr_name(a);
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Leptris
4
- VERSION = "1.9.201.0"
4
+ VERSION = "1.9.201.1"
5
5
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leptris
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.201.0
4
+ version: 1.9.201.1
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-09-18 00:00:00.000000000 Z
11
+ date: 2026-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi