5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{roo}
8
- s . version = "1.3.11 "
8
+ s . version = "1.4.0 "
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Hugh McGowan" , "Thomas Preymesser" ]
12
- s . date = %q{2009-12-21 }
12
+ s . date = %q{2010-01-16 }
13
13
s . description = %q{roo can access the contents of OpenOffice-, Excel- or Google-Spreadsheets}
14
14
15
15
s . extra_rdoc_files = [
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
s . files = [
20
20
"lib/roo.rb" ,
21
21
"lib/roo/excel.rb" ,
22
- "lib/roo/excel2003 .rb" ,
22
+ "lib/roo/excel2003xml .rb" ,
23
23
"lib/roo/excelx.rb" ,
24
24
"lib/roo/generic_spreadsheet.rb" ,
25
25
"lib/roo/google.rb" ,
@@ -32,63 +32,82 @@ Gem::Specification.new do |s|
32
32
"test/Bibelbund.ods" ,
33
33
"test/Bibelbund.xls" ,
34
34
"test/Bibelbund.xlsx" ,
35
+ "test/Bibelbund.xml" ,
35
36
"test/Bibelbund1.ods" ,
36
37
"test/bad_excel_date.xls" ,
37
38
"test/bbu.ods" ,
38
39
"test/bbu.xls" ,
39
40
"test/bbu.xlsx" ,
41
+ "test/bbu.xml" ,
40
42
"test/bode-v1.ods.zip" ,
41
43
"test/bode-v1.xls.zip" ,
42
44
"test/boolean.ods" ,
43
45
"test/boolean.xls" ,
44
46
"test/boolean.xlsx" ,
47
+ "test/boolean.xml" ,
45
48
"test/borders.ods" ,
46
49
"test/borders.xls" ,
47
50
"test/borders.xlsx" ,
51
+ "test/borders.xml" ,
48
52
"test/bug-row-column-fixnum-float.xls" ,
53
+ "test/bug-row-column-fixnum-float.xml" ,
49
54
"test/datetime.ods" ,
50
55
"test/datetime.xls" ,
51
56
"test/datetime.xlsx" ,
57
+ "test/datetime.xml" ,
52
58
"test/datetime_floatconv.xls" ,
59
+ "test/datetime_floatconv.xml" ,
53
60
"test/emptysheets.ods" ,
54
61
"test/emptysheets.xls" ,
62
+ "test/emptysheets.xml" ,
55
63
"test/excel2003.xml" ,
56
64
"test/false_encoding.xls" ,
65
+ "test/false_encoding.xml" ,
57
66
"test/formula.ods" ,
58
67
"test/formula.xls" ,
59
68
"test/formula.xlsx" ,
69
+ "test/formula.xml" ,
60
70
"test/formula_parse_error.xls" ,
71
+ "test/formula_parse_error.xml" ,
61
72
"test/html-escape.ods" ,
62
73
"test/no_spreadsheet_file.txt" ,
63
74
"test/numbers1.csv" ,
64
75
"test/numbers1.ods" ,
65
76
"test/numbers1.xls" ,
66
77
"test/numbers1.xlsx" ,
78
+ "test/numbers1.xml" ,
67
79
"test/only_one_sheet.ods" ,
68
80
"test/only_one_sheet.xls" ,
69
81
"test/only_one_sheet.xlsx" ,
82
+ "test/only_one_sheet.xml" ,
70
83
"test/paragraph.ods" ,
71
84
"test/paragraph.xls" ,
72
85
"test/paragraph.xlsx" ,
86
+ "test/paragraph.xml" ,
73
87
"test/ric.ods" ,
74
88
"test/simple_spreadsheet.ods" ,
75
89
"test/simple_spreadsheet.xls" ,
76
90
"test/simple_spreadsheet.xlsx" ,
91
+ "test/simple_spreadsheet.xml" ,
77
92
"test/simple_spreadsheet_from_italo.ods" ,
78
93
"test/simple_spreadsheet_from_italo.xls" ,
94
+ "test/simple_spreadsheet_from_italo.xml" ,
79
95
"test/skipped_tests.rb" ,
80
96
"test/style.ods" ,
81
97
"test/style.xls" ,
82
98
"test/style.xlsx" ,
99
+ "test/style.xml" ,
83
100
"test/test_helper.rb" ,
84
101
"test/test_roo.rb" ,
85
102
"test/time-test.csv" ,
86
103
"test/time-test.ods" ,
87
104
"test/time-test.xls" ,
88
105
"test/time-test.xlsx" ,
106
+ "test/time-test.xml" ,
89
107
"test/whitespace.ods" ,
90
108
"test/whitespace.xls" ,
91
- "test/whitespace.xlsx"
109
+ "test/whitespace.xlsx" ,
110
+ "test/whitespace.xml"
92
111
]
93
112
s . homepage = %q{http://roo.rubyforge.org}
94
113
s . rdoc_options = [ "--main" , "README.markdown" ]
0 commit comments