rghost 0.8.6.2 → 0.8.6.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rghost/ruby_ghost_engine.rb +1 -1
- metadata +2 -2
@@ -35,7 +35,7 @@ class RGhost::Engine
|
|
35
35
|
file_out.gsub!(/\./,"_%04d.") if multipage
|
36
36
|
|
37
37
|
params=RGhost::Config::GS[:default_params].dup #default parameters gs engine
|
38
|
-
params << @document.additional_params.join(" ")
|
38
|
+
params << @document.additional_params.join(" ") unless @options[:convert]
|
39
39
|
params << "-I#{RGhost::Config::GS[:pslibdir]}"
|
40
40
|
params << "-dPDFSETTINGS=/#{@options[:quality]}" if (@options[:device] ==:pdf && @options[:quality])
|
41
41
|
params << "-I#{RGhost::Config::GS[:extensions].join(' -I')}" if RGhost::Config::GS[:extensions]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rghost
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.6.
|
4
|
+
version: 0.8.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shairon Toledo
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-01-
|
12
|
+
date: 2009-01-14 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|