rexslt 0.5.17 → 0.6.0
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/lib/rexslt.rb +2 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- 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: 8eebf6d5369eb3e5e8f642f5c2118c4d66f671b3
|
|
4
|
+
data.tar.gz: 7044dce5737a4783ef02dc974f0ae7f19c08cae0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbbe00f95314dc5e25ba96fb7a9bce0e4d5d7115b44657469eaa40c0f346945a64b7958d04f5718bd58e3acfb42bb95f99e1ce04d8a828c6a52eb8c12753bc29
|
|
7
|
+
data.tar.gz: 91d289a142e0cf347d2ca145321517bc78b49b093e0291b70b772edab02c7f690a8a47e10d0aeedbe2645512adcead9d86cfd100d8424435532f93c36b6e5aa7
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/rexslt.rb
CHANGED
|
@@ -532,7 +532,8 @@ class Rexslt
|
|
|
532
532
|
|
|
533
533
|
h = @doc_xsl.root.element("xsl:output/attribute::*")
|
|
534
534
|
|
|
535
|
-
if h and h[:method] and h[:method].downcase == 'html'
|
|
535
|
+
if h and ((h[:method] and h[:method].downcase == 'html') \
|
|
536
|
+
or h[:'omit-xml-declaration'] == 'yes') then
|
|
536
537
|
@options[:declaration] = :none
|
|
537
538
|
end
|
|
538
539
|
|
data.tar.gz.sig
CHANGED
|
Binary file
|
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.
|
|
4
|
+
version: 0.6.0
|
|
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-
|
|
34
|
+
date: 2016-04-12 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: rxfhelper
|
|
@@ -62,7 +62,7 @@ dependencies:
|
|
|
62
62
|
version: '1.3'
|
|
63
63
|
- - ">="
|
|
64
64
|
- !ruby/object:Gem::Version
|
|
65
|
-
version: 1.3.
|
|
65
|
+
version: 1.3.18
|
|
66
66
|
type: :runtime
|
|
67
67
|
prerelease: false
|
|
68
68
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -72,7 +72,7 @@ dependencies:
|
|
|
72
72
|
version: '1.3'
|
|
73
73
|
- - ">="
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 1.3.
|
|
75
|
+
version: 1.3.18
|
|
76
76
|
description:
|
|
77
77
|
email: james@r0bertson.co.uk
|
|
78
78
|
executables: []
|
metadata.gz.sig
CHANGED
|
Binary file
|