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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eaf222d869dfbe17e3186ded72bc4bcc0a0fad29
4
- data.tar.gz: 81991c23f1a45ab622dbdd4d700983ec2d0ce702
3
+ metadata.gz: 6a50a74890cca7d7df1bee74c7c964bd5ae494c7
4
+ data.tar.gz: da1d29bb6c43e63bcc255cedc0f90e46cbf4687c
5
5
  SHA512:
6
- metadata.gz: 694802525335760a469684f4c61d3601404832559ac1cd3a4fb93443e0ba112c81eafc8661e1358c101d67230c0c41b53d19a49f8ad7b9a93a39575121466a56
7
- data.tar.gz: eaf9ca255cdbad0d7b54f5a4163eb6c6f56b721743f6e1593af67e79ef1eb2411ce72eafb9ad9365a900f67376ca152cabad1074c56adcbb27a510dd53b657af
6
+ metadata.gz: b15e5f6253c8855a070a1d74f625b4d0ec9555862d401b6ba965c26f18b32a4a4ce157aa7357252706ac16660286a3e1ef1a5e1547d2ead65dd638e84a821a85
7
+ data.tar.gz: e75ae71a56b7273a78e02e486782a07a0b2612fa7633b6828e1aabbbaf5a1ad2c08feba427940b899e2150c86bc30e355cd96aaba2c68ece795c57b303ba7abd
Binary file
data.tar.gz.sig CHANGED
@@ -1,2 +1 @@
1
- H#�H�׼?��T˫m�0?�):�KDF��(���?���/cf�;�g�An;�
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
@@ -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
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-04-30 00:00:00.000000000 Z
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