Sha256: dafdbe21715f3d251eb1f388282b5ceba4efca274fa7b4c9daf9224593f9d57e
Contents?: true
Size: 957 Bytes
Versions: 1
Compression:
Stored size: 957 Bytes
Contents
Gem::Specification.new do |s| s.name = 'docsplit' s.version = '0.1.2' # Keep version in sync with jammit.rb s.date = '2010-3-19' s.homepage = "http://documentcloud.github.com/docsplit/" s.summary = "Break Apart Documents into Images, Text, Pages and PDFs" s.description = <<-EOS Docsplit is a command-line utility and Ruby library for splitting apart documents into their component parts: searchable UTF-8 plain text, page images or thumbnails in any format, PDFs, single pages, and document metadata (title, author, number of pages...) EOS s.authors = ['Jeremy Ashkenas'] s.email = 'jeremy@documentcloud.org' s.rubyforge_project = 'docsplit' s.has_rdoc = false s.require_paths = ['lib'] s.executables = ['docsplit'] s.files = Dir['build/**/*', 'lib/**/*', 'bin/*', 'vendor/**/*', 'docsplit.gemspec', 'LICENSE', 'README'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docsplit-0.1.2 | docsplit.gemspec |