nokogiri 1.18.5-arm-linux-gnu → 1.18.7-arm-linux-gnu
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/ext/nokogiri/include/libxml2/libxml/xmlversion.h +4 -4
- data/lib/nokogiri/3.1/nokogiri.so +0 -0
- data/lib/nokogiri/3.2/nokogiri.so +0 -0
- data/lib/nokogiri/3.3/nokogiri.so +0 -0
- data/lib/nokogiri/3.4/nokogiri.so +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: e2727ed5a7ab3eb6629c4ceab1da4f3f456cc89ac481ccb9f2e4eda8da3587af
|
4
|
+
data.tar.gz: 8778daeb7d25a3ef16dc0e3522d915e5e4009c0a0bd445ccf2ab59fa8133200b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42b2e8d0fdc71a5c360e8d13329e14b1fddf9b9aee7c54a48595162a1a61ba1fdc7b580e5a387ea78a2a9064705f5e849576850bc4adb6eb4ba107393fb9979c
|
7
|
+
data.tar.gz: 0c50570678c70852c72d39b9281f18fea6b8000efd7fb6930d7c0f9d06b6d987e0fdfaea9f518a100fbb5de4571446c7b043a2feeffae4343a8cf9e4dcd13ee3
|
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"
|
@@ -15,21 +15,21 @@
|
|
15
15
|
*
|
16
16
|
* the version string like "1.2.3"
|
17
17
|
*/
|
18
|
-
#define LIBXML_DOTTED_VERSION "2.13.
|
18
|
+
#define LIBXML_DOTTED_VERSION "2.13.7"
|
19
19
|
|
20
20
|
/**
|
21
21
|
* LIBXML_VERSION:
|
22
22
|
*
|
23
23
|
* the version number: 1.2.3 value is 10203
|
24
24
|
*/
|
25
|
-
#define LIBXML_VERSION
|
25
|
+
#define LIBXML_VERSION 21307
|
26
26
|
|
27
27
|
/**
|
28
28
|
* LIBXML_VERSION_STRING:
|
29
29
|
*
|
30
30
|
* the version number string, 1.2.3 value is "10203"
|
31
31
|
*/
|
32
|
-
#define LIBXML_VERSION_STRING "
|
32
|
+
#define LIBXML_VERSION_STRING "21307"
|
33
33
|
|
34
34
|
/**
|
35
35
|
* LIBXML_VERSION_EXTRA:
|
@@ -44,7 +44,7 @@
|
|
44
44
|
* Macro to check that the libxml version in use is compatible with
|
45
45
|
* the version the software has been compiled against
|
46
46
|
*/
|
47
|
-
#define LIBXML_TEST_VERSION xmlCheckVersion(
|
47
|
+
#define LIBXML_TEST_VERSION xmlCheckVersion(21307);
|
48
48
|
|
49
49
|
/**
|
50
50
|
* LIBXML_THREAD_ENABLED:
|
Binary file
|
Binary file
|
Binary file
|
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: arm-linux-gnu
|
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-03-
|
23
|
+
date: 2025-03-31 00:00:00.000000000 Z
|
24
24
|
dependencies:
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: racc
|