nokogiri 1.18.5-java → 1.18.6-java

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: 469a3a4e6c64c4d29b75c44c8f861888947c199ce76911e9183d5aa7bb6f2c75
4
- data.tar.gz: bf7b60ee2236e95fc1304a35dcc06ca769d55c7d7e42be3fa56a971268c7e902
3
+ metadata.gz: 4db59b03391c95cc1e46c89a6daeb580d45a5c858c1fd7fc769bc6ca4ffc43a9
4
+ data.tar.gz: 0be70660115195fb939df8bf9a81c52da904df94b7380d2d396eee7a0c1cdebe
5
5
  SHA512:
6
- metadata.gz: 59daf1552e1d775824ece1a776923603cd662b5b625ca94180731cf51089ffef4bd84b6484287aaa391bf1b0d2fc19df8de30f9b769a7232f8b3725f2ce03c6b
7
- data.tar.gz: ca81c5c6d87ce3ac0cc9efd394eb9a35bf64ea9d6204a85cb80efbf9c763f5d3042ccc1c7a4a170b7debd4fae6317005923277c25d6d55949a47f2447cdb93ab
6
+ metadata.gz: 7205703a6d1e103bae5dc69a99bcd3e127dc908f853260af3e2c92e0c37c919810d7afce5818ed14b783a1dd1b5a09ee67846774ca05ed5d56a697b3c9e8f402
7
+ data.tar.gz: 3a29db9a2c106dd73f4a31c8a5650ea335def5a4622d41e9560b6420cb74b5d85c4c2782a07f3277f0f4df7c100bc270a6006d47f3a9f9ec9813251ba4d81795
@@ -652,7 +652,7 @@ public class XmlNode extends RubyObject
652
652
  Node attribute = attributes.item(j);
653
653
  String localName = attribute.getLocalName();
654
654
  if (localName == null) {
655
- continue;
655
+ localName = attribute.getNodeName();
656
656
  }
657
657
  if (localName.equals(name)) {
658
658
  return getCachedNodeOrCreate(context.runtime, attribute);
Binary file
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Nokogiri
4
4
  # The version of Nokogiri you are using
5
- VERSION = "1.18.5"
5
+ VERSION = "1.18.6"
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.18.5
4
+ version: 1.18.6
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: 2025-03-19 00:00:00.000000000 Z
23
+ date: 2025-03-24 00:00:00.000000000 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: jar-dependencies