htmltoooxml 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a3490237d4b5bac8d9ffe29f2f6a47c4af597c7a3897425224f2089cf278b08b
4
- data.tar.gz: f94ff06a8aa33ffa86f62784c63b430d48f2d37e0591c611df14457057064c9c
3
+ metadata.gz: 8ef828f5a479352a0f9f8116849838d8568d7a2b3dc41e7e9bf86c981581bb4d
4
+ data.tar.gz: c1b384a89ad4c96a4591588fb644004dc007fac029c58710ffc074128f1b9d5f
5
5
  SHA512:
6
- metadata.gz: b4ad95072c5f149593d31a5b711da72b23bcacbd634e201d3784b6a526f90f9c9383656016a0f9d98cdf97822c07bb67b806ac12ffb99433c5f761b283f799d3
7
- data.tar.gz: b2f8ac9b9010f7347f46da7842d2de78a74574ed56d6dce55a621dc20efa705c0c6d857eaddb332f06780a2baac7b153f67497fff13e1770010a847754bb7ac9
6
+ metadata.gz: d6022d1fae953bd566a2347816c2ccec841a3cf605bdd2562a5ee64b6f4bb241b0e49be0ef50d64eba1e81ed0eb1a0e5eb0c285058489b49a7f83fc469aa47da
7
+ data.tar.gz: 86f829ed62e65489f8bc3f81e2c31bb88bd3fd3a38cad276836c121b5c704d58b2f941d38e331450247792c33141ad4306dd3f8be4c1d037ba4ed1ad1a187f70
@@ -1,3 +1,3 @@
1
1
  module Htmltoooxml
2
- VERSION = "0.3.5"
2
+ VERSION = "0.3.6"
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>
142
+ <a:pPr lvl="2">
143
143
  <a:buFont typeface="Wingdings"/>
144
144
  <a:buChar char="."/>
145
145
  </a:pPr>
@@ -150,7 +150,7 @@
150
150
  <xsl:otherwise>
151
151
  <a:p>
152
152
  <a:r>
153
- <a:pPr>
153
+ <a:pPr lvl="1">
154
154
  <a:buFont typeface="Wingdings"/>
155
155
  <a:buChar char="."/>
156
156
  </a:pPr>
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.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Boynton
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-09 00:00:00.000000000 Z
11
+ date: 2019-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler