Sha256: f84f53083a9e5a7dcc8ddc63ba00e95b93e2e44a8e3dca3a58f63da9ed39447e
Contents?: true
Size: 854 Bytes
Versions: 1
Compression:
Stored size: 854 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../lib/pdf_ravager/version", __FILE__) Gem::Specification.new do |s| s.name = "pdf_ravager" s.version = PDFRavager::VERSION s.platform = 'java' s.authors = ['Abe Voelker'] s.email = 'abe@abevoelker.com' s.date = '2012-10-17' s.homepage = 'https://github.com/abevoelker/pdf_ravager' s.summary = %q{DSL to aid filling out AcroForms PDF and XFA documents} s.description = %q{DSL to aid filling out AcroForms PDF and XFA documents} s.add_dependency "json" s.add_development_dependency "bundler", ">= 1.0.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 |
---|---|
pdf_ravager-0.0.2-java | pdf_ravager.gemspec |