Skip to content

Commit

Permalink
Add gemspec
Browse files Browse the repository at this point in the history
Refer to prawn ~>1
  • Loading branch information
Wes Garrison committed Dec 16, 2011
1 parent ed1effa commit 77d0fd1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions prawn-forms.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PRAWN_FORMS_VERSION = "0.1.1"

Gem::Specification.new do |spec|
spec.name = "prawn-forms"
spec.version = PRAWN_FORMS_VERSION
spec.platform = Gem::Platform::RUBY
spec.summary = "A fast and nimble PDF generator for Ruby"
spec.files = Dir.glob("{examples,lib,data}/**/**/*") +
["prawn-forms.gemspec"]
spec.require_path = "lib"
spec.required_ruby_version = '>= 1.8.7'
spec.required_rubygems_version = ">= 1.3.6"

spec.extra_rdoc_files = %w{CHANGELOG README.markdown MIT-LICENSE}
spec.add_dependency('prawn', '1.0.0.rc1')
end

0 comments on commit 77d0fd1

Please sign in to comment.