Skip to content

Commit 86b1f26

Browse files
author
Hugh McGowan
committed
bump version
1 parent 49d66ed commit 86b1f26

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

roo.gemspec

+23-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{roo}
8-
s.version = "1.3.11"
8+
s.version = "1.4.0"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Hugh McGowan", "Thomas Preymesser"]
12-
s.date = %q{2009-12-21}
12+
s.date = %q{2010-01-16}
1313
s.description = %q{roo can access the contents of OpenOffice-, Excel- or Google-Spreadsheets}
1414
s.email = %q{[email protected]}
1515
s.extra_rdoc_files = [
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
1919
s.files = [
2020
"lib/roo.rb",
2121
"lib/roo/excel.rb",
22-
"lib/roo/excel2003.rb",
22+
"lib/roo/excel2003xml.rb",
2323
"lib/roo/excelx.rb",
2424
"lib/roo/generic_spreadsheet.rb",
2525
"lib/roo/google.rb",
@@ -32,63 +32,82 @@ Gem::Specification.new do |s|
3232
"test/Bibelbund.ods",
3333
"test/Bibelbund.xls",
3434
"test/Bibelbund.xlsx",
35+
"test/Bibelbund.xml",
3536
"test/Bibelbund1.ods",
3637
"test/bad_excel_date.xls",
3738
"test/bbu.ods",
3839
"test/bbu.xls",
3940
"test/bbu.xlsx",
41+
"test/bbu.xml",
4042
"test/bode-v1.ods.zip",
4143
"test/bode-v1.xls.zip",
4244
"test/boolean.ods",
4345
"test/boolean.xls",
4446
"test/boolean.xlsx",
47+
"test/boolean.xml",
4548
"test/borders.ods",
4649
"test/borders.xls",
4750
"test/borders.xlsx",
51+
"test/borders.xml",
4852
"test/bug-row-column-fixnum-float.xls",
53+
"test/bug-row-column-fixnum-float.xml",
4954
"test/datetime.ods",
5055
"test/datetime.xls",
5156
"test/datetime.xlsx",
57+
"test/datetime.xml",
5258
"test/datetime_floatconv.xls",
59+
"test/datetime_floatconv.xml",
5360
"test/emptysheets.ods",
5461
"test/emptysheets.xls",
62+
"test/emptysheets.xml",
5563
"test/excel2003.xml",
5664
"test/false_encoding.xls",
65+
"test/false_encoding.xml",
5766
"test/formula.ods",
5867
"test/formula.xls",
5968
"test/formula.xlsx",
69+
"test/formula.xml",
6070
"test/formula_parse_error.xls",
71+
"test/formula_parse_error.xml",
6172
"test/html-escape.ods",
6273
"test/no_spreadsheet_file.txt",
6374
"test/numbers1.csv",
6475
"test/numbers1.ods",
6576
"test/numbers1.xls",
6677
"test/numbers1.xlsx",
78+
"test/numbers1.xml",
6779
"test/only_one_sheet.ods",
6880
"test/only_one_sheet.xls",
6981
"test/only_one_sheet.xlsx",
82+
"test/only_one_sheet.xml",
7083
"test/paragraph.ods",
7184
"test/paragraph.xls",
7285
"test/paragraph.xlsx",
86+
"test/paragraph.xml",
7387
"test/ric.ods",
7488
"test/simple_spreadsheet.ods",
7589
"test/simple_spreadsheet.xls",
7690
"test/simple_spreadsheet.xlsx",
91+
"test/simple_spreadsheet.xml",
7792
"test/simple_spreadsheet_from_italo.ods",
7893
"test/simple_spreadsheet_from_italo.xls",
94+
"test/simple_spreadsheet_from_italo.xml",
7995
"test/skipped_tests.rb",
8096
"test/style.ods",
8197
"test/style.xls",
8298
"test/style.xlsx",
99+
"test/style.xml",
83100
"test/test_helper.rb",
84101
"test/test_roo.rb",
85102
"test/time-test.csv",
86103
"test/time-test.ods",
87104
"test/time-test.xls",
88105
"test/time-test.xlsx",
106+
"test/time-test.xml",
89107
"test/whitespace.ods",
90108
"test/whitespace.xls",
91-
"test/whitespace.xlsx"
109+
"test/whitespace.xlsx",
110+
"test/whitespace.xml"
92111
]
93112
s.homepage = %q{http://roo.rubyforge.org}
94113
s.rdoc_options = ["--main", "README.markdown"]

0 commit comments

Comments
 (0)