Sha256: 108f2881cec2e37b7d5085ab3837f6bea43b87f90f13e1593ada245d74ed5fb1

Contents?: true

Size: 956 Bytes

Versions: 1

Compression:

Stored size: 956 Bytes

Contents

Gem::Specification.new do |s|
  s.name      = 'docsplit'
  s.version   = '0.6.3'         # Keep version in sync with docsplit.rb
  s.date      = '2011-11-23'

  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', 'Samuel Clay', 'Ted Han']
  s.email             = 'jeremy@documentcloud.org'
  s.rubyforge_project = 'docsplit'

  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.6.3 docsplit.gemspec