image_to_pdf 0.0.1 → 0.0.2

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
2
  SHA1:
3
- metadata.gz: 0be7725a3c51673f08602d16e15c2966797f0f72
4
- data.tar.gz: a19caa30adcd71d2153607c5bcbb82fbf43bd79e
3
+ metadata.gz: 0a14e46a06e9410fe56c0be559be7345535eb7f2
4
+ data.tar.gz: a326fb2709553a818f7187de90283e2642213dbd
5
5
  SHA512:
6
- metadata.gz: 60b1481b50f2714765bf24f58081d1529a417ea9e876a0f2a93b472f9b2b3f501b009c845bd4181dc4096fcde418dba24731f4dd45229e28a44256d36399d458
7
- data.tar.gz: 3ac95592f34a229261246def485841decaf2d08272a7b58d69468cb4756732d3752f9725f22d1bb7f726663bf8aa47b506d753be6d1f36321c3ad46c2fd9fa24
6
+ metadata.gz: 361a13085ec28722678cb454ba3404d7e79e36edae92fb92e848a49ab7343fff0ff495606ab1f127db09b1e99c7141e93654b87f036c0be2a97d6fee6ed86d07
7
+ data.tar.gz: c889d77a287c26e3d06b642f778d81ba961dc9f5b0e468303d24e64021d3bb61a94f28e25424ef7b0033ee986c9b944bc4c384397914605c155f2b9cce534f63
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["venkat@param-solutions.com"]
11
11
 
12
12
  spec.summary = %q{Converts image to pdf}
13
- spec.description = %q{image2pdf accepts jpeg/png/gif/svg path as input and converts into a pdf file}
13
+ spec.description = %q{image_to_pdf accepts jpeg/png/gif/svg path as input and converts into a pdf file}
14
14
  spec.homepage = "https://github.com/kishor557/image_to_pdf"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module ImageToPdf
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image_to_pdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Venkat
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-16 00:00:00.000000000 Z
11
+ date: 2018-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -58,8 +58,8 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: 2.10.0
61
- description: image2pdf accepts jpeg/png/gif/svg path as input and converts into a
62
- pdf file
61
+ description: image_to_pdf accepts jpeg/png/gif/svg path as input and converts into
62
+ a pdf file
63
63
  email:
64
64
  - venkat@param-solutions.com
65
65
  executables:
@@ -100,4 +100,3 @@ signing_key:
100
100
  specification_version: 4
101
101
  summary: Converts image to pdf
102
102
  test_files: []
103
- has_rdoc: