rexslt 0.6.4 → 0.6.5
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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +1 -2
- data/lib/rexslt.rb +13 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a50a74890cca7d7df1bee74c7c964bd5ae494c7
|
|
4
|
+
data.tar.gz: da1d29bb6c43e63bcc255cedc0f90e46cbf4687c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b15e5f6253c8855a070a1d74f625b4d0ec9555862d401b6ba965c26f18b32a4a4ce157aa7357252706ac16660286a3e1ef1a5e1547d2ead65dd638e84a821a85
|
|
7
|
+
data.tar.gz: e75ae71a56b7273a78e02e486782a07a0b2612fa7633b6828e1aabbbaf5a1ad2c08feba427940b899e2150c86bc30e355cd96aaba2c68ece795c57b303ba7abd
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
!��(�ܔ��T�.��\A��l_5����[����GU_����#r�F?����a���U�Y0p�?���j��?�F���tO�,í� d�����}�$�-`ܮ��U[G���8�� *�F�����P��l���E����~"�c?��~��+.�9�:=k1x�Q�ث��9����L;�բ{�O6n�!~;��
|
|
1
|
+
&am��-�Z�}ɟ�$���JKv���k����=�=J���G�d�$҉��1[-�.�Hq�����*㚯LcP�=�6��Q�d��D��<��ep�G��#07���a&�lh
|
data/lib/rexslt.rb
CHANGED
|
@@ -7,6 +7,9 @@ require 'rxfhelper'
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
# modifications:
|
|
10
|
+
|
|
11
|
+
# 03-May-2016: A returned HTML document will no longer include an
|
|
12
|
+
# XML declaration by default
|
|
10
13
|
# 30-Apr-2016: bug fix: This class can now be executed within an
|
|
11
14
|
# eval statement which runs within another class
|
|
12
15
|
# 24-Apr-2016: The position() function is now supported within an
|
|
@@ -564,6 +567,16 @@ class Rexslt
|
|
|
564
567
|
|
|
565
568
|
end
|
|
566
569
|
end
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
if @doc.root.element('html') then
|
|
573
|
+
|
|
574
|
+
if h and h[:'omit-xml-declaration'] != 'yes' then
|
|
575
|
+
else
|
|
576
|
+
@options[:declaration] = :none
|
|
577
|
+
end
|
|
578
|
+
|
|
579
|
+
end
|
|
567
580
|
|
|
568
581
|
out
|
|
569
582
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rexslt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
38j2+6ULVWalsVein3whb7qB6IOvxoSqjz6n7jAKFGHovoXPUqpv5y5Yor23rTrn
|
|
32
32
|
0YwisIc3UkL30g==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2016-
|
|
34
|
+
date: 2016-05-03 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: rxfhelper
|
metadata.gz.sig
CHANGED
|
Binary file
|