nokogiri 1.18.2-x86_64-darwin → 1.18.3-x86_64-darwin

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.

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: 426a73775973cdf00c15f11c4a33df0ccf2c1118b1a8266a61a9c4ea58942164
4
- data.tar.gz: c934e4231b69013019430165f4f9541e01c5f1a3c4a7c841bc5fafcdb8874bcc
3
+ metadata.gz: 986abda6a6535a7df3dac5f2f6de6cc8cfc2ec1ba06ecde96ca3dd26d242c34c
4
+ data.tar.gz: '08169630110d66de976002b2c93002332e0b32dfeab95c7baad8a41d7937b6ab'
5
5
  SHA512:
6
- metadata.gz: a9dd4ca85de7f7a7d4e3893cde04ff95bce2896bc23389a6e04109b2031915f7b80fb88fba21ba38c2980a42da1c94bc50ff8fbf1be558080e0fac26dbe7f9f7
7
- data.tar.gz: 3b9176c2f6baaa470bea68f5136c4e23527c654b3b2f3e5f0176e3b0d19b3a0b245ee1320939a2bbb08793b23a6e7172604d35b10fd61c5d1ed5a5373bd4b4f0
6
+ metadata.gz: 11933ad5e439557e6d5cebde687b80eccc32fce2bcc2f2c7eb5b5ce1d0d97ac85bcdd1f2055367ec2982bf81ecc9b6d0d5c0cb381a50734323a8ff387d678b16
7
+ data.tar.gz: 2b983a6f1145314cc3a630544d3513bd4fbd912d2650e3cc2d9e7d5b29fe6aab662c4da57b2c66bceea9d7d02f30f84cae4781cf9b57eaf48b3d57868f2a20a9
data/dependencies.yml CHANGED
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  libxml2:
3
- version: "2.13.5"
4
- sha256: "74fc163217a3964257d3be39af943e08861263c4231f9ef5b496b6f6d4c7b2b6"
5
- # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.5.sha256sum
3
+ version: "2.13.6"
4
+ sha256: "f453480307524968f7a04ec65e64f2a83a825973bcd260a2e7691be82ae70c96"
5
+ # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.6.sha256sum
6
6
 
7
7
  libxslt:
8
8
  version: "1.1.42"
@@ -15,21 +15,21 @@
15
15
  *
16
16
  * the version string like "1.2.3"
17
17
  */
18
- #define LIBXML_DOTTED_VERSION "2.13.5"
18
+ #define LIBXML_DOTTED_VERSION "2.13.6"
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 21305
25
+ #define LIBXML_VERSION 21306
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 "21305"
32
+ #define LIBXML_VERSION_STRING "21306"
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(21305);
47
+ #define LIBXML_TEST_VERSION xmlCheckVersion(21306);
48
48
 
49
49
  /**
50
50
  * LIBXML_THREAD_ENABLED:
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.18.2"
5
+ VERSION = "1.18.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.18.2
4
+ version: 1.18.3
5
5
  platform: x86_64-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: 2025-01-19 00:00:00.000000000 Z
23
+ date: 2025-02-18 00:00:00.000000000 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: racc