omnidocx 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: eb2d9b3c0660ef87f01bbae03091086530c53356
4
- data.tar.gz: 06199961c7335fc951154813e6f20ba7905f3cce
3
+ metadata.gz: ac6b7499a7340d31a4bc8d7cf0822f3689a5ef46
4
+ data.tar.gz: 8a64bde3a4d61307644152be2015d72906937add
5
5
  SHA512:
6
- metadata.gz: 0db84fb799547a87ed70d396959846117f9a8fea6f5426e0a42f72b12b889866f685cfcfad71e86be6d468cbbfc36a8ac420590d1bb2b158e15996ae655972e2
7
- data.tar.gz: e079825e879615772658e23cd28e7adeee0177e8fab882f3190b258434bf395d19a5e5b24b698de007994a2b25575404d9ce00e2bf2822c9bd7a6995a13c965b
6
+ metadata.gz: 1c2444a9ac325b474d8a1ebe2a36f203674b71fc4ae81b98b050b49d0612809e9f52752a5c414bd0e7020ca29b2f9bbf1e084b4baeb99675b4bd33eb8aa091c7
7
+ data.tar.gz: 07e6663af64dc943711996c7298e4a6151e50740fcd178e673227418ce129213348aaa377e910f179f5ad228a663bf004d4c816bed31588d3c00a03fc6e3cfae
@@ -1,3 +1,3 @@
1
1
  module Omnidocx
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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, writing images to a docx file and making string replacements in the header, footer or main document content.}
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.0
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, writing images to a docx file and making string replacements in the header,
91
- footer or main document content.
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: []