Sha256: a1f9825f1f746e283f579364ca74ea9b65b076ead047097a64e6033e4fcb5421
Contents?: true
Size: 887 Bytes
Versions: 1
Compression:
Stored size: 887 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "pdftk_forms/version" Gem::Specification.new do |s| s.name = "pdftk_forms" s.version = PdftkForms::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Tom Cocca"] s.email = ["tom.cocca@gmail.com"] s.homepage = "http://github.com/tcocca/pdftk_forms" s.summary = "Fill out PDF forms with pdftk." s.description = "Fill out editable PDF forms with pdftk (http://www.accesspdf.com/pdftk/)." s.rubyforge_project = "pdftk_forms" s.add_dependency "builder", '>= 2.1.2' s.add_development_dependency "rspec", "~> 2.5.0" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pdftk_forms-0.1.0 | pdftk_forms.gemspec |