nokogiri 1.18.7 → 1.18.8

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: e8955e1010e2fd456ffa2ffc7d14808ccb539b0e0190d2e5d5389b2d52cf509b
4
- data.tar.gz: b7c3fb55244a74192bea9c32ff5a984a6d1952d850c99816db268bbdd3e0a5c8
3
+ metadata.gz: 04001de0ab4b8543534be620640875efa4269a98e60b34f3af7d9e72a83807e5
4
+ data.tar.gz: deca5e00af9e343535f93b9c9696549df903397cf6f942fcb4077d1c7ad56aea
5
5
  SHA512:
6
- metadata.gz: 175a5a434c88bfb3df0e6b2711d1b5afc24e480dbc4699fa35d91b21183937b9eddb347da96d5f52efbd8a96cdc24d6b0605d1ef722aae53331a5321b8231710
7
- data.tar.gz: 4b3692c9b7afb27a6a5f5c41bdcabadf460a3deb5d1a7fe53a7f6f21fb73a22c84e592ca230db031c36acca0c5d6c036a06f1d394af7c51a1df0b2fd555ad5a3
6
+ metadata.gz: 7ce21b266ca6f5f3ddd51c5e9ff26f0b4941e4e176acfd7c96df845a5b04ef40961bc111d9686958dabaa16bf4003d8d1b0d0547b884c3c6196f03a1b3002bcd
7
+ data.tar.gz: cc2ef070c1509d782868df1a79b636d393b79e1c0482d68719ddd73fa3a0382187e9e53556d254afb1338aad2900d6183e70847099c9aa515ff028ce5910e70c
data/dependencies.yml CHANGED
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  libxml2:
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
3
+ version: "2.13.8"
4
+ sha256: "277294cb33119ab71b2bc81f2f445e9bc9435b893ad15bb2cd2b0e859a0ee84a"
5
+ # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.8.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.7"
5
+ VERSION = "1.18.8"
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.7
4
+ version: 1.18.8
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-31 00:00:00.000000000 Z
22
+ date: 1980-01-02 00:00:00.000000000 Z
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency
25
25
  name: mini_portile2
@@ -59,6 +59,7 @@ executables:
59
59
  extensions:
60
60
  - ext/nokogiri/extconf.rb
61
61
  extra_rdoc_files:
62
+ - README.md
62
63
  - ext/nokogiri/gumbo.c
63
64
  - ext/nokogiri/html4_document.c
64
65
  - ext/nokogiri/html4_element_description.c
@@ -95,7 +96,6 @@ extra_rdoc_files:
95
96
  - ext/nokogiri/xml_text.c
96
97
  - ext/nokogiri/xml_xpath_context.c
97
98
  - ext/nokogiri/xslt_stylesheet.c
98
- - README.md
99
99
  files:
100
100
  - Gemfile
101
101
  - LICENSE-DEPENDENCIES.md
@@ -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.7.tar.xz
276
+ - ports/archives/libxml2-2.13.8.tar.xz
277
277
  - ports/archives/libxslt-1.1.43.tar.xz
278
278
  homepage: https://nokogiri.org
279
279
  licenses:
@@ -301,7 +301,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
301
301
  - !ruby/object:Gem::Version
302
302
  version: '0'
303
303
  requirements: []
304
- rubygems_version: 3.6.2
304
+ rubygems_version: 3.6.8
305
305
  specification_version: 4
306
306
  summary: Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.
307
307
  test_files: []
Binary file