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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 662e6342d470516e6f3d8e2ad6c58a6d8627cca558f0ef23ba4c090a134906ed
4
- data.tar.gz: 94f91ea248f926b04b3f8275705d07d1a4106bcdd9a50058401d23071c45c379
3
+ metadata.gz: e7ce8e9024b1c99a7791442f4878b8dbf32c496d64df67a7cab74a301f684e57
4
+ data.tar.gz: 76dedc95796c27a5d391e0b7747a912c62384d9c4289315ffd8c2f8d8d0a5fc9
5
5
  SHA512:
6
- metadata.gz: 638afb64150447852626abae9843c7e86599126db48c852ae4135a7503950808c44847cad7b0a6ff907a2ae516a0c28776e9e93eb7084a13f5020f0a65270d46
7
- data.tar.gz: be1092829d119f52d7ebb6d4c2bd2ae5e52f0a3246150d20a070a5ae1cbcd474d1db1f2d7b086e1c0182a5638c33827eea905c3859521c62221eb0a994cbbb2f
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.42"
9
- sha256: "85ca62cac0d41fc77d3f6033da9df6fd73d20ea2fc18b0a3609ffb4110e1baeb"
10
- # sha-256 hash provided in https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.42.sha256sum
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"
@@ -240,15 +240,7 @@ def zlib_source(version_string)
240
240
  end
241
241
 
242
242
  def gnome_source
243
- # As of 2022-02-20, some mirrors have expired SSL certificates. I'm able to retrieve from my home,
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
Binary file
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Nokogiri
4
4
  # The version of Nokogiri you are using
5
- VERSION = "1.18.3"
5
+ VERSION = "1.18.4"
6
6
  end
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.3
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-02-18 00:00:00.000000000 Z
23
+ date: 2025-03-14 00:00:00.000000000 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: jar-dependencies