nokogiri 1.15.5-arm64-darwin → 1.15.6-arm64-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf94c5c20ab1cb177b4cf3fe830615894d5c432c6281c1ba6f5621f8c4a8f099
4
- data.tar.gz: c118da44c4e1f596b151ddc729e669963cf5aa70be551a78c8aa2c286ef314d5
3
+ metadata.gz: 83c187bf1e279f0d557c2eb79b8100f964809246a639e86e4f0eb6c26260d711
4
+ data.tar.gz: 07d4cfc110e80a8bd1d5f0d81a373ebbc5d35f85f4947e3a681dc67f9e052d98
5
5
  SHA512:
6
- metadata.gz: ced6eabd0c5a8aa931c6fddad2f847a13dc3560fa92b502e26653670e157d9d5a9d2147406af0a5775238b8d2049b6baf0d5787c1bb4247b6652cc4f16731f23
7
- data.tar.gz: da183512edf481df06772db590987e60d87d55f37caed3968fe0975ad6c150bb3f5842c6af32c88e891255b8b4abe4579b2023685569b3a1dfd57ae7c7d0247b
6
+ metadata.gz: 86191c38a61209d5e58c3c690f3736e5924bde3dc488de1a0215cc85c4d29f6feff456c15ac720f443a5defa4af47ab1c37ead3c8d97e5cdb3f448c4dabfa4bc
7
+ data.tar.gz: 1ce94447c23ce2568ba5b8e3b16d6783f5fcc93dba2a46f4145b1bfd83ffdfcd2bc81573314aa374b93aa040832bd90356f5425e66085830cfeb69d8fc4b8768
data/dependencies.yml CHANGED
@@ -1,8 +1,7 @@
1
-
2
1
  libxml2:
3
- version: "2.11.6"
4
- sha256: "c90eee7506764abbe07bb616b82da452529609815aefef423d66ef080eb0c300"
5
- # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.6.sha256sum
2
+ version: "2.11.7"
3
+ sha256: "fb27720e25eaf457f94fd3d7189bcf2626c6dccf4201553bc8874d50e3560162"
4
+ # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.7.sha256sum
6
5
 
7
6
  libxslt:
8
7
  version: "1.1.39"
@@ -29,21 +29,21 @@ XMLPUBFUN void xmlCheckVersion(int version);
29
29
  *
30
30
  * the version string like "1.2.3"
31
31
  */
32
- #define LIBXML_DOTTED_VERSION "2.11.6"
32
+ #define LIBXML_DOTTED_VERSION "2.11.7"
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 21106
39
+ #define LIBXML_VERSION 21107
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 "21106"
46
+ #define LIBXML_VERSION_STRING "21107"
47
47
 
48
48
  /**
49
49
  * LIBXML_VERSION_EXTRA:
@@ -58,7 +58,7 @@ XMLPUBFUN void 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(21106);
61
+ #define LIBXML_TEST_VERSION xmlCheckVersion(21107);
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.15.5"
5
+ VERSION = "1.15.6"
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.15.5
4
+ version: 1.15.6
5
5
  platform: arm64-darwin
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-11-17 00:00:00.000000000 Z
23
+ date: 2024-03-16 00:00:00.000000000 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: racc