avv2word 1.1.38 → 1.1.39
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 +4 -4
- data/lib/avv2word/templates/default.docx +0 -0
- data/lib/avv2word/version.rb +1 -1
- data/lib/avv2word/xslt/base.xslt +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59f44cae1d61b429b6ceb5f036cb04e70aaaae15150b022613bc96c364ea780b
|
|
4
|
+
data.tar.gz: a4c70ccaa942030d0956237f742dce592e9ac22be38fb77bcb046be3f2e6e592
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7aea5342d342836f05899292734da481f06271aca81a032907033d2fab6e8d0a5e458bddc5d429dc11f76a46a7cbe237e02c98d7706a92bf71f175d9686f4b5
|
|
7
|
+
data.tar.gz: b562e13f6c6a6faaf68466df39d0ffe791c87156bc51699d399d60e6fcfd9370e5c8554856fb43de8136b85a4a6f2b7d71243d165a820722d6bd4278600ba807
|
|
Binary file
|
data/lib/avv2word/version.rb
CHANGED
data/lib/avv2word/xslt/base.xslt
CHANGED
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
<xsl:number level="any" count="insert" format="1"/>
|
|
580
580
|
<w:ins w:id="{format-number(count(preceding::insert)+1,'0')}">
|
|
581
581
|
<w:r>
|
|
582
|
-
<w:t><xsl:value-of select="."/></w:t>
|
|
582
|
+
<w:t xml:space="preserve"><xsl:value-of select="."/></w:t>
|
|
583
583
|
</w:r>
|
|
584
584
|
</w:ins>
|
|
585
585
|
</xsl:template>
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
<xsl:number level="any" count="delete" format="1"/>
|
|
589
589
|
<w:del w:id="{format-number(count(preceding::delete)+1,'0')}">
|
|
590
590
|
<w:r>
|
|
591
|
-
<w:delText><xsl:value-of select="."/></w:delText>
|
|
591
|
+
<w:delText xml:space="preserve"><xsl:value-of select="."/></w:delText>
|
|
592
592
|
</w:r>
|
|
593
593
|
</w:del>
|
|
594
594
|
</xsl:template>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: avv2word
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.39
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marián Bilas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-09-
|
|
11
|
+
date: 2020-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: actionpack
|