Sha256: 64da8935fdd06040ccf67d7c13ddbd47e0d5caef46578b8b497e8494c26b3a00

Contents?: true

Size: 942 Bytes

Versions: 4

Compression:

Stored size: 942 Bytes

Contents

# encoding: utf-8
$:.push File.expand_path("../lib", __FILE__)
require 'tabula/version'


Gem::Specification.new do |s|
  s.name        = "tabula-extractor"
  s.version     = Tabula::VERSION
  s.authors     = ["Manuel AristarĂ¡n", "Jeremy B. Merill", "Mike Tigas"]
  s.email       = ["manuel@jazzido.com"]
  s.homepage    = "https://github.com/jazzido/tabula-extractor"
  s.summary     = %q{extract tables from PDF files}
  s.description = %q{extract tables from PDF files}
  s.license     = 'MIT'

  s.platform = 'java'

  s.files         = `git ls-files`.split("\n").reject { |f| f =~ /^test\// }
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_development_dependency 'bundler', '>= 1.3.4'
  s.add_development_dependency 'ruby-debug'
  s.add_development_dependency 'pry'
  s.add_development_dependency 'minitest'

  s.add_runtime_dependency "trollop", ["~> 2.0"]
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tabula-extractor-0.8.0-java tabula-extractor.gemspec
tabula-extractor-0.7.6-java tabula-extractor.gemspec
tabula-extractor-0.7.5-java tabula-extractor.gemspec
tabula-extractor-0.7.4-java tabula-extractor.gemspec