Skip to content

Commit

Permalink
Regenerated gemspec for version 1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh McGowan committed Aug 29, 2009
1 parent c90e352 commit bc70059
Showing 1 changed file with 90 additions and 5 deletions.
95 changes: 90 additions & 5 deletions roo.gemspec
Original file line number Diff line number Diff line change
@@ -1,22 +1,107 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{roo}
s.version = "1.3.9"
s.version = "1.3.10"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Hugh McGowan", "Thomas Preymesser"]
s.date = %q{2009-07-23}
s.date = %q{2009-08-29}
s.description = %q{roo can access the contents of OpenOffice-, Excel- or Google-Spreadsheets}
s.email = %q{[email protected]}
s.extra_rdoc_files = ["README.markdown", "History.txt"]
s.files = ["lib/roo", "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", "lib/roo/version.rb", "lib/roo.rb", "test/1900_base.xls", "test/1904_base.xls", "test/bbu.ods", "test/bbu.xls", "test/bbu.xlsx", "test/Bibelbund.csv", "test/Bibelbund.ods", "test/Bibelbund.xls", "test/Bibelbund.xlsx", "test/Bibelbund1.ods", "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/datetime.ods", "test/datetime.xls", "test/datetime.xlsx", "test/datetime_floatconv.xls", "test/emptysheets.ods", "test/emptysheets.xls", "test/false_encoding.xls", "test/formula.ods", "test/formula.xls", "test/formula.xlsx", "test/formula_parse_error.xls", "test/html-escape.ods", "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/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/skipped_tests.rb", "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/whitespace.ods", "test/whitespace.xls", "test/whitespace.xlsx", "README.markdown", "History.txt"]
s.extra_rdoc_files = [
"History.txt",
"README.markdown"
]
s.files = [
"lib/roo.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",
"lib/roo/version.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/bad_excel_date.xls",
"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/datetime.ods",
"test/datetime.xls",
"test/datetime.xlsx",
"test/datetime_floatconv.xls",
"test/emptysheets.ods",
"test/emptysheets.xls",
"test/false_encoding.xls",
"test/formula.ods",
"test/formula.xls",
"test/formula.xlsx",
"test/formula_parse_error.xls",
"test/html-escape.ods",
"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/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/skipped_tests.rb",
"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/whitespace.ods",
"test/whitespace.xls",
"test/whitespace.xlsx"
]
s.homepage = %q{http://roo.rubyforge.org}
s.rdoc_options = ["--main", "README.markdown", "--inline-source", "--charset=UTF-8"]
s.rdoc_options = ["--main", "README.markdown"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{roo}
s.rubygems_version = %q{1.3.3}
s.summary = %q{roo}
s.test_files = [
"test/skipped_tests.rb",
"test/test_helper.rb",
"test/test_roo.rb",
"examples/roo_soap_client.rb",
"examples/roo_soap_server.rb",
"examples/write_me.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
Expand Down

0 comments on commit bc70059

Please sign in to comment.