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 +4 -4
- data/dependencies.yml +3 -3
- data/lib/nokogiri/version/constant.rb +1 -1
- data/ports/archives/libxml2-2.13.8.tar.xz +0 -0
- metadata +5 -5
- data/ports/archives/libxml2-2.13.7.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/dependencies.yml
CHANGED
@@ -1,8 +1,8 @@
|
|
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
8
|
version: "1.1.43"
|
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,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.
|
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.
|
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
|