Skip to content

Commit 37a17bd

Browse files
author
Hugh McGowan
committed
Regenerated gemspec for version 1.3.2
1 parent 97da19b commit 37a17bd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

roo.gemspec

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,25 @@
22

33
Gem::Specification.new do |s|
44
s.name = %q{roo}
5-
s.version = "1.3.1"
5+
s.version = "1.3.2"
66

77
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
88
s.authors = ["Hugh McGowan", "Thomas Preymesser"]
9-
s.date = %q{2009-05-24}
9+
s.date = %q{2009-05-25}
1010
s.description = %q{roo can access the contents of OpenOffice-, Excel- or Google-Spreadsheets}
1111
s.email = %q{[email protected]}
1212
s.extra_rdoc_files = ["README.markdown", "History.txt"]
1313
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/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/html-escape.ods", "test/no_spreadsheet_file.txt", "test/numbers1.csv", "test/numbers1.ods", "test/numbers1.xls", "test/numbers1.xlsx", "test/numbers1_excel.csv", "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/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", "README.markdown", "History.txt"]
14-
s.has_rdoc = true
1514
s.homepage = %q{http://roo.rubyforge.org}
1615
s.rdoc_options = ["--main", "README.markdown", "--inline-source", "--charset=UTF-8"]
1716
s.require_paths = ["lib"]
1817
s.rubyforge_project = %q{roo}
19-
s.rubygems_version = %q{1.3.1}
18+
s.rubygems_version = %q{1.3.3}
2019
s.summary = %q{roo}
2120

2221
if s.respond_to? :specification_version then
2322
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
24-
s.specification_version = 2
23+
s.specification_version = 3
2524

2625
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
2726
s.add_runtime_dependency(%q<spreadsheet>, [">= 0.6.3.1"])

0 commit comments

Comments
 (0)