nokogiri 1.15.5 → 1.15.6
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.
Potentially problematic release.
This version of nokogiri might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/dependencies.yml +3 -4
- data/lib/nokogiri/version/constant.rb +1 -1
- data/ports/archives/libxml2-2.11.7.tar.xz +0 -0
- metadata +6 -6
- data/ports/archives/libxml2-2.11.6.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: 7a85f82fee42ee0bbf6c9c15fedaff96d260c6837772d3f65e26dafd692b137e
|
|
4
|
+
data.tar.gz: 5f811dcc08cb6b7e03aa2fbd3e8c66373394a0f0ecbd496cd065d53144375f63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a0acf4d167ae8c107358807df704bc7ada3f2a6d788c47ddc7bde2f142ccf5e2669bb872457e38dc218e682bb60c7f4aa5e7a5b60a566300cb7c3ffa527f028
|
|
7
|
+
data.tar.gz: ca335d87dd71b2692daf4f6118cd4862a2e885f69200324ac17551fc113889fadb5adc7cc4a0bb686129214fbf3fad2bcd9c1f750a630112e0b9c27dd8afe810
|
data/dependencies.yml
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
1
|
libxml2:
|
|
3
|
-
version: "2.11.
|
|
4
|
-
sha256: "
|
|
5
|
-
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.
|
|
2
|
+
version: "2.11.7"
|
|
3
|
+
sha256: "fb27720e25eaf457f94fd3d7189bcf2626c6dccf4201553bc8874d50e3560162"
|
|
4
|
+
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.7.sha256sum
|
|
6
5
|
|
|
7
6
|
libxslt:
|
|
8
7
|
version: "1.1.39"
|
|
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.15.
|
|
4
|
+
version: 1.15.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Dalessio
|
|
@@ -17,10 +17,10 @@ authors:
|
|
|
17
17
|
- Sergio Arbeo
|
|
18
18
|
- Timothy Elliott
|
|
19
19
|
- Nobuyoshi Nakada
|
|
20
|
-
autorequire:
|
|
20
|
+
autorequire:
|
|
21
21
|
bindir: bin
|
|
22
22
|
cert_chain: []
|
|
23
|
-
date:
|
|
23
|
+
date: 2024-03-16 00:00:00.000000000 Z
|
|
24
24
|
dependencies:
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: mini_portile2
|
|
@@ -272,7 +272,7 @@ files:
|
|
|
272
272
|
- patches/libxml2/0010-update-config.guess-and-config.sub-for-libxml2.patch
|
|
273
273
|
- patches/libxml2/0011-rip-out-libxml2-s-libc_single_threaded-support.patch
|
|
274
274
|
- patches/libxslt/0001-update-config.guess-and-config.sub-for-libxslt.patch
|
|
275
|
-
- ports/archives/libxml2-2.11.
|
|
275
|
+
- ports/archives/libxml2-2.11.7.tar.xz
|
|
276
276
|
- ports/archives/libxslt-1.1.39.tar.xz
|
|
277
277
|
homepage: https://nokogiri.org
|
|
278
278
|
licenses:
|
|
@@ -284,7 +284,7 @@ metadata:
|
|
|
284
284
|
changelog_uri: https://nokogiri.org/CHANGELOG.html
|
|
285
285
|
source_code_uri: https://github.com/sparklemotion/nokogiri
|
|
286
286
|
rubygems_mfa_required: 'true'
|
|
287
|
-
post_install_message:
|
|
287
|
+
post_install_message:
|
|
288
288
|
rdoc_options:
|
|
289
289
|
- "--main"
|
|
290
290
|
- README.md
|
|
@@ -302,7 +302,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
302
302
|
version: '0'
|
|
303
303
|
requirements: []
|
|
304
304
|
rubygems_version: 3.4.19
|
|
305
|
-
signing_key:
|
|
305
|
+
signing_key:
|
|
306
306
|
specification_version: 4
|
|
307
307
|
summary: Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.
|
|
308
308
|
test_files: []
|
|
Binary file
|