rghost 0.8.5 → 0.8.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rghost.rb +7 -7
- data/lib/rghost/gs_alone.rb +1 -1
- data/lib/rghost/ruby_ghost_version.rb +2 -2
- metadata +107 -107
data/lib/rghost.rb
CHANGED
@@ -6,13 +6,13 @@ module RGhost
|
|
6
6
|
|
7
7
|
end
|
8
8
|
|
9
|
-
require 'ruby_ghost_version'
|
10
|
-
require 'ps_object'
|
11
|
-
require 'variable'
|
12
|
-
require 'ps_facade'
|
13
|
-
require 'function'
|
14
|
-
require 'document'
|
15
|
-
require 'grid/grid'
|
9
|
+
require 'rghost/ruby_ghost_version'
|
10
|
+
require 'rghost/ps_object'
|
11
|
+
require 'rghost/variable'
|
12
|
+
require 'rghost/ps_facade'
|
13
|
+
require 'rghost/function'
|
14
|
+
require 'rghost/document'
|
15
|
+
require 'rghost/grid/grid'
|
16
16
|
|
17
17
|
|
18
18
|
|
data/lib/rghost/gs_alone.rb
CHANGED
@@ -8,7 +8,7 @@ class RGhost::GSAlone #:nodoc:
|
|
8
8
|
|
9
9
|
def run
|
10
10
|
cmd=@params.join(" ")
|
11
|
-
puts File.exists?(RGhost::Config::GS[:path].to_s)
|
11
|
+
#puts File.exists?(RGhost::Config::GS[:path].to_s)
|
12
12
|
unless File.exists?(RGhost::Config::GS[:path].to_s)
|
13
13
|
RGhost::Config.config_platform
|
14
14
|
end
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
4
4
|
name: rghost
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.8.
|
7
|
-
date: 2008-
|
6
|
+
version: 0.8.6
|
7
|
+
date: 2008-11-04 00:00:00 -02:00
|
8
8
|
summary: 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.
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -29,143 +29,143 @@ post_install_message:
|
|
29
29
|
authors:
|
30
30
|
- Shairon Toledo
|
31
31
|
files:
|
32
|
+
- lib/rghost.rb
|
32
33
|
- lib/rghost
|
33
|
-
- lib/rghost/
|
34
|
-
- lib/rghost/
|
35
|
-
- lib/rghost/
|
36
|
-
- lib/rghost/
|
37
|
-
- lib/rghost/
|
34
|
+
- lib/rghost/how_to.rb
|
35
|
+
- lib/rghost/document.rb
|
36
|
+
- lib/rghost/frame.rb
|
37
|
+
- lib/rghost/variable.rb
|
38
|
+
- lib/rghost/polygon.rb
|
38
39
|
- lib/rghost/newpath.rb
|
39
40
|
- lib/rghost/ps_object.rb
|
40
|
-
- lib/rghost/
|
41
|
+
- lib/rghost/ruby_to_ps.rb
|
41
42
|
- lib/rghost/ps
|
43
|
+
- lib/rghost/ps/CodePage1253.enc
|
42
44
|
- lib/rghost/ps/UTF-8.enc
|
43
|
-
- lib/rghost/ps/font.ps
|
44
|
-
- lib/rghost/ps/TeX-T2BAdobeEncoding.enc
|
45
|
-
- lib/rghost/ps/callbacks.ps
|
46
|
-
- lib/rghost/ps/Bengali.enc
|
47
|
-
- lib/rghost/ps/IsoLatin.enc
|
48
|
-
- lib/rghost/ps/ean.font
|
49
|
-
- lib/rghost/ps/link.ps
|
50
|
-
- lib/rghost/ps/code128.font
|
51
|
-
- lib/rghost/ps/rect_link.ps
|
52
|
-
- lib/rghost/ps/TeX-X2AdobeEncoding.enc
|
53
|
-
- lib/rghost/ps/paper.ps
|
54
45
|
- lib/rghost/ps/TeX-XL2encoding.enc
|
55
|
-
- lib/rghost/ps/MacCyrillice.desnc
|
56
|
-
- lib/rghost/ps/horizontal_line.ps
|
57
|
-
- lib/rghost/ps/CodePage1254.enc
|
58
|
-
- lib/rghost/ps/CodePage1256.enc
|
59
|
-
- lib/rghost/ps/begin_document.ps
|
60
|
-
- lib/rghost/ps/MacCentralEuropean.enc
|
61
|
-
- lib/rghost/ps/rghost_default_template.eps
|
62
|
-
- lib/rghost/ps/CodePage1250.enc
|
63
46
|
- lib/rghost/ps/developer.ps
|
64
|
-
- lib/rghost/ps/
|
65
|
-
- lib/rghost/ps/
|
47
|
+
- lib/rghost/ps/gif.ps
|
48
|
+
- lib/rghost/ps/AdobeExpert.enc
|
49
|
+
- lib/rghost/ps/MacCyrillice.desnc
|
50
|
+
- lib/rghost/ps/vertical_line.ps
|
51
|
+
- lib/rghost/ps/MacHebrew.enc
|
52
|
+
- lib/rghost/ps/CodePage874.enc
|
53
|
+
- lib/rghost/ps/cursor.ps
|
66
54
|
- lib/rghost/ps/code39.font
|
67
|
-
- lib/rghost/ps/
|
55
|
+
- lib/rghost/ps/MacCentralEuropean.enc
|
56
|
+
- lib/rghost/ps/CodePage1256.enc
|
57
|
+
- lib/rghost/ps/Fontmap
|
68
58
|
- lib/rghost/ps/eps.ps
|
59
|
+
- lib/rghost/ps/callbacks.ps
|
69
60
|
- lib/rghost/ps/table_callbacks.ps
|
70
|
-
- lib/rghost/ps/
|
71
|
-
- lib/rghost/ps/
|
61
|
+
- lib/rghost/ps/textarea.ps
|
62
|
+
- lib/rghost/ps/Bengali.enc
|
63
|
+
- lib/rghost/ps/CodePage1250.enc
|
72
64
|
- lib/rghost/ps/basic.ps
|
73
|
-
- lib/rghost/ps/
|
74
|
-
- lib/rghost/ps/
|
65
|
+
- lib/rghost/ps/TeX-T2AModified2Encoding.enc
|
66
|
+
- lib/rghost/ps/TeXMathSymbolEncoding.enc
|
67
|
+
- lib/rghost/ps/TeX-T2BAdobeEncoding.enc
|
68
|
+
- lib/rghost/ps/TeX-LGR-Greek.enc
|
69
|
+
- lib/rghost/ps/US-ASCII.enc
|
70
|
+
- lib/rghost/ps/row.ps
|
75
71
|
- lib/rghost/ps/text.ps
|
76
|
-
- lib/rghost/ps/
|
72
|
+
- lib/rghost/ps/paper.ps
|
77
73
|
- lib/rghost/ps/datagrid.ps
|
78
|
-
- lib/rghost/ps/
|
79
|
-
- lib/rghost/ps/TeXMathExtensionEncoding.enc
|
80
|
-
- lib/rghost/ps/gif.ps
|
81
|
-
- lib/rghost/ps/CodePage1251.enc
|
82
|
-
- lib/rghost/ps/TeX-T2AModified2Encoding.enc
|
83
|
-
- lib/rghost/ps/type.ps
|
84
|
-
- lib/rghost/ps/textarea.ps
|
74
|
+
- lib/rghost/ps/i25.font
|
85
75
|
- lib/rghost/ps/MacGreek.enc
|
86
|
-
- lib/rghost/ps/
|
87
|
-
- lib/rghost/ps/
|
88
|
-
- lib/rghost/ps/
|
89
|
-
- lib/rghost/ps/
|
76
|
+
- lib/rghost/ps/TeX-X2AdobeEncoding.enc
|
77
|
+
- lib/rghost/ps/TeXMathItalicEncoding.enc
|
78
|
+
- lib/rghost/ps/IsoLatin.enc
|
79
|
+
- lib/rghost/ps/TeXMathExtensionEncoding.enc
|
90
80
|
- lib/rghost/ps/CodePage1257.enc
|
91
|
-
- lib/rghost/ps/
|
92
|
-
- lib/rghost/ps/
|
93
|
-
- lib/rghost/ps/
|
94
|
-
- lib/rghost/ps/
|
95
|
-
- lib/rghost/ps/
|
81
|
+
- lib/rghost/ps/CodePage1254.enc
|
82
|
+
- lib/rghost/ps/rghost_default_template.eps
|
83
|
+
- lib/rghost/ps/begin_document.ps
|
84
|
+
- lib/rghost/ps/unit.ps
|
85
|
+
- lib/rghost/ps/rect_link.ps
|
86
|
+
- lib/rghost/ps/CodePage1251.enc
|
87
|
+
- lib/rghost/ps/code128.font
|
96
88
|
- lib/rghost/ps/TeX-CorkEncoding.enc
|
97
|
-
- lib/rghost/ps/
|
89
|
+
- lib/rghost/ps/jpeg.ps
|
90
|
+
- lib/rghost/ps/TeX-T2CAdobeEncoding.enc
|
91
|
+
- lib/rghost/ps/frame.ps
|
92
|
+
- lib/rghost/ps/horizontal_line.ps
|
93
|
+
- lib/rghost/ps/virtual_pages.ps
|
94
|
+
- lib/rghost/ps/link.ps
|
98
95
|
- lib/rghost/ps/AdobeLatinEncoding.enc
|
99
|
-
- lib/rghost/ps/
|
96
|
+
- lib/rghost/ps/rectangle.ps
|
97
|
+
- lib/rghost/ps/font.ps
|
98
|
+
- lib/rghost/ps/_cusor.ps
|
100
99
|
- lib/rghost/ps/__datagrid.ps
|
101
|
-
- lib/rghost/ps/
|
102
|
-
- lib/rghost/ps/
|
103
|
-
- lib/rghost/ps/
|
100
|
+
- lib/rghost/ps/CodePage1258.enc
|
101
|
+
- lib/rghost/ps/CodePage1252.enc
|
102
|
+
- lib/rghost/ps/ean.font
|
103
|
+
- lib/rghost/ps/type.ps
|
104
|
+
- lib/rghost/ps/show.ps
|
104
105
|
- lib/rghost/convert.rb
|
105
|
-
- lib/rghost/
|
106
|
-
- lib/rghost/
|
107
|
-
- lib/rghost/rectangle_link.rb
|
108
|
-
- lib/rghost/line_width.rb
|
109
|
-
- lib/rghost/line.rb
|
110
|
-
- lib/rghost/vertical_line.rb
|
111
|
-
- lib/rghost/ruby_to_ps.rb
|
112
|
-
- lib/rghost/text.rb
|
113
|
-
- lib/rghost/horizontal_line.rb
|
114
|
-
- lib/rghost/grid
|
115
|
-
- lib/rghost/grid/grid.rb
|
116
|
-
- lib/rghost/grid/dynamic_callback.rb
|
117
|
-
- lib/rghost/grid/callback_facade.rb
|
118
|
-
- lib/rghost/grid/matrix.rb
|
119
|
-
- lib/rghost/grid/style
|
120
|
-
- lib/rghost/grid/style/old_forms.rb
|
121
|
-
- lib/rghost/grid/style/border_lines.rb
|
122
|
-
- lib/rghost/grid/style/style.rb
|
123
|
-
- lib/rghost/grid/style/bottom_lines.rb
|
124
|
-
- lib/rghost/grid/base_grid.rb
|
125
|
-
- lib/rghost/grid/csv_grid.rb
|
126
|
-
- lib/rghost/grid/field_format.rb
|
127
|
-
- lib/rghost/grid/header.rb
|
128
|
-
- lib/rghost/grid/static_callback.rb
|
129
|
-
- lib/rghost/grid/rails_grid.rb
|
130
|
-
- lib/rghost/polygon.rb
|
131
|
-
- lib/rghost/paper.rb
|
106
|
+
- lib/rghost/text_link_in.rb
|
107
|
+
- lib/rghost/static_document_callback.rb
|
132
108
|
- lib/rghost/dash.rb
|
109
|
+
- lib/rghost/font_map.rb
|
110
|
+
- lib/rghost/image.rb
|
111
|
+
- lib/rghost/dynamic_document_callback.rb
|
112
|
+
- lib/rghost/eps.rb
|
133
113
|
- lib/rghost/helpers.rb
|
134
|
-
- lib/rghost/
|
114
|
+
- lib/rghost/pdf_security.rb
|
135
115
|
- lib/rghost/cursor.rb
|
136
|
-
- lib/rghost/
|
137
|
-
- lib/rghost/units.rb
|
138
|
-
- lib/rghost/textarea.rb
|
139
|
-
- lib/rghost/font.rb
|
116
|
+
- lib/rghost/show.rb
|
140
117
|
- lib/rghost/constants.rb
|
118
|
+
- lib/rghost/text.rb
|
141
119
|
- lib/rghost/parse_text.rb
|
142
|
-
- lib/rghost/ruby_ghost_version.rb
|
143
120
|
- lib/rghost/graphic.rb
|
121
|
+
- lib/rghost/paper.rb
|
122
|
+
- lib/rghost/dsc_entry.rb
|
123
|
+
- lib/rghost/ruby_ghost_engine.rb
|
124
|
+
- lib/rghost/jpeg.rb
|
125
|
+
- lib/rghost/virtual_pages.rb
|
126
|
+
- lib/rghost/document_callback_facade.rb
|
144
127
|
- lib/rghost/callback.rb
|
145
128
|
- lib/rghost/color.rb
|
146
|
-
- lib/rghost/
|
147
|
-
- lib/rghost/
|
148
|
-
- lib/rghost/load.rb
|
149
|
-
- lib/rghost/how_to.rb
|
129
|
+
- lib/rghost/function.rb
|
130
|
+
- lib/rghost/units.rb
|
150
131
|
- lib/rghost/gs_alone.rb
|
132
|
+
- lib/rghost/ruby_ghost_version.rb
|
133
|
+
- lib/rghost/doc
|
151
134
|
- lib/rghost/scale.rb
|
135
|
+
- lib/rghost/ruby_ghost_config.rb
|
136
|
+
- lib/rghost/load.rb
|
137
|
+
- lib/rghost/grid
|
138
|
+
- lib/rghost/grid/header.rb
|
139
|
+
- lib/rghost/grid/grid.rb
|
140
|
+
- lib/rghost/grid/rails_grid.rb
|
141
|
+
- lib/rghost/grid/csv_grid.rb
|
142
|
+
- lib/rghost/grid/field_format.rb
|
143
|
+
- lib/rghost/grid/static_callback.rb
|
144
|
+
- lib/rghost/grid/matrix.rb
|
145
|
+
- lib/rghost/grid/dynamic_callback.rb
|
146
|
+
- lib/rghost/grid/callback_facade.rb
|
147
|
+
- lib/rghost/grid/base_grid.rb
|
148
|
+
- lib/rghost/grid/style
|
149
|
+
- lib/rghost/grid/style/style.rb
|
150
|
+
- lib/rghost/grid/style/bottom_lines.rb
|
151
|
+
- lib/rghost/grid/style/old_forms.rb
|
152
|
+
- lib/rghost/grid/style/border_lines.rb
|
153
|
+
- lib/rghost/text_in.rb
|
154
|
+
- lib/rghost/shape_content.rb
|
155
|
+
- lib/rghost/vertical_line.rb
|
156
|
+
- lib/rghost/gif.rb
|
157
|
+
- lib/rghost/line_width.rb
|
158
|
+
- lib/rghost/border.rb
|
159
|
+
- lib/rghost/circle.rb
|
152
160
|
- lib/rghost/point_with_command.rb
|
153
|
-
- lib/rghost/dynamic_document_callback.rb
|
154
|
-
- lib/rghost/frame.rb
|
155
161
|
- lib/rghost/rgengine.so
|
156
|
-
- lib/rghost/
|
157
|
-
- lib/rghost/
|
158
|
-
- lib/rghost/
|
159
|
-
- lib/rghost/
|
160
|
-
- lib/rghost/font_map.rb
|
161
|
-
- lib/rghost/text_link_in.rb
|
162
|
-
- lib/rghost/static_document_callback.rb
|
163
|
-
- lib/rghost/jpeg.rb
|
164
|
-
- lib/rghost/document_callback_facade.rb
|
165
|
-
- lib/rghost/pdf_security.rb
|
162
|
+
- lib/rghost/rectangle_link.rb
|
163
|
+
- lib/rghost/ps_facade.rb
|
164
|
+
- lib/rghost/textarea.rb
|
165
|
+
- lib/rghost/line.rb
|
166
166
|
- lib/rghost/point.rb
|
167
|
-
- lib/rghost/
|
168
|
-
- lib/rghost.rb
|
167
|
+
- lib/rghost/font.rb
|
168
|
+
- lib/rghost/horizontal_line.rb
|
169
169
|
test_files: []
|
170
170
|
|
171
171
|
rdoc_options: []
|