nokogiri 1.18.3-java → 1.18.4-java
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/ext/nokogiri/extconf.rb +1 -9
- data/lib/nokogiri/nokogiri.jar +0 -0
- data/lib/nokogiri/version/constant.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e7ce8e9024b1c99a7791442f4878b8dbf32c496d64df67a7cab74a301f684e57
|
4
|
+
data.tar.gz: 76dedc95796c27a5d391e0b7747a912c62384d9c4289315ffd8c2f8d8d0a5fc9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 115830e2fb42509bd48eef3a0c0841a82355a41f569f6f15cbe37d43fab988dad27dbe54a7d52dbccc7129c83fee97cba44e6ace43fa44a719daba5c2a2d81b4
|
7
|
+
data.tar.gz: afc5d8bcb1114d10f7fa7bae4cd0137756be0d395a58411c821c0c78809d4e0b6b2691dacb8eb762d8c4101cb1738b3adebdfec9da2b760267249f560e91c068
|
data/dependencies.yml
CHANGED
@@ -5,9 +5,9 @@ libxml2:
|
|
5
5
|
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.6.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
|
data/lib/nokogiri/nokogiri.jar
CHANGED
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.4
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Mike Dalessio
|
@@ -20,7 +20,7 @@ authors:
|
|
20
20
|
autorequire:
|
21
21
|
bindir: bin
|
22
22
|
cert_chain: []
|
23
|
-
date: 2025-
|
23
|
+
date: 2025-03-14 00:00:00.000000000 Z
|
24
24
|
dependencies:
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: jar-dependencies
|