nokogiri 1.18.5 → 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 +3 -3
- 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
|
@@ -19,7 +19,7 @@ authors:
|
|
19
19
|
- Nobuyoshi Nakada
|
20
20
|
bindir: bin
|
21
21
|
cert_chain: []
|
22
|
-
date: 2025-03-
|
22
|
+
date: 2025-03-31 00:00:00.000000000 Z
|
23
23
|
dependencies:
|
24
24
|
- !ruby/object:Gem::Dependency
|
25
25
|
name: mini_portile2
|
@@ -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.7.tar.xz
|
277
277
|
- ports/archives/libxslt-1.1.43.tar.xz
|
278
278
|
homepage: https://nokogiri.org
|
279
279
|
licenses:
|
Binary file
|