nokogiri 1.16.5-x64-mingw-ucrt → 1.16.7-x64-mingw-ucrt

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: f85224e315a5eeaf1c4d6c51609b47102468329ce4a730bd2c5eeba9daa522ab
4
- data.tar.gz: 7b493362bb18db329705c7797bfffe40cbceab0e5ded933cd63a79cdc16d56fd
3
+ metadata.gz: 3ebcba6cfff545c51314315ed7aaa647056fdfef97873c37549af40914ffa232
4
+ data.tar.gz: f4184aca4afc86f202fde4bd17a3c2ae13363072769be32e6c94922b9c573988
5
5
  SHA512:
6
- metadata.gz: c41b519e77d88c725ab444400250e1324ec600811b48987810a624da321c3e69ecc0bea61bd13b9a851c9963f403a571f0bee9838ebf0cf7c81f1a3675fd1f05
7
- data.tar.gz: cba6f875a51d4660aa60fa0e0fa831466741723170e70e25434f7e5dfec8d0dac69944f3b44bcd55fc80b01be873840c061ce1d4541ebad2adade61df12ae316
6
+ metadata.gz: 923aca8e5756c20624b826b604ef840fa138a038ee13e955a03973cf4ffc7171c0d8966db2db120f735a07dc1c357540c402a333d965e7b4a917dc68ada4fce9
7
+ data.tar.gz: da867d6b36790dd2044215fffd353c6935b8d8510660601444e2dccfe8f8ece7333be4c82dca03383acc4c7f241d95bde846c5c6b5cc3ed3ca00b5a6f04a4221
data/dependencies.yml CHANGED
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  libxml2:
3
- version: "2.12.7"
4
- sha256: "24ae78ff1363a973e6d8beba941a7945da2ac056e19b53956aeb6927fd6cfb56"
5
- # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.7.sha256sum
3
+ version: "2.12.9"
4
+ sha256: "59912db536ab56a3996489ea0299768c7bcffe57169f0235e7f962a91f483590"
5
+ # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.9.sha256sum
6
6
 
7
7
  libxslt:
8
8
  version: "1.1.39"
@@ -953,7 +953,7 @@ XML_DEPRECATED XMLPUBFUN int
953
953
  xmlSubstituteEntitiesDefault(int val);
954
954
  XML_DEPRECATED XMLPUBFUN int
955
955
  xmlThrDefSubstituteEntitiesDefaultValue(int v);
956
- XML_DEPRECATED XMLPUBFUN int
956
+ XMLPUBFUN int
957
957
  xmlKeepBlanksDefault (int val);
958
958
  XML_DEPRECATED XMLPUBFUN int
959
959
  xmlThrDefKeepBlanksDefaultValue(int v);
@@ -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.12.7"
32
+ #define LIBXML_DOTTED_VERSION "2.12.9"
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 21207
39
+ #define LIBXML_VERSION 21209
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 "21207"
46
+ #define LIBXML_VERSION_STRING "21209"
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(21207);
61
+ #define LIBXML_TEST_VERSION xmlCheckVersion(21209);
62
62
 
63
63
  #ifndef VMS
64
64
  #if 0
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.16.5"
5
+ VERSION = "1.16.7"
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.16.5
4
+ version: 1.16.7
5
5
  platform: x64-mingw-ucrt
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: 2024-05-13 00:00:00.000000000 Z
23
+ date: 2024-07-27 00:00:00.000000000 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: racc