nokogiri 1.14.2 → 1.14.3
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of nokogiri might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/dependencies.yml +3 -3
- data/lib/nokogiri/version/constant.rb +1 -1
- data/ports/archives/libxml2-2.10.4.tar.xz +0 -0
- metadata +6 -4
- data/ports/archives/libxml2-2.10.3.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: 55cb24234324fd658259d4835cfb45f0585efd60ca7f76a40f4955843ff35a09
|
4
|
+
data.tar.gz: 3531c056ef67437b5b104fa5d2553c924757d910578a1ef975fb2116c40e62d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz: '
|
6
|
+
metadata.gz: aa0062b110af74e67a8cc3d1aa84d60bc30d788ce1eb8a9698db675b204f40f59054326fc7ede103dae16c5768c8482af24a9038b91b25a98e765a4ad7c3c7bb
|
7
|
+
data.tar.gz: '0783632d61fd733cc634a2fd82c02b46c6265d8e4db1ed3853891147eedaee18e825b102923b86919408b6fe33ad5c9762555d53ee39b05bacb27bedfbef298f'
|
data/dependencies.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
libxml2:
|
2
|
-
version: "2.10.
|
3
|
-
sha256: "
|
4
|
-
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.
|
2
|
+
version: "2.10.4"
|
3
|
+
sha256: "ed0c91c5845008f1936739e4eee2035531c1c94742c6541f44ee66d885948d45"
|
4
|
+
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.4.sha256sum
|
5
5
|
|
6
6
|
libxslt:
|
7
7
|
version: "1.1.37"
|
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.14.
|
4
|
+
version: 1.14.3
|
5
5
|
platform: ruby
|
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: 2023-
|
23
|
+
date: 2023-04-11 00:00:00.000000000 Z
|
24
24
|
dependencies:
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: mini_portile2
|
@@ -36,6 +36,7 @@ dependencies:
|
|
36
36
|
- - "~>"
|
37
37
|
- !ruby/object:Gem::Version
|
38
38
|
version: 2.8.0
|
39
|
+
force_ruby_platform: false
|
39
40
|
- !ruby/object:Gem::Dependency
|
40
41
|
name: racc
|
41
42
|
requirement: !ruby/object:Gem::Requirement
|
@@ -50,6 +51,7 @@ dependencies:
|
|
50
51
|
- - "~>"
|
51
52
|
- !ruby/object:Gem::Version
|
52
53
|
version: '1.4'
|
54
|
+
force_ruby_platform: false
|
53
55
|
description: |
|
54
56
|
Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. It provides a
|
55
57
|
sensible, easy-to-understand API for reading, writing, modifying, and querying documents. It is
|
@@ -268,7 +270,7 @@ files:
|
|
268
270
|
- patches/libxml2/0003-libxml2.la-is-in-top_builddir.patch
|
269
271
|
- patches/libxml2/0009-allow-wildcard-namespaces.patch
|
270
272
|
- patches/libxslt/0001-update-automake-files-for-arm64.patch
|
271
|
-
- ports/archives/libxml2-2.10.
|
273
|
+
- ports/archives/libxml2-2.10.4.tar.xz
|
272
274
|
- ports/archives/libxslt-1.1.37.tar.xz
|
273
275
|
homepage: https://nokogiri.org
|
274
276
|
licenses:
|
@@ -297,7 +299,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
297
299
|
- !ruby/object:Gem::Version
|
298
300
|
version: '0'
|
299
301
|
requirements: []
|
300
|
-
rubygems_version: 3.4.
|
302
|
+
rubygems_version: 3.4.10
|
301
303
|
signing_key:
|
302
304
|
specification_version: 4
|
303
305
|
summary: Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.
|
Binary file
|