rghost 0.9.1 → 0.9.2
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 +17 -19
@@ -50,8 +50,8 @@ class RGhost::Engine
|
|
50
50
|
params << "-dLastPage=#{@options[:range].last}"
|
51
51
|
end
|
52
52
|
params << "-sstdout=#{shellescape(file_err)}"
|
53
|
-
params << @options[:raw] if @options[:raw]
|
54
53
|
params << "-sOutputFile=#{shellescape(file_out)}"
|
54
|
+
params << @options[:raw] if @options[:raw]
|
55
55
|
|
56
56
|
|
57
57
|
case @document
|
metadata
CHANGED
@@ -1,19 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rghost
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
5
|
-
prerelease:
|
4
|
+
version: 0.9.2
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Shairon Toledo
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-05-15 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
|
-
description: Ruby Ghostscript Engine is a document creation and conversion API, support(PDF,PS,GIF,TIF,PNG,JPG...).
|
15
|
-
It uses the GhostScript framework for the format conversion, utilizes EPS templates
|
16
|
-
and is optimized to work with larger documents.
|
14
|
+
description: Ruby Ghostscript Engine is a document creation and conversion API, support(PDF,PS,GIF,TIF,PNG,JPG...). It uses the GhostScript framework for the format conversion, utilizes EPS templates and is optimized to work with larger documents.
|
17
15
|
email: shairon.toledo@gmail.com
|
18
16
|
executables: []
|
19
17
|
extensions: []
|
@@ -151,29 +149,29 @@ files:
|
|
151
149
|
- lib/rghost.rb
|
152
150
|
homepage: http://rghost.rubyforge.org
|
153
151
|
licenses: []
|
154
|
-
post_install_message:
|
152
|
+
post_install_message:
|
155
153
|
rdoc_options: []
|
156
154
|
require_paths:
|
157
155
|
- lib
|
158
156
|
required_ruby_version: !ruby/object:Gem::Requirement
|
159
|
-
none: false
|
160
157
|
requirements:
|
161
|
-
- -
|
158
|
+
- - ">="
|
162
159
|
- !ruby/object:Gem::Version
|
163
|
-
version:
|
164
|
-
|
160
|
+
version: !binary |-
|
161
|
+
MA==
|
165
162
|
none: false
|
163
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
166
164
|
requirements:
|
167
|
-
- -
|
165
|
+
- - ">="
|
168
166
|
- !ruby/object:Gem::Version
|
169
|
-
version:
|
167
|
+
version: !binary |-
|
168
|
+
MA==
|
169
|
+
none: false
|
170
170
|
requirements: []
|
171
|
-
rubyforge_project: Ruby Ghostscript Engine is a document creation and conversion API,
|
172
|
-
support(PDF,PS,GIF,TIF,PNG,JPG...). It uses the GhostScript framework for the format
|
173
|
-
conversion, utilizes EPS templates and is optimized to work with larger documents.
|
171
|
+
rubyforge_project: Ruby Ghostscript Engine is a document creation and conversion API, support(PDF,PS,GIF,TIF,PNG,JPG...). It uses the GhostScript framework for the format conversion, utilizes EPS templates and is optimized to work with larger documents.
|
174
172
|
rubygems_version: 1.8.24
|
175
|
-
signing_key:
|
173
|
+
signing_key:
|
176
174
|
specification_version: 3
|
177
175
|
summary: Ruby Ghostscript Engine is a document creation and conversion API, support(PDF,PS,GIF,TIF,PNG,JPG...).
|
178
176
|
test_files: []
|
179
|
-
has_rdoc:
|
177
|
+
has_rdoc:
|