Sha256: 68d859bdd39126762b5b9d3d6a19df084839c70595688cd38d30ca2e12a8eb97
Contents?: true
Size: 823 Bytes
Versions: 1
Compression:
Stored size: 823 Bytes
Contents
Gem::Specification.new do |s| s.name = "prawnto_2" s.version = '0.2.0.beta6' s.author = ["Forrest"] s.email = ["development@forrestzeisler.com"] s.date = Time.now.utc.strftime("%Y-%m-%d") s.description = 'Simple PDF generation using the prawn library.' s.summary = "This gem allows you to use the PDF mime-type and the simple prawn syntax to generate impressive looking PDFs." # s.homepage = "http://cracklabs.com/prawnto" s.required_rubygems_version = ">= 1.3.6" s.platform = Gem::Platform::RUBY s.add_dependency('rails', '>= 3.1') s.add_dependency('prawn', '>= 0.12.0') s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_path = "lib" s.has_rdoc = true s.extra_rdoc_files = ["README.rdoc"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prawnto_2-0.2.0.beta6 | prawnto.gemspec |