nokogiri 1.14.4-java → 1.14.5-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2108d64c900885b6f155adcbf2a85a278b08ecc09f4b09a049c212012f33791e
4
- data.tar.gz: 2396c851eaacb1cf581747503f7a268dc649c7492d159f2301cf1b527abc6d79
3
+ metadata.gz: 290237d5f10953257ff144b99f10352dbe522310c139d1675346af05870fda87
4
+ data.tar.gz: d2ca4a5b533de262f308a945f76e8a437cebe84670698921a330adb88a43bc23
5
5
  SHA512:
6
- metadata.gz: 0f4ab961c823a552598ae3e896fa1e5ab594f3ce0db84fceab9385e4c109be51cfdf452b402f9a9effe29fe67d42e347709c0c95bb6b1fcd72a9c308ad3364fa
7
- data.tar.gz: 97b5a0a52060b35cd5e778a045063fd18dbcc1ae70a150281b700d40f3833a83fbc336b2a0aa3a4965e9ca98e86a636e30eaa038a745e2edf2c2e35ca5d745a8
6
+ metadata.gz: 310d6267a0fc497095c2629ddd516bdf6cb8d192a6bfcd11470a281b75f3d66ba8a4edd8a40eaf203cb0b53e0f33db12a4191641be3318049b7738af79a0d7af
7
+ data.tar.gz: 7a383b7e0a0c2da84d83984bbebb0e5c056bd9bfe669f9ba99c269294f86c274fd97c3f2e5a71e77b66bbaf67c067514dcf528db76c0ea78deaac11a0048377e
@@ -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",
Binary file
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Nokogiri
4
4
  # The version of Nokogiri you are using
5
- VERSION = "1.14.4"
5
+ VERSION = "1.14.5"
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.14.4
4
+ version: 1.14.5
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-11 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
  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.noko1/nekodtd-0.1.11.noko1.jar
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.noko1
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