htmltoooxml 0.1.1 → 0.1.2

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: 8ebb57821efcb90948c3543bf816949c3733d513
4
- data.tar.gz: 22f2c4b37e25b883ac6a1c3083c617ebfa20d755
3
+ metadata.gz: 18b81ed0c19e58481107e318f04bf5b193873dda
4
+ data.tar.gz: f6d70565f5d0fb7ab70b068661a9b20f878c8f90
5
5
  SHA512:
6
- metadata.gz: 921ced9cf7bba621e4a8bfab10e47809f4a8ace01b8b72c92b439701122d78a8994fd19d47723ce415268f0c1eddc7bf58176abd723b2ea9b3e391d29c4bcc23
7
- data.tar.gz: 2d240d2aaa641ffce67e5afed40bdf6769531537a5c590b642288f6f7e41b8b3040fa2b1ed907114931afc9c1dcca17146b477a7d5ec8b0a1b3e9a1fa52fe5ad
6
+ metadata.gz: bbeac58f7af54e2816856e373ca91685bf09dab409ec83db3f9c6ac8189ae1c8f2bd8e08d5e739d086ba617a8dcd61667fdb3e854f5e45b00b3657a9929dedcd
7
+ data.tar.gz: a549f014e0fb36d4b051121367f4e1001f05fa02388fd51a284fffe039209e3cd31841d0fd9296d82a6caac866b0510c52da546c73d17362edc98c147242b8fa
@@ -1,3 +1,3 @@
1
1
  module Htmltoooxml
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -106,12 +106,6 @@
106
106
 
107
107
  <xsl:template match="p[not(ancestor::li)]">
108
108
  <a:p>
109
- <a:pPr marL="0" indent="0">
110
- <a:spcAft>
111
- <a:spcPts val="600"/>
112
- </a:spcAft>
113
- <a:buNone/>
114
- </a:pPr>
115
109
  <xsl:call-template name="text-alignment" />
116
110
  <xsl:apply-templates />
117
111
  </a:p>
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.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Boynton