# -*- encoding: utf-8 -*-
# stub: roo 0.9.4 ruby lib

Gem::Specification.new do |s|
  s.name = "roo".freeze
  s.version = "0.9.4".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]
  s.date = "2008-04-22"
  s.description = "roo can access the contents of OpenOffice-, Excel- or Google-Spreadsheets".freeze
  s.email = "thopre@gmail.com".freeze
  s.extra_rdoc_files = ["History.txt".freeze, "License.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "test/no_spreadsheet_file.txt".freeze, "website/index.txt".freeze]
  s.files = ["History.txt".freeze, "License.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "base64include.rb".freeze, "examples/roo_soap_client.rb".freeze, "examples/roo_soap_server.rb".freeze, "examples/write_me.rb".freeze, "lib/roo.rb".freeze, "lib/roo/excel.rb".freeze, "lib/roo/generic_spreadsheet.rb".freeze, "lib/roo/google.rb".freeze, "lib/roo/openoffice.rb".freeze, "lib/roo/roo_rails_helper.rb".freeze, "lib/roo/version.rb".freeze, "scripts/txt2html".freeze, "setup.rb".freeze, "test/Bibelbund.csv".freeze, "test/Bibelbund.ods".freeze, "test/Bibelbund.xls".freeze, "test/Bibelbund1.ods".freeze, "test/bbu.ods".freeze, "test/bbu.xls".freeze, "test/bode-v1.ods.zip".freeze, "test/bode-v1.xls.zip".freeze, "test/borders.ods".freeze, "test/borders.xls".freeze, "test/false_encoding.xls".freeze, "test/formula.ods".freeze, "test/formula.xls".freeze, "test/no_spreadsheet_file.txt".freeze, "test/numbers1.csv".freeze, "test/numbers1.ods".freeze, "test/numbers1.xls".freeze, "test/numbers1_excel.csv".freeze, "test/only_one_sheet.ods".freeze, "test/only_one_sheet.xls".freeze, "test/ric.ods".freeze, "test/simple_spreadsheet.ods".freeze, "test/simple_spreadsheet.xls".freeze, "test/simple_spreadsheet_from_italo.ods".freeze, "test/simple_spreadsheet_from_italo.xls".freeze, "test/test_helper.rb".freeze, "test/test_roo.rb".freeze, "test/time-test.csv".freeze, "test/time-test.ods".freeze, "test/time-test.xls".freeze, "website/index.html".freeze, "website/index.txt".freeze, "website/javascripts/rounded_corners_lite.inc.js".freeze, "website/stylesheets/screen.css".freeze, "website/template.rhtml".freeze]
  s.homepage = "http://roo.rubyforge.org".freeze
  s.rdoc_options = ["--main".freeze, "README.txt".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "roo can access the contents of OpenOffice-, Excel- or Google-Spreadsheets".freeze
  s.test_files = ["test/test_helper.rb".freeze, "test/test_roo.rb".freeze]

  s.specification_version = 2

  s.add_runtime_dependency(%q<parseexcel>.freeze, [">= 0.5.2".freeze])
  s.add_runtime_dependency(%q<rubyzip>.freeze, [">= 0.9.1".freeze])
  s.add_runtime_dependency(%q<hpricot>.freeze, [">= 0.5".freeze])
  s.add_runtime_dependency(%q<GData>.freeze, [">= 0.0.3".freeze])
end