nokogiri 1.18.5 → 1.18.7

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: 5eec73a16ed9fb6251b22c0390f9d13ebe59a7327148e45442ddc81563487441
4
- data.tar.gz: 8560acbc6e4d543a4ce8a8c81ccbfb9f64377bd8c4b16e77b0d78b9d59348c08
3
+ metadata.gz: e8955e1010e2fd456ffa2ffc7d14808ccb539b0e0190d2e5d5389b2d52cf509b
4
+ data.tar.gz: b7c3fb55244a74192bea9c32ff5a984a6d1952d850c99816db268bbdd3e0a5c8
5
5
  SHA512:
6
- metadata.gz: e180e2c35f75c3efff16621993eb25865820eb868bd3bea062844aa014af7ccb237dc1c411a91490ef1f6d6404f9bf586aa08bcd35d71a0ed432c25e3ee856ea
7
- data.tar.gz: 9156bc852c4e6f0ef031b086a9ea961b68a2091c603ec88a1f06fa33681e91fecd09d5ec20854fd591dbf21cf8da474fe3d7b5bf47cef8e1913a5b26a8f124a2
6
+ metadata.gz: 175a5a434c88bfb3df0e6b2711d1b5afc24e480dbc4699fa35d91b21183937b9eddb347da96d5f52efbd8a96cdc24d6b0605d1ef722aae53331a5321b8231710
7
+ data.tar.gz: 4b3692c9b7afb27a6a5f5c41bdcabadf460a3deb5d1a7fe53a7f6f21fb73a22c84e592ca230db031c36acca0c5d6c036a06f1d394af7c51a1df0b2fd555ad5a3
data/Gemfile CHANGED
@@ -24,10 +24,12 @@ group :development do
24
24
  gem "simplecov", "= 0.21.2"
25
25
 
26
26
  # rubocop
27
- gem "standard", "1.43.0"
28
- gem "rubocop-minitest", "0.36.0"
29
- gem "rubocop-packaging", "0.5.2"
30
- gem "rubocop-rake", "0.6.0"
27
+ unless RUBY_PLATFORM == "java"
28
+ gem "standard", "1.43.0"
29
+ gem "rubocop-minitest", "0.36.0"
30
+ gem "rubocop-packaging", "0.5.2"
31
+ gem "rubocop-rake", "0.6.0"
32
+ end
31
33
  end
32
34
 
33
35
  # If Psych doesn't build, you can disable this group locally by running
data/dependencies.yml CHANGED
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  libxml2:
3
- version: "2.13.6"
4
- sha256: "f453480307524968f7a04ec65e64f2a83a825973bcd260a2e7691be82ae70c96"
5
- # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.6.sha256sum
3
+ version: "2.13.7"
4
+ sha256: "14796d24402108e99d8de4e974d539bed62e23af8c4233317274ce073ceff93b"
5
+ # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.7.sha256sum
6
6
 
7
7
  libxslt:
8
8
  version: "1.1.43"
@@ -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.7"
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.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Dalessio
@@ -19,7 +19,7 @@ authors:
19
19
  - Nobuyoshi Nakada
20
20
  bindir: bin
21
21
  cert_chain: []
22
- date: 2025-03-19 00:00:00.000000000 Z
22
+ date: 2025-03-31 00:00:00.000000000 Z
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency
25
25
  name: mini_portile2
@@ -273,7 +273,7 @@ files:
273
273
  - patches/libxml2/0011-rip-out-libxml2-s-libc_single_threaded-support.patch
274
274
  - patches/libxml2/0019-xpath-Use-separate-static-hash-table-for-standard-fu.patch
275
275
  - patches/libxslt/0001-update-config.guess-and-config.sub-for-libxslt.patch
276
- - ports/archives/libxml2-2.13.6.tar.xz
276
+ - ports/archives/libxml2-2.13.7.tar.xz
277
277
  - ports/archives/libxslt-1.1.43.tar.xz
278
278
  homepage: https://nokogiri.org
279
279
  licenses:
Binary file