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 +4 -4
- data/Gemfile +6 -4
- data/dependencies.yml +3 -3
- data/lib/nokogiri/version/constant.rb +1 -1
- data/ports/archives/libxml2-2.13.7.tar.xz +0 -0
- metadata +4 -7
- data/ports/archives/libxml2-2.13.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: e8955e1010e2fd456ffa2ffc7d14808ccb539b0e0190d2e5d5389b2d52cf509b
|
4
|
+
data.tar.gz: b7c3fb55244a74192bea9c32ff5a984a6d1952d850c99816db268bbdd3e0a5c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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,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.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"
|
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.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-
|
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.
|
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.
|
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
|