nokogiri 1.14.1-x86-linux → 1.14.2-x86-linux
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0475d717c9f48c5995688d9092c24671672b86b908405ca946fe175f40908625
|
4
|
+
data.tar.gz: bd56cb32af19657aef8349b097b7706bc54fb5e5a8bf8fc4a9860b7d6f278db2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6e475f9e1041af4a783622642a66c810fc54a0c095f1d86f6fb65cfbfcb28335b1fd8f4451c5b00e6b12b379a583530f6e3368ac6c5c4a88dc34cc6aba76225
|
7
|
+
data.tar.gz: 6ef47ea6baef3b60632d023b859bcaa4502789d842a9b198d595719e6061972e541cb629dab5b2160a9c3d851667f4778e3dfb84a1e5c8c48b000c16d509df22
|
@@ -132,7 +132,7 @@ extern "C" {
|
|
132
132
|
#ifndef WITH_MODULES
|
133
133
|
#define WITH_MODULES
|
134
134
|
#endif
|
135
|
-
#define LIBXSLT_DEFAULT_PLUGINS_PATH() "/home/flavorjones/code/oss/nokogiri/ports/
|
135
|
+
#define LIBXSLT_DEFAULT_PLUGINS_PATH() "/home/flavorjones/code/oss/nokogiri/ports/aarch64-linux/libxslt/1.1.37/lib/libxslt-plugins"
|
136
136
|
#endif
|
137
137
|
|
138
138
|
/**
|
@@ -345,8 +345,9 @@ module Nokogiri
|
|
345
345
|
args.insert(0, options)
|
346
346
|
end
|
347
347
|
if empty?
|
348
|
-
encoding = (args.first.is_a?(Hash) ? args.first[:encoding] : nil)
|
349
|
-
|
348
|
+
encoding = (args.first.is_a?(Hash) ? args.first[:encoding] : nil)
|
349
|
+
encoding ||= document.encoding
|
350
|
+
encoding.nil? ? "" : "".encode(encoding)
|
350
351
|
else
|
351
352
|
map { |x| x.to_html(*args) }.join
|
352
353
|
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
|
+
version: 1.14.2
|
5
5
|
platform: x86-linux
|
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-
|
23
|
+
date: 2023-02-13 00:00:00.000000000 Z
|
24
24
|
dependencies:
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: racc
|