omnidocx 0.1.0 → 0.1.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 +4 -4
- data/lib/omnidocx/version.rb +1 -1
- data/omnidocx.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac6b7499a7340d31a4bc8d7cf0822f3689a5ef46
|
|
4
|
+
data.tar.gz: 8a64bde3a4d61307644152be2015d72906937add
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c2444a9ac325b474d8a1ebe2a36f203674b71fc4ae81b98b050b49d0612809e9f52752a5c414bd0e7020ca29b2f9bbf1e084b4baeb99675b4bd33eb8aa091c7
|
|
7
|
+
data.tar.gz: 07e6663af64dc943711996c7298e4a6151e50740fcd178e673227418ce129213348aaa377e910f179f5ad228a663bf004d4c816bed31588d3c00a03fc6e3cfae
|
data/lib/omnidocx/version.rb
CHANGED
data/omnidocx.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["nagori.parth@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{A gem to merge docx files, write images to docx and other utilities.}
|
|
13
|
-
spec.description = %q{A gem that allows to merge multiple docx (microsoft word) files into one,
|
|
13
|
+
spec.description = %q{A gem that allows to merge multiple docx (microsoft word) files into one, write images to a docx file and make string replacements in the header, footer or main document content.}
|
|
14
14
|
spec.homepage = "https://github.com/parthnagori/omnidocx"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omnidocx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Parth Nagori
|
|
@@ -87,8 +87,8 @@ dependencies:
|
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
88
|
version: '3.0'
|
|
89
89
|
description: A gem that allows to merge multiple docx (microsoft word) files into
|
|
90
|
-
one,
|
|
91
|
-
|
|
90
|
+
one, write images to a docx file and make string replacements in the header, footer
|
|
91
|
+
or main document content.
|
|
92
92
|
email:
|
|
93
93
|
- nagori.parth@gmail.com
|
|
94
94
|
executables: []
|