-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathclamsy.gemspec
181 lines (168 loc) · 6.83 KB
/
clamsy.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{clamsy}
s.version = "0.0.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["NgTzeYang"]
s.date = %q{2010-05-19}
s.description = %q{Ruby wrapper for generating a single pdf for multiple contexts from an odt template.}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
".document",
".gitignore",
"HISTORY.txt",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"clamsy.gemspec",
"clamsy.png",
"examples/create_many.rb",
"examples/create_one.rb",
"examples/data/context.rb",
"examples/data/contexts.rb",
"examples/data/school_logo.jpg",
"examples/data/staff_signature.gif",
"examples/data/student_offer_letter.odt",
"examples/tmp/dummy",
"lib/clamsy.rb",
"lib/clamsy.yml",
"lib/clamsy/base_printer.rb",
"lib/clamsy/configuration.rb",
"lib/clamsy/cups_pdf_printer.rb",
"lib/clamsy/file_system_support.rb",
"lib/clamsy/jod_converter_printer.rb",
"lib/clamsy/template_open_doc.rb",
"lib/clamsy/tenjin.rb",
"lib/jodconverter/CREDIT",
"lib/jodconverter/LICENSE.txt",
"lib/jodconverter/README.txt",
"lib/jodconverter/commons-cli-1.2.jar",
"lib/jodconverter/commons-io-1.4.jar",
"lib/jodconverter/jodconverter-2.2.2.jar",
"lib/jodconverter/jodconverter-cli-2.2.2.jar",
"lib/jodconverter/juh-3.0.1.jar",
"lib/jodconverter/jurt-3.0.1.jar",
"lib/jodconverter/ridl-3.0.1.jar",
"lib/jodconverter/slf4j-api-1.5.6.jar",
"lib/jodconverter/slf4j-jdk14-1.5.6.jar",
"lib/jodconverter/unoil-3.0.1.jar",
"lib/jodconverter/xstream-1.3.1.jar",
"spec/clamsy/base_printer_spec.rb",
"spec/clamsy/configuration_spec.rb",
"spec/clamsy/cups_pdf_printer_spec.rb",
"spec/clamsy/data/clamsy.png",
"spec/clamsy/data/clamsy2.png",
"spec/clamsy/data/embedded_ruby_after.odt",
"spec/clamsy/data/embedded_ruby_before.odt",
"spec/clamsy/data/escaped_text_after.odt",
"spec/clamsy/data/escaped_text_before.odt",
"spec/clamsy/data/invalid_content_example.odt",
"spec/clamsy/data/invalid_zip_example.odt",
"spec/clamsy/data/multiple_contexts_after.odt",
"spec/clamsy/data/multiple_contexts_before.odt",
"spec/clamsy/data/picture_after.odt",
"spec/clamsy/data/picture_before.odt",
"spec/clamsy/data/plain_text_after.odt",
"spec/clamsy/data/plain_text_before.odt",
"spec/clamsy/file_system_support_spec.rb",
"spec/clamsy/invalid_printer_spec.rb",
"spec/clamsy/jod_converter_printer_spec.rb",
"spec/clamsy/template_open_doc_spec.rb",
"spec/fake_ooffice_server.rb",
"spec/integration/cups_pdf_printer_spec.rb",
"spec/integration/data/embedded_ruby_example.odt",
"spec/integration/data/embedded_ruby_example.pdf",
"spec/integration/data/escaped_text_example.odt",
"spec/integration/data/escaped_text_example.pdf",
"spec/integration/data/multiple_contexts_example.odt",
"spec/integration/data/multiple_contexts_example.pdf",
"spec/integration/data/norm_clamsy.png",
"spec/integration/data/picture_example.odt",
"spec/integration/data/picture_example.pdf",
"spec/integration/data/plain_text_example.odt",
"spec/integration/data/plain_text_example.pdf",
"spec/integration/data/sunny_clamsy.png",
"spec/integration/has_integration_support_shared_spec.rb",
"spec/integration/jod_converter_printer_spec.rb",
"spec/pdfc/CCLib.jar",
"spec/pdfc/CREDIT",
"spec/pdfc/PDFC.bat",
"spec/pdfc/PDFC.jar",
"spec/pdfc/PDFC.sh",
"spec/pdfc/PDFParser.jar",
"spec/pdfc/config.xml",
"spec/pdfc/license/LICENSE.log4j",
"spec/pdfc/license/lgpl-3.0.txt",
"spec/pdfc/license/overview.txt",
"spec/pdfc/log4j-1.2.15.jar",
"spec/pdfc/readme.txt",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/ngty/clamsy}
s.post_install_message = %q{
///////////////////////////////////////////////////////////////////////////////////////////////////
:: CLAMSY ::
Thank you for installing clamsy-0.0.5.
Starting from this release, the default printer has been changed from 'cups_pdf' to
'jod_convertor'. If java is in your PATH, and openoffice is installed the standard way,
most probably, no additional action is required after this gem installation.
We are in the process of constructing the clamsy wiki @ http://wiki.github.com/ngty/clamsy, pls
take a look there for solution(s) to your problem(s).
Alternatively, you may wish to post ur problem @ http://github.com/ngty/clamsy/issues.
Have a nice day !!
///////////////////////////////////////////////////////////////////////////////////////////////////
}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.summary = %q{Clamsy makes PDF generation simple}
s.test_files = [
"spec/fake_ooffice_server.rb",
"spec/integration/jod_converter_printer_spec.rb",
"spec/integration/cups_pdf_printer_spec.rb",
"spec/integration/has_integration_support_shared_spec.rb",
"spec/clamsy/file_system_support_spec.rb",
"spec/clamsy/base_printer_spec.rb",
"spec/clamsy/jod_converter_printer_spec.rb",
"spec/clamsy/cups_pdf_printer_spec.rb",
"spec/clamsy/invalid_printer_spec.rb",
"spec/clamsy/configuration_spec.rb",
"spec/clamsy/template_open_doc_spec.rb",
"spec/spec_helper.rb",
"examples/create_many.rb",
"examples/data/contexts.rb",
"examples/data/context.rb",
"examples/create_one.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rubyzip>, ["= 0.9.4"])
s.add_runtime_dependency(%q<rghost>, ["= 0.8.7.2"])
s.add_runtime_dependency(%q<nokogiri>, ["= 1.4.1"])
s.add_development_dependency(%q<bacon>, [">= 1.1.0"])
s.add_development_dependency(%q<eventmachine>, [">= 0.12.10"])
else
s.add_dependency(%q<rubyzip>, ["= 0.9.4"])
s.add_dependency(%q<rghost>, ["= 0.8.7.2"])
s.add_dependency(%q<nokogiri>, ["= 1.4.1"])
s.add_dependency(%q<bacon>, [">= 1.1.0"])
s.add_dependency(%q<eventmachine>, [">= 0.12.10"])
end
else
s.add_dependency(%q<rubyzip>, ["= 0.9.4"])
s.add_dependency(%q<rghost>, ["= 0.8.7.2"])
s.add_dependency(%q<nokogiri>, ["= 1.4.1"])
s.add_dependency(%q<bacon>, [">= 1.1.0"])
s.add_dependency(%q<eventmachine>, [">= 0.12.10"])
end
end