# -*- encoding: utf-8 -*- # stub: roo 2.10.1 ruby lib Gem::Specification.new do |s| s.name = "roo".freeze s.version = "2.10.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Thomas Preymesser".freeze, "Hugh McGowan".freeze, "Ben Woosley".freeze, "Oleksandr Simonov".freeze, "Steven Daniels".freeze, "Anmol Chopra".freeze] s.date = "2024-01-18" s.description = "Roo can access the contents of various spreadsheet files. It can handle\n* OpenOffice\n* Excelx\n* LibreOffice\n* CSV".freeze s.email = ["ruby.ruby.ruby.roo@gmail.com".freeze, "oleksandr@simonov.me".freeze] s.files = [".codeclimate.yml".freeze, ".github/issue_template.md".freeze, ".github/pull_request_template.md".freeze, ".github/workflows/pull-request.yml".freeze, ".github/workflows/ruby.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".simplecov".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "examples/roo_soap_client.rb".freeze, "examples/roo_soap_server.rb".freeze, "examples/write_me.rb".freeze, "lib/roo.rb".freeze, "lib/roo/base.rb".freeze, "lib/roo/constants.rb".freeze, "lib/roo/csv.rb".freeze, "lib/roo/errors.rb".freeze, "lib/roo/excelx.rb".freeze, "lib/roo/excelx/cell.rb".freeze, "lib/roo/excelx/cell/base.rb".freeze, "lib/roo/excelx/cell/boolean.rb".freeze, "lib/roo/excelx/cell/date.rb".freeze, "lib/roo/excelx/cell/datetime.rb".freeze, "lib/roo/excelx/cell/empty.rb".freeze, "lib/roo/excelx/cell/number.rb".freeze, "lib/roo/excelx/cell/string.rb".freeze, "lib/roo/excelx/cell/time.rb".freeze, "lib/roo/excelx/comments.rb".freeze, "lib/roo/excelx/coordinate.rb".freeze, "lib/roo/excelx/extractor.rb".freeze, "lib/roo/excelx/format.rb".freeze, "lib/roo/excelx/images.rb".freeze, "lib/roo/excelx/relationships.rb".freeze, "lib/roo/excelx/shared.rb".freeze, "lib/roo/excelx/shared_strings.rb".freeze, "lib/roo/excelx/sheet.rb".freeze, "lib/roo/excelx/sheet_doc.rb".freeze, "lib/roo/excelx/styles.rb".freeze, "lib/roo/excelx/workbook.rb".freeze, "lib/roo/font.rb".freeze, "lib/roo/formatters/base.rb".freeze, "lib/roo/formatters/csv.rb".freeze, "lib/roo/formatters/matrix.rb".freeze, "lib/roo/formatters/xml.rb".freeze, "lib/roo/formatters/yaml.rb".freeze, "lib/roo/helpers/default_attr_reader.rb".freeze, "lib/roo/helpers/weak_instance_cache.rb".freeze, "lib/roo/libre_office.rb".freeze, "lib/roo/link.rb".freeze, "lib/roo/open_office.rb".freeze, "lib/roo/spreadsheet.rb".freeze, "lib/roo/tempdir.rb".freeze, "lib/roo/utils.rb".freeze, "lib/roo/version.rb".freeze, "roo.gemspec".freeze, "spec/fixtures/vcr_cassettes/google_drive.yml".freeze, "spec/fixtures/vcr_cassettes/google_drive_access_token.yml".freeze, "spec/fixtures/vcr_cassettes/google_drive_set.yml".freeze, "spec/helpers.rb".freeze, "spec/lib/roo/base_spec.rb".freeze, "spec/lib/roo/csv_spec.rb".freeze, "spec/lib/roo/excelx/cell/time_spec.rb".freeze, "spec/lib/roo/excelx/format_spec.rb".freeze, "spec/lib/roo/excelx/relationships_spec.rb".freeze, "spec/lib/roo/excelx/sheet_doc_spec.rb".freeze, "spec/lib/roo/excelx_spec.rb".freeze, "spec/lib/roo/libreoffice_spec.rb".freeze, "spec/lib/roo/openoffice_spec.rb".freeze, "spec/lib/roo/spreadsheet_spec.rb".freeze, "spec/lib/roo/strict_spec.rb".freeze, "spec/lib/roo/utils_spec.rb".freeze, "spec/lib/roo/weak_instance_cache_spec.rb".freeze, "spec/lib/roo_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/all_ss.rb".freeze, "test/excelx/cell/test_attr_reader_default.rb".freeze, "test/excelx/cell/test_base.rb".freeze, "test/excelx/cell/test_boolean.rb".freeze, "test/excelx/cell/test_date.rb".freeze, "test/excelx/cell/test_datetime.rb".freeze, "test/excelx/cell/test_empty.rb".freeze, "test/excelx/cell/test_number.rb".freeze, "test/excelx/cell/test_string.rb".freeze, "test/excelx/cell/test_time.rb".freeze, "test/excelx/test_coordinate.rb".freeze, "test/formatters/test_csv.rb".freeze, "test/formatters/test_matrix.rb".freeze, "test/formatters/test_xml.rb".freeze, "test/formatters/test_yaml.rb".freeze, "test/helpers/test_accessing_files.rb".freeze, "test/helpers/test_comments.rb".freeze, "test/helpers/test_formulas.rb".freeze, "test/helpers/test_labels.rb".freeze, "test/helpers/test_sheets.rb".freeze, "test/helpers/test_styles.rb".freeze, "test/roo/test_base.rb".freeze, "test/roo/test_csv.rb".freeze, "test/roo/test_excelx.rb".freeze, "test/roo/test_libre_office.rb".freeze, "test/roo/test_open_office.rb".freeze, "test/test_helper.rb".freeze, "test/test_roo.rb".freeze] s.homepage = "https://github.com/roo-rb/roo".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Roo can access the contents of various spreadsheet files.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.3.0".freeze, "< 3.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.4".freeze, ">= 5.4.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.6".freeze, "< 2.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end