--- !ruby/object:Gem::Specification name: roo-xls version: !ruby/object:Gem::Version version: 1.0.0 platform: ruby authors: - Thomas Preymesser - Hugh McGowan - Ben Woosley autorequire: bindir: bin cert_chain: [] date: 2015-04-09 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: roo requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0beta1 - - "<" - !ruby/object:Gem::Version version: '3' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0beta1 - - "<" - !ruby/object:Gem::Version version: '3' - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: spreadsheet requirement: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.9.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.9.0 - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.7' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.7' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '10.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '10.0' description: |- Roo can access the contents of various spreadsheet files. It can handle * OpenOffice * Excel * Google spreadsheets * Excelx * LibreOffice * CSV email: - ruby.ruby.ruby.roo@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rubocop.yml" - ".simplecov" - ".travis.yml" - Gemfile - LICENSE.txt - README.md - Rakefile - defaults.reek - lib/roo-xls.rb - lib/roo/xls/excel.rb - lib/roo/xls/excel_2003_xml.rb - lib/roo/xls/spreadsheet_extensions.rb - lib/roo/xls/version.rb - roo-xls.gemspec - spec/lib/roo/xls/excel2003xml_spec.rb - spec/lib/roo/xls/excel_spec.rb - spec/spec_helper.rb - test/files/1900_base.xls - test/files/1904_base.xls - test/files/Bibelbund.csv - test/files/Bibelbund.xls - test/files/Bibelbund.xml - test/files/bad_excel_date.xls - test/files/bbu.xls - test/files/bbu.xml - test/files/bode-v1.xls.zip - test/files/boolean.csv - test/files/boolean.xls - test/files/boolean.xml - test/files/borders.xls - test/files/borders.xml - test/files/bug-row-column-fixnum-float.xls - test/files/bug-row-column-fixnum-float.xml - test/files/comments.xls - test/files/datetime.xls - test/files/datetime.xml - test/files/datetime_floatconv.xls - test/files/datetime_floatconv.xml - test/files/emptysheets.xls - test/files/emptysheets.xml - test/files/excel2003.xml - test/files/excel2003_namespace.xml - test/files/false_encoding.xls - test/files/false_encoding.xml - test/files/formula.xls - test/files/formula.xml - test/files/formula_parse_error.xls - test/files/formula_parse_error.xml - test/files/link.csv - test/files/link.xls - test/files/matrix.xls - test/files/named_cells.xls - test/files/numbers1.ods - test/files/numbers1.xls - test/files/numbers1.xlsx - test/files/numbers1.xml - test/files/only_one_sheet.xls - test/files/only_one_sheet.xml - test/files/paragraph.xls - test/files/paragraph.xml - test/files/prova.xls - test/files/simple_spreadsheet.xls - test/files/simple_spreadsheet.xml - test/files/simple_spreadsheet_from_italo.xls - test/files/simple_spreadsheet_from_italo.xml - test/files/so_datetime.csv - test/files/style.xls - test/files/style.xml - test/files/time-test.csv - test/files/time-test.xls - test/files/time-test.xml - test/files/type_excel.ods - test/files/type_excel.xlsx - test/files/type_excelx.xls - test/files/type_openoffice.xls - test/files/whitespace.xls - test/files/whitespace.xml - test/rm_test.rb - test/test_excel_2003_xml.rb - test/test_helper.rb - test/test_roo_excel.rb homepage: '' licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.6 signing_key: specification_version: 4 summary: Roo::Excel can access the contents of classic xls files. test_files: - spec/lib/roo/xls/excel2003xml_spec.rb - spec/lib/roo/xls/excel_spec.rb - spec/spec_helper.rb - test/files/1900_base.xls - test/files/1904_base.xls - test/files/Bibelbund.csv - test/files/Bibelbund.xls - test/files/Bibelbund.xml - test/files/bad_excel_date.xls - test/files/bbu.xls - test/files/bbu.xml - test/files/bode-v1.xls.zip - test/files/boolean.csv - test/files/boolean.xls - test/files/boolean.xml - test/files/borders.xls - test/files/borders.xml - test/files/bug-row-column-fixnum-float.xls - test/files/bug-row-column-fixnum-float.xml - test/files/comments.xls - test/files/datetime.xls - test/files/datetime.xml - test/files/datetime_floatconv.xls - test/files/datetime_floatconv.xml - test/files/emptysheets.xls - test/files/emptysheets.xml - test/files/excel2003.xml - test/files/excel2003_namespace.xml - test/files/false_encoding.xls - test/files/false_encoding.xml - test/files/formula.xls - test/files/formula.xml - test/files/formula_parse_error.xls - test/files/formula_parse_error.xml - test/files/link.csv - test/files/link.xls - test/files/matrix.xls - test/files/named_cells.xls - test/files/numbers1.ods - test/files/numbers1.xls - test/files/numbers1.xlsx - test/files/numbers1.xml - test/files/only_one_sheet.xls - test/files/only_one_sheet.xml - test/files/paragraph.xls - test/files/paragraph.xml - test/files/prova.xls - test/files/simple_spreadsheet.xls - test/files/simple_spreadsheet.xml - test/files/simple_spreadsheet_from_italo.xls - test/files/simple_spreadsheet_from_italo.xml - test/files/so_datetime.csv - test/files/style.xls - test/files/style.xml - test/files/time-test.csv - test/files/time-test.xls - test/files/time-test.xml - test/files/type_excel.ods - test/files/type_excel.xlsx - test/files/type_excelx.xls - test/files/type_openoffice.xls - test/files/whitespace.xls - test/files/whitespace.xml - test/rm_test.rb - test/test_excel_2003_xml.rb - test/test_helper.rb - test/test_roo_excel.rb