# -*- encoding: utf-8 -*- # stub: roo-xls 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "roo-xls".freeze s.version = "1.0.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 = ["Thomas Preymesser".freeze, "Hugh McGowan".freeze, "Ben Woosley".freeze] s.date = "2015-04-09" s.description = "Roo can access the contents of various spreadsheet files. It can handle\n* OpenOffice\n* Excel\n* Google spreadsheets\n* Excelx\n* LibreOffice\n* CSV".freeze s.email = ["ruby.ruby.ruby.roo@gmail.com".freeze] s.files = [".gitignore".freeze, ".rubocop.yml".freeze, ".simplecov".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "defaults.reek".freeze, "lib/roo-xls.rb".freeze, "lib/roo/xls/excel.rb".freeze, "lib/roo/xls/excel_2003_xml.rb".freeze, "lib/roo/xls/spreadsheet_extensions.rb".freeze, "lib/roo/xls/version.rb".freeze, "roo-xls.gemspec".freeze, "spec/lib/roo/xls/excel2003xml_spec.rb".freeze, "spec/lib/roo/xls/excel_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/files/1900_base.xls".freeze, "test/files/1904_base.xls".freeze, "test/files/Bibelbund.csv".freeze, "test/files/Bibelbund.xls".freeze, "test/files/Bibelbund.xml".freeze, "test/files/bad_excel_date.xls".freeze, "test/files/bbu.xls".freeze, "test/files/bbu.xml".freeze, "test/files/bode-v1.xls.zip".freeze, "test/files/boolean.csv".freeze, "test/files/boolean.xls".freeze, "test/files/boolean.xml".freeze, "test/files/borders.xls".freeze, "test/files/borders.xml".freeze, "test/files/bug-row-column-fixnum-float.xls".freeze, "test/files/bug-row-column-fixnum-float.xml".freeze, "test/files/comments.xls".freeze, "test/files/datetime.xls".freeze, "test/files/datetime.xml".freeze, "test/files/datetime_floatconv.xls".freeze, "test/files/datetime_floatconv.xml".freeze, "test/files/emptysheets.xls".freeze, "test/files/emptysheets.xml".freeze, "test/files/excel2003.xml".freeze, "test/files/excel2003_namespace.xml".freeze, "test/files/false_encoding.xls".freeze, "test/files/false_encoding.xml".freeze, "test/files/formula.xls".freeze, "test/files/formula.xml".freeze, "test/files/formula_parse_error.xls".freeze, "test/files/formula_parse_error.xml".freeze, "test/files/link.csv".freeze, "test/files/link.xls".freeze, "test/files/matrix.xls".freeze, "test/files/named_cells.xls".freeze, "test/files/numbers1.ods".freeze, "test/files/numbers1.xls".freeze, "test/files/numbers1.xlsx".freeze, "test/files/numbers1.xml".freeze, "test/files/only_one_sheet.xls".freeze, "test/files/only_one_sheet.xml".freeze, "test/files/paragraph.xls".freeze, "test/files/paragraph.xml".freeze, "test/files/prova.xls".freeze, "test/files/simple_spreadsheet.xls".freeze, "test/files/simple_spreadsheet.xml".freeze, "test/files/simple_spreadsheet_from_italo.xls".freeze, "test/files/simple_spreadsheet_from_italo.xml".freeze, "test/files/so_datetime.csv".freeze, "test/files/style.xls".freeze, "test/files/style.xml".freeze, "test/files/time-test.csv".freeze, "test/files/time-test.xls".freeze, "test/files/time-test.xml".freeze, "test/files/type_excel.ods".freeze, "test/files/type_excel.xlsx".freeze, "test/files/type_excelx.xls".freeze, "test/files/type_openoffice.xls".freeze, "test/files/whitespace.xls".freeze, "test/files/whitespace.xml".freeze, "test/rm_test.rb".freeze, "test/test_excel_2003_xml.rb".freeze, "test/test_helper.rb".freeze, "test/test_roo_excel.rb".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Roo::Excel can access the contents of classic xls files.".freeze s.test_files = ["spec/lib/roo/xls/excel2003xml_spec.rb".freeze, "spec/lib/roo/xls/excel_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/files/1900_base.xls".freeze, "test/files/1904_base.xls".freeze, "test/files/Bibelbund.csv".freeze, "test/files/Bibelbund.xls".freeze, "test/files/Bibelbund.xml".freeze, "test/files/bad_excel_date.xls".freeze, "test/files/bbu.xls".freeze, "test/files/bbu.xml".freeze, "test/files/bode-v1.xls.zip".freeze, "test/files/boolean.csv".freeze, "test/files/boolean.xls".freeze, "test/files/boolean.xml".freeze, "test/files/borders.xls".freeze, "test/files/borders.xml".freeze, "test/files/bug-row-column-fixnum-float.xls".freeze, "test/files/bug-row-column-fixnum-float.xml".freeze, "test/files/comments.xls".freeze, "test/files/datetime.xls".freeze, "test/files/datetime.xml".freeze, "test/files/datetime_floatconv.xls".freeze, "test/files/datetime_floatconv.xml".freeze, "test/files/emptysheets.xls".freeze, "test/files/emptysheets.xml".freeze, "test/files/excel2003.xml".freeze, "test/files/excel2003_namespace.xml".freeze, "test/files/false_encoding.xls".freeze, "test/files/false_encoding.xml".freeze, "test/files/formula.xls".freeze, "test/files/formula.xml".freeze, "test/files/formula_parse_error.xls".freeze, "test/files/formula_parse_error.xml".freeze, "test/files/link.csv".freeze, "test/files/link.xls".freeze, "test/files/matrix.xls".freeze, "test/files/named_cells.xls".freeze, "test/files/numbers1.ods".freeze, "test/files/numbers1.xls".freeze, "test/files/numbers1.xlsx".freeze, "test/files/numbers1.xml".freeze, "test/files/only_one_sheet.xls".freeze, "test/files/only_one_sheet.xml".freeze, "test/files/paragraph.xls".freeze, "test/files/paragraph.xml".freeze, "test/files/prova.xls".freeze, "test/files/simple_spreadsheet.xls".freeze, "test/files/simple_spreadsheet.xml".freeze, "test/files/simple_spreadsheet_from_italo.xls".freeze, "test/files/simple_spreadsheet_from_italo.xml".freeze, "test/files/so_datetime.csv".freeze, "test/files/style.xls".freeze, "test/files/style.xml".freeze, "test/files/time-test.csv".freeze, "test/files/time-test.xls".freeze, "test/files/time-test.xml".freeze, "test/files/type_excel.ods".freeze, "test/files/type_excel.xlsx".freeze, "test/files/type_excelx.xls".freeze, "test/files/type_openoffice.xls".freeze, "test/files/whitespace.xls".freeze, "test/files/whitespace.xml".freeze, "test/rm_test.rb".freeze, "test/test_excel_2003_xml.rb".freeze, "test/test_helper.rb".freeze, "test/test_roo_excel.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 2.0.0beta1".freeze, "< 3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["> 0.9.0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.7".freeze]) s.add_development_dependency(%q.freeze, [">= 10.0".freeze]) end