htmltoooxml 0.3.2 → 0.3.3

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
- SHA1:
3
- metadata.gz: 9c8ecaa729e1ab488ea0e944bc216daa2420179b
4
- data.tar.gz: 0ef5eba98f0834f6ffb1c98d6f0d69367b17f89e
2
+ SHA256:
3
+ metadata.gz: 178105cb7c03c62f2fd6c91a19b8b470cc647df36c585c0e1a2bdbac1c70cb03
4
+ data.tar.gz: 54fdfea9de2152fd717d4368f78076cd6c3f5b4f45a250753f7f83faa3528eba
5
5
  SHA512:
6
- metadata.gz: 8e68f2f21b517e85f8b8b9bdf6cd3c5bc379814a38f383d58f01e14db86f89647035577c6c402df05296135850ff6e8aa152909609b9ddf0b913e43afe7fb64b
7
- data.tar.gz: b81760a3c11421a05d285bcfc0f00dee06a567a99c2d216547ca4ea82f7b58262304a4494093e91043ab1e619204e2ee68bfc82f843b5903c2ed840e2b308deb
6
+ metadata.gz: 5a3bc92196073546e8c06e01562f0ef709ece1eaf7ac7697b2b6b2893046efc0372fe6b9ce5936054059c861e5f175ec722224ac85d34ef04b7727710b80cda5
7
+ data.tar.gz: 618422a7eeb78c0bfa42dd367fdf800b56d298e32d36a539518148785b08ce5f4b7ae5ac21ddd8d949e1e554271865c31eda7f413877035f32fbff6c0f0cf28c
@@ -1,3 +1,3 @@
1
1
  module Htmltoooxml
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
@@ -137,6 +137,22 @@
137
137
  <xsl:variable name="ilvl" select="count(ancestor::ol) + count(ancestor::ul) - 1"></xsl:variable>
138
138
  <xsl:choose>
139
139
  <xsl:when test="$preceding-siblings + count(preceding-sibling::*) > 0">
140
+ <a:lstStyle>
141
+ <a:lvl2pPr marL=""868680" indent="-283464" algn="ctr" rtl="0" ealnBrk="1" latinLnBrk="0" hangingPunct="1" >
142
+ <a:spcBef>
143
+ <a:spcPct val="20000"/>
144
+ </a:spcBef>
145
+ <a:buClr>
146
+ <a:schemeClr val="tx1"/>
147
+ </a:buClr>
148
+ <a:buSzPct val="80000"/>
149
+ <a:buFont typeface="Wingdings2"/>
150
+ <a:buChar char="•"/>
151
+ <a:defRPr sz="2400" kern="1200">
152
+ . . .
153
+ </a:defRPr>
154
+ </a:lvl2pPr>
155
+ </a:lstStyle>
140
156
  <a:p>
141
157
  <a:r>
142
158
  <a:rPr dirty="0"/>
@@ -145,6 +161,22 @@
145
161
  </a:p>
146
162
  </xsl:when>
147
163
  <xsl:otherwise>
164
+ <a:lstStyle>
165
+ <a:lvl2pPr marL=""868680" indent="-283464" algn="ctr" rtl="0" ealnBrk="1" latinLnBrk="0" hangingPunct="1" >
166
+ <a:spcBef>
167
+ <a:spcPct val="20000"/>
168
+ </a:spcBef>
169
+ <a:buClr>
170
+ <a:schemeClr val="tx1"/>
171
+ </a:buClr>
172
+ <a:buSzPct val="80000"/>
173
+ <a:buFont typeface="Wingdings2"/>
174
+ <a:buChar char="•"/>
175
+ <a:defRPr sz="2400" kern="1200">
176
+ . . .
177
+ </a:defRPr>
178
+ </a:lvl2pPr>
179
+ </a:lstStyle>
148
180
  <a:p>
149
181
  <a:r>
150
182
  <a:rPr dirty="0"/>
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.2
4
+ version: 0.3.3
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-19 00:00:00.000000000 Z
11
+ date: 2019-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -115,8 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
117
  requirements: []
118
- rubyforge_project:
119
- rubygems_version: 2.5.1
118
+ rubygems_version: 3.0.3
120
119
  signing_key:
121
120
  specification_version: 4
122
121
  summary: Parse HTML and convert to open office xml for powerpoint