# -*- encoding: utf-8 -*- # stub: chupa-text-decomposer-libreoffice 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "chupa-text-decomposer-libreoffice".freeze s.version = "1.0.2".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 = "2018-07-18" s.description = "This is a ChupaText decomposer plugin for to extract text and\nmeta-data from office files such as Microsoft Word file, Microsoft\nExcel file and OpenDocument Format file. It uses\n[LibreOffice](https://www.libreoffice.org/).\n\nYou can use `libreoffice` decomposer.\n\nIt depends on `pdf` decomposer. Because it converts a office file to\nPDF file and extracts text and meta-data by `pdf` decomposer.\n".freeze s.email = ["kou@clear-code.com".freeze] s.files = [".yardopts".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "chupa-text-decomposer-libreoffice.gemspec".freeze, "doc/text/news.md".freeze, "lib/chupa-text/decomposers/libreoffice.rb".freeze, "test/fixture/doc/attributes.doc".freeze, "test/fixture/doc/multi-pages.doc".freeze, "test/fixture/doc/one-page.doc".freeze, "test/fixture/docx/attributes.docx".freeze, "test/fixture/docx/multi-pages.docx".freeze, "test/fixture/docx/one-page.docx".freeze, "test/fixture/odp/attributes.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/multi-sheets.ods".freeze, "test/fixture/ods/one-sheet.ods".freeze, "test/fixture/odt/attributes.odt".freeze, "test/fixture/odt/multi-pages.odt".freeze, "test/fixture/odt/one-page.odt".freeze, "test/fixture/ppt/attributes.ppt".freeze, "test/fixture/ppt/multi-slides.ppt".freeze, "test/fixture/ppt/one-slide.ppt".freeze, "test/fixture/pptx/attributes.pptx".freeze, "test/fixture/pptx/multi-slides.pptx".freeze, "test/fixture/pptx/one-slide.pptx".freeze, "test/fixture/xls/attributes.xls".freeze, "test/fixture/xls/multi-sheets.xls".freeze, "test/fixture/xls/one-sheet.xls".freeze, "test/fixture/xlsx/attributes.xlsx".freeze, "test/fixture/xlsx/multi-sheets.xlsx".freeze, "test/fixture/xlsx/one-sheet.xlsx".freeze, "test/helper.rb".freeze, "test/run-test.rb".freeze, "test/test-doc.rb".freeze, "test/test-docx.rb".freeze, "test/test-odp.rb".freeze, "test/test-ods.rb".freeze, "test/test-odt.rb".freeze, "test/test-ppt.rb".freeze, "test/test-pptx.rb".freeze, "test/test-xls.rb".freeze, "test/test-xlsx.rb".freeze] s.homepage = "https://github.com/ranguba/chupa-text-decomposer-libreoffice".freeze s.licenses = ["LGPL-2.1+".freeze] s.requirements = ["LibreOffice".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "This is a ChupaText decomposer plugin for to extract text and meta-data from office files such as Microsoft Word file, Microsoft Excel file and OpenDocument Format file. It uses [LibreOffice](https://www.libreoffice.org/).".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.0.9".freeze]) s.add_runtime_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