forked from djnawara/prawnto
-
Notifications
You must be signed in to change notification settings - Fork 1
/
prawnto.gemspec
26 lines (26 loc) · 1.08 KB
/
prawnto.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
spec = Gem::Specification.new do |s|
s.name = "prawnto"
s.version = "0.0.5" #Not sure what the version number should be...
s.summary = "A rails plugin leveraging the new prawn library to produce compiled pdf views."
s.files = %w(lib/prawnto
lib/prawnto/action_controller_mixin.rb
lib/prawnto/action_view_mixin.rb
lib/prawnto/template_handler
lib/prawnto/template_handler/compile_support.rb
lib/prawnto/template_handlers
lib/prawnto/template_handlers/base.rb
lib/prawnto/template_handlers/dsl.rb
lib/prawnto/template_handlers/raw.rb
lib/prawnto.rb
MIT-LICENSE
rails/init.rb
Rakefile
README
test
test/action_controller_test.rb
test/base_template_handler_test.rb
test/dsl_template_handler_test.rb
test/raw_template_handler_test.rb
test/template_handler_test_mocks.rb)
#s.add_dependency "prawn", [">= 0.7.1"]
end