nokogiri 1.14.2-arm-linux → 1.14.3-arm-linux

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b664207b38fda0bd8018b28b5e2df06961d4963c82fbe80f30bb030377f1b5b
4
- data.tar.gz: 9e3ce998b062b079637309738c5a583920b6a06a27e639c4719ba04c3b915c7b
3
+ metadata.gz: 683ae306756256e329c8730cead59abc671d6a2521c54813f58dce45a3ae645c
4
+ data.tar.gz: aaf54f8b7e53116790ab9026c3d704d825d3d6a8e63aba1650bb20330d6e660b
5
5
  SHA512:
6
- metadata.gz: ad7de2b26f1a8cb8785d2aeb0a0912ddf0be847ef94f2f7799096426581bdad5ea58c107224af62df14eaa9a918945bd81de270cc334486476d39a78d4b95551
7
- data.tar.gz: c643c5ea20e5938bc1bf6088ae407689c553199f420670b72fd52bce0255c4a9a0f292382371f20557115cd1fe97a2780132b0e1950426914e99c0b78da74f18
6
+ metadata.gz: 8fa7f71b8733e9232409babe9acc1638f6b938ea2f9f531fae4736c7d463694fc8c7b19696644baa0c010a5039ecf106644de725eddafd6bc21d09e5205ce360
7
+ data.tar.gz: daab87aa84d221fcea66693697a546a37cf356a72133d6c4d8df6cf44882cd61abc6ab57346dd5c893822b2bfdb928f63a37d202046452959461291ba034a3b8
data/dependencies.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  libxml2:
2
- version: "2.10.3"
3
- sha256: "5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c"
4
- # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.3.sha256sum
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"
@@ -29,21 +29,21 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
29
29
  *
30
30
  * the version string like "1.2.3"
31
31
  */
32
- #define LIBXML_DOTTED_VERSION "2.10.3"
32
+ #define LIBXML_DOTTED_VERSION "2.10.4"
33
33
 
34
34
  /**
35
35
  * LIBXML_VERSION:
36
36
  *
37
37
  * the version number: 1.2.3 value is 10203
38
38
  */
39
- #define LIBXML_VERSION 21003
39
+ #define LIBXML_VERSION 21004
40
40
 
41
41
  /**
42
42
  * LIBXML_VERSION_STRING:
43
43
  *
44
44
  * the version number string, 1.2.3 value is "10203"
45
45
  */
46
- #define LIBXML_VERSION_STRING "21003"
46
+ #define LIBXML_VERSION_STRING "21004"
47
47
 
48
48
  /**
49
49
  * LIBXML_VERSION_EXTRA:
@@ -58,7 +58,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
58
58
  * Macro to check that the libxml version in use is compatible with
59
59
  * the version the software has been compiled against
60
60
  */
61
- #define LIBXML_TEST_VERSION xmlCheckVersion(21003);
61
+ #define LIBXML_TEST_VERSION xmlCheckVersion(21004);
62
62
 
63
63
  #ifndef VMS
64
64
  #if 0
Binary file
Binary file
Binary file
Binary file
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Nokogiri
4
4
  # The version of Nokogiri you are using
5
- VERSION = "1.14.2"
5
+ VERSION = "1.14.3"
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.14.2
4
+ version: 1.14.3
5
5
  platform: arm-linux
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-02-13 00:00:00.000000000 Z
23
+ date: 2023-04-11 00:00:00.000000000 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: racc
@@ -36,6 +36,7 @@ dependencies:
36
36
  - - "~>"
37
37
  - !ruby/object:Gem::Version
38
38
  version: '1.4'
39
+ force_ruby_platform: false
39
40
  description: |
40
41
  Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. It provides a
41
42
  sensible, easy-to-understand API for reading, writing, modifying, and querying documents. It is