htmltoooxml 0.3.7 → 0.3.8

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
  SHA256:
3
- metadata.gz: 5c78c58e3949c859db1b933d76452b0567d345686d288353de2e1565d079134e
4
- data.tar.gz: c55d87f1ed68949ba53f04a47a0cee73b82c5534d6d8c70724d44ffba8e81f42
3
+ metadata.gz: 04325103d7e0bef1c1fec4d689d4a1451f0c59c0fb08853b64fd04d52b8aed6b
4
+ data.tar.gz: cb5c0fc538013310278115a25a805683752f9e1009448d2c35d7a4c3fb332b0e
5
5
  SHA512:
6
- metadata.gz: 8ef63cac04c774c3590aedf02c7e4877c04fd8aec0616b51487fa4bf2d8c61b7fb4473cc9ea0f038ae97ff76e8ba4c63f4ab970d54642e96694dad69f1ef89c1
7
- data.tar.gz: fc88369c528ef9a8974a0a871762f45fdeb7d42defcd58eb179baede6e4fcc12d50ee59d526117b7ff1bf09b93073a0311c2359b65a68a657d0f83e6e3d4ec51
6
+ metadata.gz: 628cca9b2099c6b9f98a7b8cf7cda10763a91d7bce03736c994c8327ad9fb2a2940a38f504a102fe1f1859b16478f6b3a2dddb45e5e9f05bf051e2676422337c
7
+ data.tar.gz: f25fde980bd5d0ff8f3c8b425b63455535b5f5951e9dd5eda61380b8a6e1d8f4c7f1c87431d019f87014fd5139303363b958645d4da4f84adf821b92fe290c0e
@@ -1,3 +1,3 @@
1
1
  module Htmltoooxml
2
- VERSION = "0.3.7"
2
+ VERSION = "0.3.8"
3
3
  end
@@ -139,7 +139,7 @@
139
139
  <xsl:when test="$preceding-siblings + count(preceding-sibling::*) > 0">
140
140
  <a:p>
141
141
  <a:r>
142
- <a:pPr lvl="$ilvl"><a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
142
+ <a:pPr marL="457200" indent="-457200"><a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
143
143
  <a:buChar char="•"/>
144
144
  </a:pPr>
145
145
  <a:t><xsl:value-of select="."/></a:t>
@@ -149,7 +149,7 @@
149
149
  <xsl:otherwise>
150
150
  <a:p>
151
151
  <a:r>
152
- <a:pPr lvl="1"><a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
152
+ <a:pPr marL="457200" indent="-457200"><a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
153
153
  <a:buChar char="•"/>
154
154
  </a:pPr>
155
155
  <a:t><xsl:value-of select="."/></a:t>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: htmltoooxml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Boynton