forked from yob/prawn-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prawn-js.gemspec
22 lines (20 loc) · 914 Bytes
/
prawn-js.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# coding: utf-8
Gem::Specification.new do |s|
s.name = %q{prawn-js}
s.version = "0.7.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["James Healy"]
s.date = %q{2009-06-18}
s.description = %q{A small extension to prawn that simplifies embedding JavaScript in your PDF files}
s.email = %q{[email protected]}
s.files = ""
s.files = Dir.glob("{examples,lib}/**/**/*") +
["README.markdown","MIT-LICENSE", "CHANGELOG"]
s.has_rdoc = true
s.homepage = %q{http://ts.freelancing-gods.com}
s.rdoc_options = ["--title", "PrawnJS", "--line-numbers"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{prawn}
s.summary = %q{A small extension to prawn that makes it possible to embed JavaScript fragment in your document that respond to events.}
s.add_dependency('prawn-core', '>=0.6.1')
end