nokogiri 1.15.1-java → 1.15.2-java
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 +4 -4
- data/Gemfile +1 -1
- data/lib/nokogiri/jruby/nokogiri_jars.rb +3 -3
- data/lib/nokogiri/jruby/org/nokogiri/nekodtd/0.1.11.noko2/nekodtd-0.1.11.noko2.jar +0 -0
- data/lib/nokogiri/nokogiri.jar +0 -0
- data/lib/nokogiri/version/constant.rb +1 -1
- metadata +4 -4
- data/lib/nokogiri/jruby/org/nokogiri/nekodtd/0.1.11.noko1/nekodtd-0.1.11.noko1.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 74fb625bd596b0af0df336f0cdb8c002680527ff713401b548402152bfa27c82
|
4
|
+
data.tar.gz: c2f792ee9b213c6ac47b722c08ee18174584ee99c5519d9f6a65c4ae607853fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1da1abd028c471cf295b55c4ea3240caecac29d843f8abed248158885633d21060cc1b89fa4984defd5390bf5c55287afddd79c841b66e2bd9736186de0374f6
|
7
|
+
data.tar.gz: cc0ca0cfccd426f25e10fccf64a474ac100e483a6ffd2486cba1c29864d1f58ce7dace3c6b3e856b503e6401e1703571e3b674c27b745950e3932c3dfc67f277
|
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.
|
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
|
@@ -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.
|
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",
|
Binary file
|
data/lib/nokogiri/nokogiri.jar
CHANGED
Binary file
|
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.
|
4
|
+
version: 1.15.2
|
5
5
|
platform: java
|
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-
|
23
|
+
date: 2023-05-24 00:00:00.000000000 Z
|
24
24
|
dependencies:
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
requirement: !ruby/object:Gem::Requirement
|
@@ -266,7 +266,7 @@ files:
|
|
266
266
|
- lib/nokogiri/jruby/net/sourceforge/htmlunit/neko-htmlunit/2.63.0/neko-htmlunit-2.63.0.jar
|
267
267
|
- lib/nokogiri/jruby/nokogiri_jars.rb
|
268
268
|
- lib/nokogiri/jruby/nu/validator/jing/20200702VNU/jing-20200702VNU.jar
|
269
|
-
- lib/nokogiri/jruby/org/nokogiri/nekodtd/0.1.11.
|
269
|
+
- lib/nokogiri/jruby/org/nokogiri/nekodtd/0.1.11.noko2/nekodtd-0.1.11.noko2.jar
|
270
270
|
- lib/nokogiri/jruby/xalan/serializer/2.7.3/serializer-2.7.3.jar
|
271
271
|
- lib/nokogiri/jruby/xalan/xalan/2.7.3/xalan-2.7.3.jar
|
272
272
|
- lib/nokogiri/jruby/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.jar
|
@@ -345,7 +345,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
345
345
|
version: '0'
|
346
346
|
requirements:
|
347
347
|
- jar isorelax, isorelax, 20030108
|
348
|
-
- jar org.nokogiri, nekodtd, 0.1.11.
|
348
|
+
- jar org.nokogiri, nekodtd, 0.1.11.noko2
|
349
349
|
- jar net.sourceforge.htmlunit, neko-htmlunit, 2.63.0
|
350
350
|
- jar nu.validator, jing, 20200702VNU
|
351
351
|
- jar xalan, serializer, 2.7.3
|