nokogiri 1.14.4-arm64-darwin → 1.14.5-arm64-darwin

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: 2170b1f12c790596bc14e02494ee46a538b26b537663370d500c065d1bc26c8c
4
- data.tar.gz: 865b1aad3e1dff3f7c75e2eabeb5ead7a02821b3a876ce2491eadaf09dc02e29
3
+ metadata.gz: 1329179b3c2dfb64d2af55270d10ca95ef9853a8fab52cb4f78c1518acad67cf
4
+ data.tar.gz: a01fbb2c98d33ffba897cbd7b2a40dbe85240c9f8056def0abdbc86753cdc46b
5
5
  SHA512:
6
- metadata.gz: 175f660bcf5a850d72dc09968e947d6708d190ff18a67bec62d68853f3484a8002944f9b5fec3cfbdc33ae8ef4fc93dab836165deae60f1d53380abaccf59c22
7
- data.tar.gz: '005785bc20868626c62a91b063647f2c6fc5f5f4edbf4ae35a756adf868301a010ac291c07cecbe98c595678ab58a225dbed9e2674728d5b6317feed6a8e1aed'
6
+ metadata.gz: ed78c8b30ca5b6fd2aeaa0dd0aa82668b1af8302ab80a8ae83082f0d1cf39b681af50389995039efa57bf60aec0a7fc171fff0a0a9bde567823ebb3976655b24
7
+ data.tar.gz: 7b587bee25fa17254221be7beec8fc6323f8dbd7167312bb4cc6091d612397aa9797b4c8336aba78e054a074b57c93c516333ec7cb14f5c5960bcbbdbe12ed8a
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.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: arm64-darwin
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
  name: racc