nokogiri 1.15.0-x64-mingw-ucrt → 1.15.1-x64-mingw-ucrt

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: b6c116e5b0a6a81b9e625fa60f941949d88ae096963dfe0a5c76a6cccd28e11a
4
- data.tar.gz: 7368fdcb3fedd0e8aefdea745303cf55b41058e528dda2cc84f951c9ddc35d55
3
+ metadata.gz: edad93ea999aab0b0bc93b16d628ed5f4d5041074aa42f805969a39b5114ddae
4
+ data.tar.gz: a26c1beb538922b513467e103bf6df41a751bcdcec037b1009eddd1f99d23f27
5
5
  SHA512:
6
- metadata.gz: d05d528b6e8675ba19c7cea966d9171b2f31934564f6f7c52f74a5a56c93c72dec55234a94932395e90d14ab46b7050c0bc442e1a695697a1d4dc64d4eb32785
7
- data.tar.gz: a51113a35981e59c280dc5cc56c20d9069bddb67c215ea2e7fbcf162593fa2f5d0284b5c20aba8d19035e236b8931351ff11dda1e678d0c4ab3c493c7f7f1cbb
6
+ metadata.gz: f03dfe4be7538a9e4c23ff66e2d8c32887ae2e63ca7e8c19e519470040a0b015f456ecb634e414eb58170bb2c3388fd77c3e98ee00fc26f0f7ba7a537f768e49
7
+ data.tar.gz: cf346233fcf9ca938c3f97540fd26b41580d7ca8762858f946796d9a86db65e1558088f835132f805b696d62930ccabeec7377c7906cca3e29b57ad8ae065129
data/Gemfile CHANGED
@@ -22,13 +22,13 @@ group :development do
22
22
  # tests
23
23
  gem "minitest", "5.18.0"
24
24
  gem "minitest-reporters", "1.6.0"
25
- gem "ruby_memcheck", git: "https://github.com/flavorjones/ruby_memcheck", ref: "flavorjones-nokogiri-huge-parse-option"
25
+ gem "ruby_memcheck", "1.3.2"
26
26
  gem "rubyzip", "~> 2.3.2"
27
27
  gem "simplecov", "= 0.21.2"
28
28
 
29
29
  # rubocop
30
30
  if Gem::Requirement.new("~> 3.0").satisfied_by?(Gem::Version.new(RUBY_VERSION))
31
- gem "rubocop", "1.50.2"
31
+ gem "rubocop", "1.51.0"
32
32
  gem "rubocop-minitest", "0.31.0"
33
33
  gem "rubocop-packaging", "0.5.2"
34
34
  gem "rubocop-performance", "1.17.1"
data/dependencies.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  libxml2:
2
- version: "2.11.3"
3
- sha256: "f1acae1664bda006cd81bfc238238217043d586d06659d5c0e3d1bcebe040870"
4
- # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.3.sha256sum
2
+ version: "2.11.4"
3
+ sha256: "737e1d7f8ab3f139729ca13a2494fd17bf30ddb4b7a427cf336252cab57f57f7"
4
+ # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.4.sha256sum
5
5
 
6
6
  libxslt:
7
7
  version: "1.1.38"
@@ -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.3"
32
+ #define LIBXML_DOTTED_VERSION "2.11.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 21103
39
+ #define LIBXML_VERSION 21104
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 "21103"
46
+ #define LIBXML_VERSION_STRING "21104"
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(21103);
61
+ #define LIBXML_TEST_VERSION xmlCheckVersion(21104);
62
62
 
63
63
  #ifndef VMS
64
64
  #if 0
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.0"
5
+ VERSION = "1.15.1"
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.0
4
+ version: 1.15.1
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: 2023-05-15 00:00:00.000000000 Z
23
+ date: 2023-05-19 00:00:00.000000000 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: racc