nokogiri 1.18.3 → 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 +4 -4
- data/Gemfile +6 -4
- data/dependencies.yml +6 -6
- data/ext/nokogiri/extconf.rb +1 -9
- data/lib/nokogiri/version/constant.rb +1 -1
- data/ports/archives/libxml2-2.13.8.tar.xz +0 -0
- data/ports/archives/libxslt-1.1.43.tar.xz +0 -0
- metadata +6 -6
- data/ports/archives/libxml2-2.13.6.tar.xz +0 -0
- data/ports/archives/libxslt-1.1.42.tar.xz +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04001de0ab4b8543534be620640875efa4269a98e60b34f3af7d9e72a83807e5
|
4
|
+
data.tar.gz: deca5e00af9e343535f93b9c9696549df903397cf6f942fcb4077d1c7ad56aea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ce21b266ca6f5f3ddd51c5e9ff26f0b4941e4e176acfd7c96df845a5b04ef40961bc111d9686958dabaa16bf4003d8d1b0d0547b884c3c6196f03a1b3002bcd
|
7
|
+
data.tar.gz: cc2ef070c1509d782868df1a79b636d393b79e1c0482d68719ddd73fa3a0382187e9e53556d254afb1338aad2900d6183e70847099c9aa515ff028ce5910e70c
|
data/Gemfile
CHANGED
@@ -24,10 +24,12 @@ group :development do
|
|
24
24
|
gem "simplecov", "= 0.21.2"
|
25
25
|
|
26
26
|
# rubocop
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
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,13 +1,13 @@
|
|
1
1
|
---
|
2
2
|
libxml2:
|
3
|
-
version: "2.13.
|
4
|
-
sha256: "
|
5
|
-
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.
|
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
|
-
version: "1.1.
|
9
|
-
sha256: "
|
10
|
-
# sha-256 hash provided in https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.
|
8
|
+
version: "1.1.43"
|
9
|
+
sha256: "5a3d6b383ca5afc235b171118e90f5ff6aa27e9fea3303065231a6d403f0183a"
|
10
|
+
# sha-256 hash provided in https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.43.sha256sum
|
11
11
|
|
12
12
|
zlib:
|
13
13
|
version: "1.3.1"
|
data/ext/nokogiri/extconf.rb
CHANGED
@@ -240,15 +240,7 @@ def zlib_source(version_string)
|
|
240
240
|
end
|
241
241
|
|
242
242
|
def gnome_source
|
243
|
-
|
244
|
-
# but whatever host is resolved on the github actions workers see an expired cert.
|
245
|
-
#
|
246
|
-
# See https://github.com/sparklemotion/nokogiri/runs/5266206403?check_suite_focus=true
|
247
|
-
if ENV["NOKOGIRI_USE_CANONICAL_GNOME_SOURCE"]
|
248
|
-
"https://download.gnome.org"
|
249
|
-
else
|
250
|
-
"https://muug.ca/mirror/gnome" # old reliable
|
251
|
-
end
|
243
|
+
"https://download.gnome.org"
|
252
244
|
end
|
253
245
|
|
254
246
|
LOCAL_PACKAGE_RESPONSE = Object.new
|
Binary file
|
Binary file
|
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.
|
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:
|
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,8 +273,8 @@ 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.
|
277
|
-
- ports/archives/libxslt-1.1.
|
276
|
+
- ports/archives/libxml2-2.13.8.tar.xz
|
277
|
+
- ports/archives/libxslt-1.1.43.tar.xz
|
278
278
|
homepage: https://nokogiri.org
|
279
279
|
licenses:
|
280
280
|
- MIT
|
@@ -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.
|
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
|
Binary file
|