Skip to content

Commit

Permalink
Initial gem spec added
Browse files Browse the repository at this point in the history
  • Loading branch information
wpiekutowski committed Apr 10, 2009
1 parent bac307a commit 3acd2e6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions prawn-fast-png.gemspec
@@ -0,0 +1,19 @@
Gem::Specification.new do |s|
s.name = s.rubyforge_project = "prawn-fast-png"
s.homepage = "http://github.com/amberbit/prawn-fast-png"
s.version = "0.1.0"
s.date = "2009-04-10"
s.authors = ["Wojciech Piekutowski"]
s.email = "wojciech@piekutowski.net"
s.files = Dir.glob("lib/**/*")
s.description = s.summary = <<-END
An extension of Prawn that improves the performance when embedding PNG
images containing an alpha channel
END
s.add_dependency("prawn")
s.add_dependency("rmagick")
s.has_rdoc = true
s.extra_rdoc_files = %w{README.rdoc LICENSE COPYING}
s.rdoc_options << "--title" << "prawn-fast-png documentation" <<
"--main" << "README.rdoc" << "-q"
end

0 comments on commit 3acd2e6

Please sign in to comment.