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 +4 -4
- data/ext/leptris/native/native.c +1 -1
- data/lib/leptris/version.rb +1 -1
- data/lib/leptris/xml/native.so +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c2ee8fab5516b1a8c80d697b0a59626ca1a615e9705eaf9f235b28238512a8f
|
|
4
|
+
data.tar.gz: 5fc1f4b1b3b2e8019f4aea4f42a381deb14b13904aaa532e943171c58af2285a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f3d82abc7ba4dd48395bc734ecc8cb026ae223155243c29b00247da83f2da2a5994871de9fa5242c2194750fa1799425855cdb117036c1aa1761a93441a869a
|
|
7
|
+
data.tar.gz: 336b00a1d8d3725ee67479eee8af6419b7b5c06b169df1661ea03009a2c6296e2da0a9e98d2c004f80c9ed72ffb3ce6c9001f07878e77361d12b5d6c8cd29d90
|
data/ext/leptris/native/native.c
CHANGED
|
@@ -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 =
|
|
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);
|
data/lib/leptris/version.rb
CHANGED
data/lib/leptris/xml/native.so
CHANGED
|
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.
|
|
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-
|
|
11
|
+
date: 2026-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi
|