Sha256: 7294a5823afb9e4ee0262b9a001747aced63c95303054a525c1ee88020d7d7f9

Contents?: true

Size: 1009 Bytes

Versions: 1

Compression:

Stored size: 1009 Bytes

Contents

Gem::Specification.new do |s|
  s.name        = 'luccasmaso-docsplit'
  s.version     = '0.7.4.2'         # Keep version in sync with docsplit.rb
  s.date        = '2014-11-17'
  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             = 'opensource@documentcloud.org'
  s.rubyforge_project = 'docsplit'
  s.license           = 'MIT'

  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
luccasmaso-docsplit-0.7.4.2 docsplit.gemspec