htmltoooxml 0.1.3 → 0.1.4
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
- data/lib/htmltoooxml/version.rb +1 -1
- data/lib/htmltoooxml/xslt/base.xslt +0 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 508e9bf555e1522166cd9787822cad67876a34a0
|
4
|
+
data.tar.gz: fb96c89fceac030d85f62d5719bb59db4b4d3d66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8f3a8384b297c9bec362f9d7ecb5c1341be5677e6b255322f3befd9fd9775a6b8485285a1337f5ebe3c07551e8a378710b878498868870cc7c4ff4013124e3b
|
7
|
+
data.tar.gz: 5cedc76cdba89f6b77fa0c3f5481aa03acecd275d931f4900de4654d5882619f2d14fa40a6d2936a89009f594671ae7bd3c97d5aba5c425505f7a6e99ee9baa4
|
data/lib/htmltoooxml/version.rb
CHANGED
@@ -94,9 +94,6 @@
|
|
94
94
|
<xsl:template match="body/h1|body/h2|body/h3|body/h4|body/h5|body/h6|h1|h2|h3|h4|h5|h6">
|
95
95
|
<xsl:variable name="length" select="string-length(name(.))"/>
|
96
96
|
<a:p>
|
97
|
-
<a:pPr>
|
98
|
-
<a:pStyle a:val="Heading{substring(name(.),$length)}"/>
|
99
|
-
</a:pPr>
|
100
97
|
<a:r>
|
101
98
|
<a:rPr lang="en-GB" b="1" dirty="0"/>
|
102
99
|
<a:t xml:space="preserve"><xsl:value-of select="."/></a:t>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: htmltoooxml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Boynton
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-11-
|
11
|
+
date: 2016-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|