nokogiri 1.11.2 → 1.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nokogiri might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/LICENSE.md +1 -1
- data/README.md +1 -1
- data/ext/nokogiri/xml_document.c +36 -35
- data/ext/nokogiri/xml_node.c +37 -38
- data/lib/nokogiri/version/constant.rb +1 -1
- data/lib/nokogiri/xml/document.rb +43 -17
- data/lib/nokogiri/xml/node.rb +1 -0
- data/patches/libxml2/0011-update-automake-files-for-arm64.patch +2511 -0
- data/patches/libxslt/0001-update-automake-files-for-arm64.patch +2511 -0
- metadata +4 -2
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.11.
|
4
|
+
version: 1.11.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Dalessio
|
@@ -17,7 +17,7 @@ authors:
|
|
17
17
|
autorequire:
|
18
18
|
bindir: bin
|
19
19
|
cert_chain: []
|
20
|
-
date: 2021-
|
20
|
+
date: 2021-04-07 00:00:00.000000000 Z
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
23
23
|
name: racc
|
@@ -381,6 +381,8 @@ files:
|
|
381
381
|
- patches/libxml2/0008-use-glibc-strlen.patch
|
382
382
|
- patches/libxml2/0009-avoid-isnan-isinf.patch
|
383
383
|
- patches/libxml2/0010-parser.c-shrink-the-input-buffer-when-appropriate.patch
|
384
|
+
- patches/libxml2/0011-update-automake-files-for-arm64.patch
|
385
|
+
- patches/libxslt/0001-update-automake-files-for-arm64.patch
|
384
386
|
- ports/archives/libxml2-2.9.10.tar.gz
|
385
387
|
- ports/archives/libxslt-1.1.34.tar.gz
|
386
388
|
homepage: https://nokogiri.org
|