--- !ruby/object:Gem::Specification name: roo version: !ruby/object:Gem::Version version: 1.10.0 prerelease: platform: ruby authors: - Thomas Preymesser autorequire: bindir: bin cert_chain: [] date: 2011-10-10 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: spreadsheet requirement: &27024132 !ruby/object:Gem::Requirement none: false requirements: - - ! '>' - !ruby/object:Gem::Version version: 0.6.4 type: :runtime prerelease: false version_requirements: *27024132 - !ruby/object:Gem::Dependency name: nokogiri requirement: &27023772 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.5.0 type: :runtime prerelease: false version_requirements: *27023772 - !ruby/object:Gem::Dependency name: google-spreadsheet-ruby requirement: &27023328 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 0.1.5 type: :runtime prerelease: false version_requirements: *27023328 - !ruby/object:Gem::Dependency name: choice requirement: &27022944 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 0.1.4 type: :runtime prerelease: false version_requirements: *27022944 - !ruby/object:Gem::Dependency name: todonotes requirement: &27022392 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 0.1.0 type: :runtime prerelease: false version_requirements: *27022392 - !ruby/object:Gem::Dependency name: bones requirement: &27021996 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.7.1 type: :development prerelease: false version_requirements: *27021996 description: ! 'Roo can access the contents of various spreadsheet files. It can handle * Openoffice * Excel * Google spreadsheets * Excelx * Libreoffice * CSV' email: thopre@gmail.com executables: - roo extensions: [] extra_rdoc_files: - History.txt - Manifest.txt - README.txt - bin/roo - lib/roo/.csv.rb.swp - test/no_spreadsheet_file.txt files: - History.txt - Manifest.txt - README.txt - Rakefile - TODO - bin/roo - datetime.csv - lib/roo.rb - lib/roo/.csv.rb.swp - lib/roo/csv.rb - lib/roo/excel.rb - lib/roo/excelx.rb - lib/roo/generic_spreadsheet.rb - lib/roo/google.rb - lib/roo/openoffice.rb - lib/roo/roo_rails_helper.rb - rm_sub_test.rb - rm_test.rb - test/1900_base.xls - test/1904_base.xls - test/Bibelbund.csv - test/Bibelbund.ods - test/Bibelbund.xls - test/Bibelbund.xlsx - test/Bibelbund1.ods - test/Pfand_from_windows_phone.xlsx - test/bbu.ods - test/bbu.xls - test/bbu.xlsx - test/bode-v1.ods.zip - test/bode-v1.xls.zip - test/boolean.ods - test/boolean.xls - test/boolean.xlsx - test/borders.ods - test/borders.xls - test/borders.xlsx - test/bug-row-column-fixnum-float.xls - test/comments.ods - test/comments.xls - test/comments.xlsx - test/csvtypes.csv - test/datetime.ods - test/datetime.xls - test/datetime.xlsx - test/datetime_floatconv.xls - test/dreimalvier.ods - test/emptysheets.ods - test/emptysheets.xls - test/emptysheets.xlsx - test/false_encoding.xls - test/formula.ods - test/formula.xls - test/formula.xlsx - test/formula_string_error.xlsx - test/html-escape.ods - test/matrix.ods - test/matrix.xls - test/named_cells.ods - test/named_cells.xls - test/named_cells.xlsx - test/no_spreadsheet_file.txt - test/numbers1.csv - test/numbers1.ods - test/numbers1.xls - test/numbers1.xlsx - test/only_one_sheet.ods - test/only_one_sheet.xls - test/only_one_sheet.xlsx - test/paragraph.ods - test/paragraph.xls - test/paragraph.xlsx - test/prova.xls - test/ric.ods - test/simple_spreadsheet.ods - test/simple_spreadsheet.xls - test/simple_spreadsheet.xlsx - test/simple_spreadsheet_from_italo.ods - test/simple_spreadsheet_from_italo.xls - test/so_datetime.csv - test/style.ods - test/style.xls - test/style.xlsx - test/test_helper.rb - test/test_roo.rb - test/time-test.csv - test/time-test.ods - test/time-test.xls - test/time-test.xlsx - test/type_excel.ods - test/type_excel.xlsx - test/type_excelx.ods - test/type_excelx.xls - test/type_openoffice.xls - test/type_openoffice.xlsx - test/whitespace.ods - test/whitespace.xls - test/whitespace.xlsx homepage: http://roo.rubyforge.org/ licenses: [] post_install_message: rdoc_options: - --main - README.txt require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: roo rubygems_version: 1.8.11 signing_key: specification_version: 3 summary: Roo can access the contents of various spreadsheet files. test_files: - test/test_helper.rb - test/test_roo.rb