nokogiri 1.15.1-x86_64-darwin → 1.15.2-x86_64-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: 5b95c2468b8709a0a72c9022b458bb9045375980afd99ec54341c752ca9c176f
4
- data.tar.gz: 579d59a00d77f97ccf6f9750fe5c43400d0172a32f64ecff368b9e9433f9e955
3
+ metadata.gz: dd344dc9381e74faa1aecfe6ad252088d1101360a73b208389e48d13547c811f
4
+ data.tar.gz: fd7f432697780901e4143fb1a2ce12a0a262a1b3045008922555277ae96fba6d
5
5
  SHA512:
6
- metadata.gz: c16838871e1d75160595dd36efef8e8182418ec00da66fb12b16ffaf5527ed5ba4f56469d233da1f1bf3f520c4b9ff95d65df6b7b01568af4e85d690beabce41
7
- data.tar.gz: ee8e4514839e82a470e404276a472bdb9cdcd41924a31717ec869dcb45601a0dca36d349991a29651db729c13e29d756b33223c4f66c5ff225ab98583f8360d1
6
+ metadata.gz: 5f55c5f417271040993798279709091da27899f65f8a2f47f23523e6e6ba5243a7a591c9ad4aef1b61ebcbcf5ab5503962e782e23c17881efd6033f729204da4
7
+ data.tar.gz: 940734ad7b566722308e0bee9ec12fd2746fb04aa84e92fdde2f40e9b6b35e20fdad9f8f6d87873fad8c430f79945cf327bf7f61c8d1f271b38bc5d028483691
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_64-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-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