sogoumap2pdf 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.txt CHANGED
@@ -24,7 +24,7 @@
24
24
  == REQUIREMENTS:
25
25
 
26
26
  * pdf-writer
27
- * rmagick
27
+ * rmagick(On ubuntu, imagemagick and libmagick9-dev is needed to be installed first)
28
28
 
29
29
  == INSTALL:
30
30
 
data/config/hoe.rb CHANGED
@@ -8,7 +8,8 @@ RUBYFORGE_PROJECT = 'sogoumap2pdf' # The unix name for your project
8
8
  HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
9
9
  DOWNLOAD_PATH = "http://rubyforge.org/projects/#{RUBYFORGE_PROJECT}"
10
10
  EXTRA_DEPENDENCIES = [
11
- ['pdf-writer', '>= 1.1.8']
11
+ ['pdf-writer', '>= 1.1.8'],
12
+ ['rmagick', '>= 2.5.2']
12
13
  ] # An array of rubygem dependencies [name, version]
13
14
 
14
15
  @config_file = "~/.rubyforge/user-config.yml"
@@ -2,7 +2,7 @@ module Sogoumap2pdf
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 4
5
+ TINY = 5
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.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Ruan
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-08-20 00:00:00 -05:00
12
+ date: 2008-08-21 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency