nokogiri 1.18.6 → 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: df06f5716cd1ac320a45b9e6ba619d27ede54662cf2b5fab76cc4c7218d8be6a
4
- data.tar.gz: 582bec289373537f78321742a0752182fefe8329d0601c4847c36962a4408c40
3
+ metadata.gz: e8955e1010e2fd456ffa2ffc7d14808ccb539b0e0190d2e5d5389b2d52cf509b
4
+ data.tar.gz: b7c3fb55244a74192bea9c32ff5a984a6d1952d850c99816db268bbdd3e0a5c8
5
5
  SHA512:
6
- metadata.gz: 6d09b7813a8bca46e15c627c60aed6f4381085657a7b2df66232177974da923b6d9c01626b44d38e41cf74dfa75eda93437397337bc292d3267c9132f0d58ba7
7
- data.tar.gz: ab318ea62d3744d23c3acd6bd6efb5cef23020294918e5283513b78e6f31fc90bfde263e6a748ee3038a3b4dae4eb3621a380078431f951878b5dc1124c4d97d
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.6"
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.6
4
+ version: 1.18.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Dalessio
@@ -17,10 +17,9 @@ authors:
17
17
  - Sergio Arbeo
18
18
  - Timothy Elliott
19
19
  - Nobuyoshi Nakada
20
- autorequire:
21
20
  bindir: bin
22
21
  cert_chain: []
23
- date: 2025-03-24 00:00:00.000000000 Z
22
+ date: 2025-03-31 00:00:00.000000000 Z
24
23
  dependencies:
25
24
  - !ruby/object:Gem::Dependency
26
25
  name: mini_portile2
@@ -274,7 +273,7 @@ files:
274
273
  - patches/libxml2/0011-rip-out-libxml2-s-libc_single_threaded-support.patch
275
274
  - patches/libxml2/0019-xpath-Use-separate-static-hash-table-for-standard-fu.patch
276
275
  - patches/libxslt/0001-update-config.guess-and-config.sub-for-libxslt.patch
277
- - ports/archives/libxml2-2.13.6.tar.xz
276
+ - ports/archives/libxml2-2.13.7.tar.xz
278
277
  - ports/archives/libxslt-1.1.43.tar.xz
279
278
  homepage: https://nokogiri.org
280
279
  licenses:
@@ -286,7 +285,6 @@ metadata:
286
285
  changelog_uri: https://nokogiri.org/CHANGELOG.html
287
286
  source_code_uri: https://github.com/sparklemotion/nokogiri
288
287
  rubygems_mfa_required: 'true'
289
- post_install_message:
290
288
  rdoc_options:
291
289
  - "--main"
292
290
  - README.md
@@ -303,8 +301,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
303
301
  - !ruby/object:Gem::Version
304
302
  version: '0'
305
303
  requirements: []
306
- rubygems_version: 3.5.11
307
- signing_key:
304
+ rubygems_version: 3.6.2
308
305
  specification_version: 4
309
306
  summary: Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.
310
307
  test_files: []
Binary file