nokogiri 1.15.1-x86-mingw32 → 1.15.2-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: b95072fcad1db8a6197e1721775095c78c3010557cfce3ff5d16f8fd82380413
4
- data.tar.gz: c783e409e0a5a8e3763db82845c2e10f18ce1563dd3aa2373f052283ca4cc0bb
3
+ metadata.gz: e2f408f872660cc5a5257f6ce14f2b2db33655fe73ed83b63c1a569e89497f2f
4
+ data.tar.gz: 7d0064a9272b76cb661e06415968a503ce8fb22878be29558ec7928dd6d7fdaa
5
5
  SHA512:
6
- metadata.gz: caae54dc4bd01ddd25fd13d2ee7fd2bb4a0bebe3e9671c77fc771b37d326a665cda398993cf4916288e668dd15b057d022741d96c8df63f590f5028336bdf8b0
7
- data.tar.gz: 05ba5769ab2c277c76452f0eae9782fbeec5ac420efc8450ef9661d7d97a9edf172af5b07efd79680fdf1a82c8d93254a6c4f8dcb4d4d5feca0eb65c98f18ff1
6
+ metadata.gz: f779f7991d2bae62bb069c982b9322109b362b410712ba0ff053e0bf6179f881d8a1926ea140c26d0259e00edc27dc07edcc2919c1e81436ec79719c97222b8c
7
+ data.tar.gz: 4f67bf0dc6a9b225bb8fee4c05cf265531f2292d7d66a6147bdc860af0d077cf0d76fc9eb899a625d548caebcc2e0cc48707bf8abcef6223ac24872aa81847b7
data/Gemfile CHANGED
@@ -31,7 +31,7 @@ group :development do
31
31
  gem "rubocop", "1.51.0"
32
32
  gem "rubocop-minitest", "0.31.0"
33
33
  gem "rubocop-packaging", "0.5.2"
34
- gem "rubocop-performance", "1.17.1"
34
+ gem "rubocop-performance", "1.18.0"
35
35
  gem "rubocop-rake", "= 0.6.0"
36
36
  gem "rubocop-shopify", "2.13.0"
37
37
  end
Binary file
Binary file
Binary file
Binary file
@@ -6,10 +6,10 @@ rescue LoadError
6
6
  require 'net/sourceforge/htmlunit/neko-htmlunit/2.63.0/neko-htmlunit-2.63.0.jar'
7
7
  require 'nu/validator/jing/20200702VNU/jing-20200702VNU.jar'
8
8
  require 'xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.jar'
9
- require 'org/nokogiri/nekodtd/0.1.11.noko1/nekodtd-0.1.11.noko1.jar'
10
9
  require 'net/sf/saxon/Saxon-HE/9.6.0-4/Saxon-HE-9.6.0-4.jar'
11
10
  require 'xalan/xalan/2.7.3/xalan-2.7.3.jar'
12
11
  require 'xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar'
12
+ require 'org/nokogiri/nekodtd/0.1.11.noko2/nekodtd-0.1.11.noko2.jar'
13
13
  require 'isorelax/isorelax/20030108/isorelax-20030108.jar'
14
14
  end
15
15
 
@@ -18,10 +18,10 @@ if defined? Jars
18
18
  require_jar 'net.sourceforge.htmlunit', 'neko-htmlunit', '2.63.0'
19
19
  require_jar 'nu.validator', 'jing', '20200702VNU'
20
20
  require_jar 'xerces', 'xercesImpl', '2.12.2'
21
- require_jar 'org.nokogiri', 'nekodtd', '0.1.11.noko1'
22
21
  require_jar 'net.sf.saxon', 'Saxon-HE', '9.6.0-4'
23
22
  require_jar 'xalan', 'xalan', '2.7.3'
24
23
  require_jar 'xml-apis', 'xml-apis', '1.4.01'
24
+ require_jar 'org.nokogiri', 'nekodtd', '0.1.11.noko2'
25
25
  require_jar 'isorelax', 'isorelax', '20030108'
26
26
  end
27
27
 
@@ -32,7 +32,7 @@ module Nokogiri
32
32
  "net.sf.saxon:Saxon-HE" => "9.6.0-4",
33
33
  "net.sourceforge.htmlunit:neko-htmlunit" => "2.63.0",
34
34
  "nu.validator:jing" => "20200702VNU",
35
- "org.nokogiri:nekodtd" => "0.1.11.noko1",
35
+ "org.nokogiri:nekodtd" => "0.1.11.noko2",
36
36
  "xalan:serializer" => "2.7.3",
37
37
  "xalan:xalan" => "2.7.3",
38
38
  "xerces:xercesImpl" => "2.12.2",
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Nokogiri
4
4
  # The version of Nokogiri you are using
5
- VERSION = "1.15.1"
5
+ VERSION = "1.15.2"
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.1
4
+ version: 1.15.2
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: 2023-05-19 00:00:00.000000000 Z
23
+ date: 2023-05-24 00:00:00.000000000 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: racc