sogoumap2pdf 0.0.6 → 0.0.7

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.
Files changed (3) hide show
  1. data/README.txt +1 -1
  2. data/lib/sogoumap2pdf/version.rb +1 -1
  3. metadata +1 -1
data/README.txt CHANGED
@@ -24,7 +24,7 @@
24
24
  == REQUIREMENTS:
25
25
 
26
26
  * pdf-writer
27
- * rmagick(On ubuntu, imagemagick and libmagick9-dev is needed to be installed first)
27
+ * rmagick(On ubuntu, imagemagick and libmagick9-dev are needed to be installed first)
28
28
 
29
29
  == INSTALL:
30
30
 
@@ -2,7 +2,7 @@ module Sogoumap2pdf
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 6
5
+ TINY = 7
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.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Ruan