nokogiri 1.17.0-java → 1.17.1-java

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: e72cb3083fa1cff82029cbbf2fec76f1a8dd39937c017633b0d944925d72ccaa
4
- data.tar.gz: 45760600fd16493478685f69e2d122bd807f869052e1a3d2f640e2ba2d0a1451
3
+ metadata.gz: ba01af93199b13c7ecc519c4a8c1cc7a17459de82caaad77490b08f6ceca329c
4
+ data.tar.gz: 2f5aa200936e62781b3a54f281d9be3dfa10ef864dadc2b192d5bc40e8a65a28
5
5
  SHA512:
6
- metadata.gz: db57663703ce10b22d3aa59ab5aa2a308ac5fda082cea1a4bb01245277b1b2df7b20eb103966b1fc814465276d921e52ff971adca42ea7e71b67fd20219fbeba
7
- data.tar.gz: 979db2b053dc00919e9ea60a548af51eb30d2b447a8ae46bdcf5d66acba204ab5019b277614a321f03a0d8b7f6a62171d113b8d392f172c56af305ce343c5bdd
6
+ metadata.gz: 8c522858ec3aa31202c0e8323d15deb5c85e274206f8557d5e863a203572f93f69bb4dc132980da203797463b7161fb17d4a7644aab6178699976e9abe0c8114
7
+ data.tar.gz: bf852208eab71c354105e586ea40886892804ce3435115b668734d86df524e09b6623c0ed41cf1f69a099a1049ca4bd8d0b81a47d84ae2d783099b03882e0962
@@ -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
@@ -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: java
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: jar-dependencies