nokogiri 1.13.4-x86-mingw32 → 1.13.5-x86-mingw32

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: 2ada99c48a34f900eac422e25553b108d8435cb08b6d5a160527b5d63a4e7997
4
- data.tar.gz: d22cb3d98eebcfa525a9641f1981c53d6fea465ab1c5b178a7e624f51cc639e8
3
+ metadata.gz: '0814125fce9396cffbfe5cfd5f71c4680c29f757d8eb224dece056821785e69e'
4
+ data.tar.gz: f0e4a57b8bf2110137adb08f840d483c1ec140f2bc2e16167dcb10b9b4b75a65
5
5
  SHA512:
6
- metadata.gz: 7831fc1a13e2e488a711967179d3d39cca1f0ede16951c3d752eda7d95962bcdfe9cde6c94a18348e7455fff8a974a1d4cf59b0c455a2b1756a53c131378ac58
7
- data.tar.gz: ff6ce69178c831d368b078b9cb7233c31bd94065dec195a8ebf88f2902869dddd2976de0e178b6465cb5454e586c80d3cdf816ebbbdff5cc013a2adbd2341c8d
6
+ metadata.gz: 51bbe2b5600ca16412c3470dfc55be84ee470d22b5661d85c17975716b0dbc3247fea2f5b60472564e3dc1863729ddddd55a54315f9d52d289e65de895e9d6f4
7
+ data.tar.gz: c576a4706da9924935b367f90f10497b32722f7918133af608220e69b72780f4ab958ac223b9dd3804f784236dcce8b194607789c23e9d3a82bfd633e72ddca6
data/dependencies.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  libxml2:
2
- version: "2.9.13"
3
- sha256: "276130602d12fe484ecc03447ee5e759d0465558fbc9d6bd144e3745306ebf0e"
4
- # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.13.sha256sum
2
+ version: "2.9.14"
3
+ sha256: "60d74a257d1ccec0475e749cba2f21559e48139efba6ff28224357c7c798dfee"
4
+ # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.14.sha256sum
5
5
 
6
6
  libxslt:
7
7
  version: "1.1.35"
@@ -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.9.13"
32
+ #define LIBXML_DOTTED_VERSION "2.9.14"
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 20913
39
+ #define LIBXML_VERSION 20914
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 "20913"
46
+ #define LIBXML_VERSION_STRING "20914"
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(20913);
61
+ #define LIBXML_TEST_VERSION xmlCheckVersion(20914);
62
62
 
63
63
  #ifndef VMS
64
64
  #if 0
@@ -133,7 +133,7 @@ extern "C" {
133
133
  #ifndef WITH_MODULES
134
134
  #define WITH_MODULES
135
135
  #endif
136
- #define LIBXSLT_DEFAULT_PLUGINS_PATH() "/home/flavorjones/code/oss/nokogiri/ports/x86-mingw32/libxslt/1.1.35/lib/libxslt-plugins"
136
+ #define LIBXSLT_DEFAULT_PLUGINS_PATH() "/home/flavorjones/code/oss/nokogiri/ports/x64-mingw32/libxslt/1.1.35/lib/libxslt-plugins"
137
137
  #endif
138
138
 
139
139
  /**
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.13.4"
5
+ VERSION = "1.13.5"
6
6
  end
@@ -123,8 +123,8 @@ module Nokogiri
123
123
  # [Yields] Nokogiri::XML::Node
124
124
  # [Returns] Nokogiri::XML::Node
125
125
  #
126
- def initialize(name, document) # rubocop:disable Style/RedundantInitialize
127
- # This is intentionally empty.
126
+ def initialize(name, document)
127
+ # This is intentionally empty, and sets the method signature for subclasses.
128
128
  end
129
129
 
130
130
  ###
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.13.4
4
+ version: 1.13.5
5
5
  platform: x86-mingw32
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: 2022-04-11 00:00:00.000000000 Z
23
+ date: 2022-05-04 00:00:00.000000000 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: racc
@@ -168,14 +168,20 @@ dependencies:
168
168
  requirements:
169
169
  - - "~>"
170
170
  - !ruby/object:Gem::Version
171
- version: '1.23'
171
+ version: '1.28'
172
+ - - ">="
173
+ - !ruby/object:Gem::Version
174
+ version: 1.28.2
172
175
  type: :development
173
176
  prerelease: false
174
177
  version_requirements: !ruby/object:Gem::Requirement
175
178
  requirements:
176
179
  - - "~>"
177
180
  - !ruby/object:Gem::Version
178
- version: '1.23'
181
+ version: '1.28'
182
+ - - ">="
183
+ - !ruby/object:Gem::Version
184
+ version: 1.28.2
179
185
  - !ruby/object:Gem::Dependency
180
186
  name: rubocop-minitest
181
187
  requirement: !ruby/object:Gem::Requirement