nokogiri 1.15.0 → 1.15.1

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: cad4c790fb66865a2b47c27345cdb2785c61b9a599490fcbef62150e83078547
4
- data.tar.gz: da81f866cd1451d0583b8fd376625185052c8d17f7a3b6250c43fec7d906daf8
3
+ metadata.gz: a9f9e043a2b0e895f52603312e277b6a7193122b1d10f5f2268aa86cd44474d1
4
+ data.tar.gz: cee4965fd21ade1d09ffe1a560b00d021ae97aa37dc44bea5a5bcb6e298e3f22
5
5
  SHA512:
6
- metadata.gz: 5b7e4a97225c6a4516fc298a9826d890fd652d1adcd7a2b90e02979e46015114ba9f63d9fdd34b5d398b562a23745386c77ba90165f8e214354a149758b88bfa
7
- data.tar.gz: a7127084785dbd6761e87d14b57fe17fa338babba7a05e8f724bfeb749b7ce4344681bb9429eca6c9bc6defd27f6238d4c785a0657656a7d9ca7e531926d1423
6
+ metadata.gz: 72b580024f9bf948c15a6c24a151dc8d7841c0b21d18896cfbe4ae52cbd94b7b8aa7da7a95ad58941a4e8c620a821a70e7c90d9618ac88d3c9a1845e9d839d6b
7
+ data.tar.gz: d449d8ab2806f283244fdc9f3bf89fac560ad416d7db5ef49f5414cdb3b4a840bd1ba45bf57188ae31ecd57af27eb4de8cc0c32e38c16d67cf90e2375c416b56
data/Gemfile CHANGED
@@ -22,13 +22,13 @@ group :development do
22
22
  # tests
23
23
  gem "minitest", "5.18.0"
24
24
  gem "minitest-reporters", "1.6.0"
25
- gem "ruby_memcheck", git: "https://github.com/flavorjones/ruby_memcheck", ref: "flavorjones-nokogiri-huge-parse-option"
25
+ gem "ruby_memcheck", "1.3.2"
26
26
  gem "rubyzip", "~> 2.3.2"
27
27
  gem "simplecov", "= 0.21.2"
28
28
 
29
29
  # rubocop
30
30
  if Gem::Requirement.new("~> 3.0").satisfied_by?(Gem::Version.new(RUBY_VERSION))
31
- gem "rubocop", "1.50.2"
31
+ gem "rubocop", "1.51.0"
32
32
  gem "rubocop-minitest", "0.31.0"
33
33
  gem "rubocop-packaging", "0.5.2"
34
34
  gem "rubocop-performance", "1.17.1"
data/dependencies.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  libxml2:
2
- version: "2.11.3"
3
- sha256: "f1acae1664bda006cd81bfc238238217043d586d06659d5c0e3d1bcebe040870"
4
- # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.3.sha256sum
2
+ version: "2.11.4"
3
+ sha256: "737e1d7f8ab3f139729ca13a2494fd17bf30ddb4b7a427cf336252cab57f57f7"
4
+ # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.4.sha256sum
5
5
 
6
6
  libxslt:
7
7
  version: "1.1.38"
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Nokogiri
4
4
  # The version of Nokogiri you are using
5
- VERSION = "1.15.0"
5
+ VERSION = "1.15.1"
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.0
4
+ version: 1.15.1
5
5
  platform: ruby
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-15 00:00:00.000000000 Z
23
+ date: 2023-05-19 00:00:00.000000000 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: mini_portile2
@@ -272,7 +272,7 @@ files:
272
272
  - patches/libxml2/0010-update-config.guess-and-config.sub-for-libxml2.patch
273
273
  - patches/libxml2/0011-rip-out-libxml2-s-libc_single_threaded-support.patch
274
274
  - patches/libxslt/0001-update-config.guess-and-config.sub-for-libxslt.patch
275
- - ports/archives/libxml2-2.11.3.tar.xz
275
+ - ports/archives/libxml2-2.11.4.tar.xz
276
276
  - ports/archives/libxslt-1.1.38.tar.xz
277
277
  homepage: https://nokogiri.org
278
278
  licenses:
Binary file