sogoumap2pdf 0.0.3 → 0.0.4

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.
data/Manifest.txt CHANGED
@@ -7,7 +7,6 @@ Rakefile
7
7
  bin/sogoumap2pdf
8
8
  config/hoe.rb
9
9
  config/requirements.rb
10
- example/gz.pdf
11
10
  lib/sogoumap2pdf.rb
12
11
  lib/sogoumap2pdf/version.rb
13
12
  lib/sogoumap2pdf/image_to_pdf.rb
data/README.txt CHANGED
@@ -24,6 +24,7 @@
24
24
  == REQUIREMENTS:
25
25
 
26
26
  * pdf-writer
27
+ * rmagick
27
28
 
28
29
  == INSTALL:
29
30
 
@@ -2,7 +2,7 @@ module Sogoumap2pdf
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 3
5
+ TINY = 4
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sogoumap2pdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Ruan
@@ -46,7 +46,6 @@ files:
46
46
  - bin/sogoumap2pdf
47
47
  - config/hoe.rb
48
48
  - config/requirements.rb
49
- - example/gz.pdf
50
49
  - lib/sogoumap2pdf.rb
51
50
  - lib/sogoumap2pdf/version.rb
52
51
  - lib/sogoumap2pdf/image_to_pdf.rb
data/example/gz.pdf DELETED
Binary file