nokogiri 1.17.0-arm-linux → 1.17.1-arm-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: b0e9b316d42e2dcfee2dd36c096458c35b93a2f7bf8233d03f2d54b74c271095
4
- data.tar.gz: e0da6e45ebfb79d2cb3263a62bd1a7f0e2dea42123ea07286279e72ac711bea0
3
+ metadata.gz: cda4937eb49b7704edd6caed6081766bbddfa579424255df72d47162bf4a581e
4
+ data.tar.gz: 94d11f456772f77fd3df54922f347c12e1c81e725ae91cfe78b0670e5663886e
5
5
  SHA512:
6
- metadata.gz: 15632d092e453d574d5f8c33dbccff0e784ee3e89d9e19c93096b7b0bc1f52b16efccba5da91421f9ff64dde1c27fd9ce62f61ab76416e858394a09a47c8a222
7
- data.tar.gz: 651c8d3a4fddd5b1ddfea307f07f1da43acdf72185df1d65180979c7c9b0dc788daaae296105f9c71902cc8189fb81ec0c53d444fdff149f3b52ca96b4bb6924
6
+ metadata.gz: 214ce1136085fb5f02c4d1cdb3637698525f6888b0de0288d8d738e242464e9895308dbfa815c997f91fc369468463921839c8a6ec900359a90ea44adf6ef0a9
7
+ data.tar.gz: 24ef3c1cd790f3dab2e678544f4aa27413f17c9f1b21b17400ae48f9b41883a971d11fcc4177cf911eae18806ec93cfc188204df047718c96bfc22ab9b985326
@@ -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: arm-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