nokogiri 1.17.0-aarch64-linux → 1.17.1-aarch64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a3c9e32fb762b5d513b51548d643b68b27f19466e4ddc247be7f34818ee7a64
4
- data.tar.gz: 9521032147e9c48dc5a4ec9ab54165c71d9486ad0f654803b05f31a9bbd52b18
3
+ metadata.gz: 2a6fa955eb9a1cddd9c248f96874ad03dbf8b37f2ae990b81b84ba5cbe04fd15
4
+ data.tar.gz: 358f73044df57a4eaac6dd4832108f88e0e01cdd0439a4a69c86e987c5773000
5
5
  SHA512:
6
- metadata.gz: 17ca04cdeb569d30bfd7718f929c8f3c6a8cd0ccbbb5da94d734da94bcc4f770f66e5fd0ee0ce9e3eb34a05251c52762ad92723c817ed928ba593b999a48adcd
7
- data.tar.gz: 52023b7a93a1bafc42695e91535ec0d71f99d2b615a17ca38faae20ac7c94118619c6a5d6d8816ceb87f26e8ba9920fdd7b104d303ed8bff381b8c326cd444af
6
+ metadata.gz: c8d1dec37f76410513652815f7c27be764bc0ab026c6db9d69773699736cd766addf21e87d849491a91550cb7e4d7920ff063fdee498f634024e45656abddcc0
7
+ data.tar.gz: dc74c003bcfeff79be4276d392ac2fb6fa3f9feee07731d008838e5d30052f7ee1e5d16fca88a33674f9748c1e180b6a2f28ff8c05d323d8cb03ade26a2db26a
@@ -112,7 +112,7 @@ extern "C" {
112
112
  #ifndef WITH_MODULES
113
113
  #define WITH_MODULES
114
114
  #endif
115
- #define LIBXSLT_DEFAULT_PLUGINS_PATH() "/home/flavorjones/code/oss/nokogiri/ports/x86-linux/libxslt/1.1.42/lib/libxslt-plugins"
115
+ #define LIBXSLT_DEFAULT_PLUGINS_PATH() "/home/flavorjones/code/oss/nokogiri/ports/aarch64-linux/libxslt/1.1.42/lib/libxslt-plugins"
116
116
  #endif
117
117
 
118
118
  /**
@@ -969,6 +969,7 @@ rb_xml_node_initialize_copy_with_args(VALUE rb_self, VALUE rb_other, VALUE rb_le
969
969
  xmlNodePtr c_self, c_other;
970
970
  int c_level;
971
971
  xmlDocPtr c_new_parent_doc;
972
+ VALUE rb_node_cache;
972
973
 
973
974
  Noko_Node_Get_Struct(rb_other, xmlNode, c_other);
974
975
  c_level = (int)NUM2INT(rb_level);
@@ -980,6 +981,10 @@ rb_xml_node_initialize_copy_with_args(VALUE rb_self, VALUE rb_other, VALUE rb_le
980
981
  _xml_node_data_ptr_set(rb_self, c_self);
981
982
  noko_xml_document_pin_node(c_self);
982
983
 
984
+ rb_node_cache = DOC_NODE_CACHE(c_new_parent_doc);
985
+ rb_ary_push(rb_node_cache, rb_self);
986
+ rb_funcall(rb_new_parent_doc, id_decorate, 1, rb_self);
987
+
983
988
  return rb_self;
984
989
  }
985
990
 
Binary file
Binary file
Binary file
Binary file
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Nokogiri
4
4
  # The version of Nokogiri you are using
5
- VERSION = "1.17.0"
5
+ VERSION = "1.17.1"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nokogiri
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.17.1
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Mike Dalessio
@@ -20,7 +20,7 @@ authors:
20
20
  autorequire:
21
21
  bindir: bin
22
22
  cert_chain: []
23
- date: 2024-12-08 00:00:00.000000000 Z
23
+ date: 2024-12-10 00:00:00.000000000 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: racc