htmltoooxml 0.3.0 → 0.3.1

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: acfa3631426a13892d2df214b915f98e2374bdde
4
- data.tar.gz: b6fd8aaf0cab8e298818983fa4aeb5161ecf1d89
3
+ metadata.gz: 813a4a676cbe32946547c47bc19d27403592b662
4
+ data.tar.gz: 8842f365b852aed03321dbc4e729bfd2330b1e31
5
5
  SHA512:
6
- metadata.gz: 6a7c51253206bbd68871445927ff36dd33a61c2547fa10a39bf984ec9e430eed4b5d1234c1d92c9cb33fe2ad19ebe446c82627c5aedc3ec60cbb7b14dd39622e
7
- data.tar.gz: 6a2caced784070a5ad576ac2885b328330b0fc8521a37a4578358c2a96513efe97f17522fb0c6f87323043b647c6e3989860873c4a4a0c6f4b02c9e403ff6874
6
+ metadata.gz: 98b534b1f5096e41e437c7b6edd4afa5e9c84cb4ecb087aad0af92fb7539a20882ac09c0c2b15a8a7b6dee0a481d44a4a1161b935c68ffbb1953aa2ca8925fbb
7
+ data.tar.gz: 2a08c1bfeaa4247aa0feb382e025824cc3088831f975d498e15479303646eea27efa31dc492a68de8cd89c5f10f69a23669d925478e229009c2da9537cbaa49a
@@ -1,3 +1,3 @@
1
1
  module Htmltoooxml
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
@@ -125,22 +125,12 @@
125
125
  <a:bodyPr/>
126
126
  <a:lstStyle/>
127
127
  <a:p>
128
- <a:pPr/>
129
- <a:r><a:t><xsl:value-of select="."/></a:t></a:r>
128
+ <a:r>
129
+ <a:rPr dirty="0"/>
130
+ <a:t><xsl:value-of select="."/></a:t>
131
+ </a:r>
130
132
  </a:p>
131
133
  </p:txBody>
132
- <!--
133
- <a:p>
134
- <a:pPr>
135
- <a:pStyle a:val="ListParagraph"></a:pStyle>
136
- <a:numPr>
137
- <a:ilvl a:val="0"/>
138
- <a:numId a:val="0"/>
139
- </a:numPr>
140
- </a:pPr>
141
- <a:r></a:r>
142
- </a:p>
143
- //-->
144
134
  </xsl:when>
145
135
  <xsl:when test="self::ol|self::ul">
146
136
  <xsl:apply-templates>
@@ -155,45 +145,24 @@
155
145
  <a:bodyPr/>
156
146
  <a:lstStyle/>
157
147
  <a:p>
158
- <a:pPr/>
159
- <xsl:apply-templates/>
148
+ <a:r>
149
+ <a:rPr dirty="0"/>
150
+ <a:t><xsl:value-of select="."/></a:t>
151
+ </a:r>
160
152
  </a:p>
161
153
  </p:txBody>
162
- <!--
163
- <a:p>
164
- <a:pPr>
165
- <a:pStyle a:val="ListParagraph"></a:pStyle>
166
- <a:numPr>
167
- <a:ilvl a:val="0"/>
168
- <a:numId a:val="0"/>
169
- </a:numPr>
170
- <a:ind a:left="{720 * ($ilvl + 1)}"/>
171
- </a:pPr>
172
- <xsl:apply-templates/>
173
- </a:p>
174
- //-->
175
154
  </xsl:when>
176
155
  <xsl:otherwise>
177
156
  <p:txBody>
178
157
  <a:bodyPr/>
179
158
  <a:lstStyle/>
180
159
  <a:p>
181
- <a:pPr/>
182
- <xsl:apply-templates/>
160
+ <a:r>
161
+ <a:rPr dirty="0"/>
162
+ <a:t><xsl:value-of select="."/></a:t>
163
+ </a:r>
183
164
  </a:p>
184
165
  </p:txBody>
185
- <!--
186
- <a:p>
187
- <a:pPr>
188
- <a:pStyle a:val="ListParagraph"></a:pStyle>
189
- <a:numPr>
190
- <a:ilvl a:val="{$ilvl}"/>
191
- <a:numId a:val="{$global_level}"/>
192
- </a:numPr>
193
- </a:pPr>
194
- <xsl:apply-templates/>
195
- </a:p>
196
- //-->
197
166
  </xsl:otherwise>
198
167
  </xsl:choose>
199
168
  </xsl:when>
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.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Boynton
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-09-18 00:00:00.000000000 Z
11
+ date: 2018-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler