# -*- encoding: utf-8 -*- # stub: chupa-text 1.2.0 ruby lib Gem::Specification.new do |s| s.name = "chupa-text".freeze s.version = "1.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kouhei Sutou".freeze] s.date = "2019-03-02" s.description = "".freeze s.email = ["kou@clear-code.com".freeze] s.executables = ["chupa-text".freeze, "chupa-text-generate-decomposer".freeze] s.files = [".yardopts".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/chupa-text".freeze, "bin/chupa-text-generate-decomposer".freeze, "chupa-text.gemspec".freeze, "data/chupa-text.conf".freeze, "data/mime-types.conf".freeze, "doc/text/command-line.md".freeze, "doc/text/decomposer.md".freeze, "doc/text/library.md".freeze, "doc/text/news.md".freeze, "lib/chupa-text.rb".freeze, "lib/chupa-text/attributes.rb".freeze, "lib/chupa-text/capture-logger.rb".freeze, "lib/chupa-text/command.rb".freeze, "lib/chupa-text/command/chupa-text-generate-decomposer.rb".freeze, "lib/chupa-text/command/chupa-text.rb".freeze, "lib/chupa-text/configuration-loader.rb".freeze, "lib/chupa-text/configuration.rb".freeze, "lib/chupa-text/data.rb".freeze, "lib/chupa-text/decomposer-registry.rb".freeze, "lib/chupa-text/decomposer.rb".freeze, "lib/chupa-text/decomposers.rb".freeze, "lib/chupa-text/decomposers/csv.rb".freeze, "lib/chupa-text/decomposers/gzip.rb".freeze, "lib/chupa-text/decomposers/office-open-xml-document.rb".freeze, "lib/chupa-text/decomposers/office-open-xml-presentation.rb".freeze, "lib/chupa-text/decomposers/office-open-xml-workbook.rb".freeze, "lib/chupa-text/decomposers/office-open-xml.rb".freeze, "lib/chupa-text/decomposers/opendocument-presentation.rb".freeze, "lib/chupa-text/decomposers/opendocument-spreadsheet.rb".freeze, "lib/chupa-text/decomposers/opendocument-text.rb".freeze, "lib/chupa-text/decomposers/opendocument.rb".freeze, "lib/chupa-text/decomposers/tar.rb".freeze, "lib/chupa-text/decomposers/xml.rb".freeze, "lib/chupa-text/decomposers/zip.rb".freeze, "lib/chupa-text/default-logger.rb".freeze, "lib/chupa-text/error.rb".freeze, "lib/chupa-text/external-command.rb".freeze, "lib/chupa-text/extractor.rb".freeze, "lib/chupa-text/file-content.rb".freeze, "lib/chupa-text/formatters.rb".freeze, "lib/chupa-text/formatters/hash.rb".freeze, "lib/chupa-text/formatters/json.rb".freeze, "lib/chupa-text/formatters/mime.rb".freeze, "lib/chupa-text/formatters/text.rb".freeze, "lib/chupa-text/input-data.rb".freeze, "lib/chupa-text/loggable.rb".freeze, "lib/chupa-text/logger.rb".freeze, "lib/chupa-text/mime-type-registry.rb".freeze, "lib/chupa-text/mime-type.rb".freeze, "lib/chupa-text/path-converter.rb".freeze, "lib/chupa-text/sax-parser.rb".freeze, "lib/chupa-text/screenshot.rb".freeze, "lib/chupa-text/size-parser.rb".freeze, "lib/chupa-text/text-data.rb".freeze, "lib/chupa-text/unzippable.rb".freeze, "lib/chupa-text/utf8-converter.rb".freeze, "lib/chupa-text/version.rb".freeze, "lib/chupa-text/virtual-content.rb".freeze, "lib/chupa-text/virtual-file-data.rb".freeze, "test/command/test-chupa-text.rb".freeze, "test/decomposers/test-csv.rb".freeze, "test/decomposers/test-gzip.rb".freeze, "test/decomposers/test-office-open-xml-document.rb".freeze, "test/decomposers/test-office-open-xml-presentation.rb".freeze, "test/decomposers/test-office-open-xml-workbook.rb".freeze, "test/decomposers/test-opendocument-presentation.rb".freeze, "test/decomposers/test-opendocument-spreadsheet.rb".freeze, "test/decomposers/test-opendocument-text.rb".freeze, "test/decomposers/test-tar.rb".freeze, "test/decomposers/test-xml.rb".freeze, "test/decomposers/test-zip.rb".freeze, "test/fixture/command/chupa-text/hello.txt".freeze, "test/fixture/command/chupa-text/hello.txt.gz".freeze, "test/fixture/command/chupa-text/no-decomposer.conf".freeze, "test/fixture/command/chupa-text/numbers.csv".freeze, "test/fixture/docx/attributes.docx".freeze, "test/fixture/docx/empty.docx".freeze, "test/fixture/docx/multi-pages.docx".freeze, "test/fixture/docx/one-page.docx".freeze, "test/fixture/docx/special-characters.docx".freeze, "test/fixture/extractor/hello.txt".freeze, "test/fixture/gzip/hello.tar.gz".freeze, "test/fixture/gzip/hello.tgz".freeze, "test/fixture/gzip/hello.txt.gz".freeze, "test/fixture/odp/attributes.odp".freeze, "test/fixture/odp/empty.odp".freeze, "test/fixture/odp/multi-slides.odp".freeze, "test/fixture/odp/one-slide.odp".freeze, "test/fixture/ods/attributes.ods".freeze, "test/fixture/ods/covered-table-cell.ods".freeze, "test/fixture/ods/empty.ods".freeze, "test/fixture/ods/multi-sheets.ods".freeze, "test/fixture/ods/one-sheet.ods".freeze, "test/fixture/ods/shapes.ods".freeze, "test/fixture/odt/attributes.odt".freeze, "test/fixture/odt/empty.odt".freeze, "test/fixture/odt/multi-pages.odt".freeze, "test/fixture/odt/one-page.odt".freeze, "test/fixture/odt/special-characters.odt".freeze, "test/fixture/pptx/attributes.pptx".freeze, "test/fixture/pptx/empty.pptx".freeze, "test/fixture/pptx/multi-slides.pptx".freeze, "test/fixture/pptx/one-slide.pptx".freeze, "test/fixture/tar/directory.tar".freeze, "test/fixture/tar/top-level.tar".freeze, "test/fixture/tar/utf-8.tar".freeze, "test/fixture/xlsx/attributes.xlsx".freeze, "test/fixture/xlsx/empty.xlsx".freeze, "test/fixture/xlsx/multi-sheets.xlsx".freeze, "test/fixture/xlsx/not-shared-cell.xlsx".freeze, "test/fixture/xlsx/one-sheet.xlsx".freeze, "test/fixture/zip/cp932.zip".freeze, "test/fixture/zip/hello.zip".freeze, "test/fixture/zip/password.zip".freeze, "test/fixture/zip/utf-8.zip".freeze, "test/formatters/test-mime.rb".freeze, "test/helper.rb".freeze, "test/run-test.rb".freeze, "test/test-attributes.rb".freeze, "test/test-configuration-loader.rb".freeze, "test/test-data.rb".freeze, "test/test-decomposer-registry.rb".freeze, "test/test-decomposer.rb".freeze, "test/test-decomposers.rb".freeze, "test/test-default-logger.rb".freeze, "test/test-external-command.rb".freeze, "test/test-extractor.rb".freeze, "test/test-file-content.rb".freeze, "test/test-mime-type-registry.rb".freeze, "test/test-size-parser.rb".freeze, "test/test-text-data.rb".freeze, "test/test-virtual-content.rb".freeze] s.homepage = "http://ranguba.org/#about-chupa-text".freeze s.licenses = ["LGPL-2.1+".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "ChupaText is an extensible text extractor. You can plug your custom text extractor in ChupaText. You can write your plugin by Ruby.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.12.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0.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_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end