# -*- encoding: utf-8 -*- # stub: tabula-extractor 0.7.4 java lib Gem::Specification.new do |s| s.name = "tabula-extractor".freeze s.version = "0.7.4".freeze s.platform = "java".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Manuel Aristar\u00E1n".freeze, "Jeremy B. Merill".freeze, "Mike Tigas".freeze] s.date = "2014-05-09" s.description = "extract tables from PDF files".freeze s.email = ["manuel@jazzido.com".freeze] s.executables = ["tabula".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "AUTHORS.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "NOTICE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/tabula".freeze, "lib/tabula.rb".freeze, "lib/tabula/core_ext.rb".freeze, "lib/tabula/entities.rb".freeze, "lib/tabula/entities/cell.rb".freeze, "lib/tabula/entities/has_cells.rb".freeze, "lib/tabula/entities/line.rb".freeze, "lib/tabula/entities/page.rb".freeze, "lib/tabula/entities/page_area.rb".freeze, "lib/tabula/entities/ruling.rb".freeze, "lib/tabula/entities/spreadsheet.rb".freeze, "lib/tabula/entities/table.rb".freeze, "lib/tabula/entities/tabular.rb".freeze, "lib/tabula/entities/text_chunk.rb".freeze, "lib/tabula/entities/text_element.rb".freeze, "lib/tabula/entities/text_element_index.rb".freeze, "lib/tabula/entities/zone_entity.rb".freeze, "lib/tabula/extraction.rb".freeze, "lib/tabula/line_segment_detector.rb".freeze, "lib/tabula/pdf_line_extractor.rb".freeze, "lib/tabula/pdf_render.rb".freeze, "lib/tabula/spreadsheet_extractor.rb".freeze, "lib/tabula/table_extractor.rb".freeze, "lib/tabula/table_guesser.rb".freeze, "lib/tabula/version.rb".freeze, "lib/tabula/writers.rb".freeze, "tabula-extractor.gemspec".freeze, "target/jsi-1.1.0-SNAPSHOT.jar".freeze, "target/pdfbox-app-2.0.0-SNAPSHOT.jar".freeze, "target/slf4j-api-1.6.3.jar".freeze, "target/trove4j-3.0.3.jar".freeze] s.homepage = "https://github.com/jazzido/tabula-extractor".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "extract tables from PDF files".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 1.3.4".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) end