hmcgowan-roo 1.3.5 → 1.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.markdown +8 -2
- data/lib/roo/excel.rb +45 -80
- data/lib/roo/excelx.rb +1 -5
- data/lib/roo/generic_spreadsheet.rb +2 -12
- data/lib/roo/google.rb +1 -43
- data/lib/roo/openoffice.rb +1 -5
- data/lib/roo/version.rb +1 -1
- data/lib/roo.rb +18 -0
- data/test/1900_base.xls +0 -0
- data/test/1904_base.xls +0 -0
- data/test/skipped_tests.rb +789 -0
- data/test/test_roo.rb +572 -3789
- data/test/whitespace.ods +0 -0
- data/test/whitespace.xls +0 -0
- data/test/whitespace.xlsx +0 -0
- metadata +8 -3
- data/test/numbers1_excel.csv +0 -18
data/test/whitespace.ods
ADDED
Binary file
|
data/test/whitespace.xls
ADDED
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hmcgowan-roo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hugh McGowan
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2009-
|
13
|
+
date: 2009-06-28 00:00:00 -07:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
@@ -82,6 +82,8 @@ files:
|
|
82
82
|
- lib/roo/roo_rails_helper.rb
|
83
83
|
- lib/roo/version.rb
|
84
84
|
- lib/roo.rb
|
85
|
+
- test/1900_base.xls
|
86
|
+
- test/1904_base.xls
|
85
87
|
- test/bbu.ods
|
86
88
|
- test/bbu.xls
|
87
89
|
- test/bbu.xlsx
|
@@ -115,7 +117,6 @@ files:
|
|
115
117
|
- test/numbers1.ods
|
116
118
|
- test/numbers1.xls
|
117
119
|
- test/numbers1.xlsx
|
118
|
-
- test/numbers1_excel.csv
|
119
120
|
- test/only_one_sheet.ods
|
120
121
|
- test/only_one_sheet.xls
|
121
122
|
- test/only_one_sheet.xlsx
|
@@ -128,6 +129,7 @@ files:
|
|
128
129
|
- test/simple_spreadsheet.xlsx
|
129
130
|
- test/simple_spreadsheet_from_italo.ods
|
130
131
|
- test/simple_spreadsheet_from_italo.xls
|
132
|
+
- test/skipped_tests.rb
|
131
133
|
- test/style.ods
|
132
134
|
- test/style.xls
|
133
135
|
- test/style.xlsx
|
@@ -137,6 +139,9 @@ files:
|
|
137
139
|
- test/time-test.ods
|
138
140
|
- test/time-test.xls
|
139
141
|
- test/time-test.xlsx
|
142
|
+
- test/whitespace.ods
|
143
|
+
- test/whitespace.xls
|
144
|
+
- test/whitespace.xlsx
|
140
145
|
- README.markdown
|
141
146
|
- History.txt
|
142
147
|
has_rdoc: false
|
data/test/numbers1_excel.csv
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
1,2,3,4,,,
|
2
|
-
5,6,7,8,9,"test",11
|
3
|
-
,,,,,,
|
4
|
-
10,11,12,13,14,,
|
5
|
-
1961-11-21,,,,,,
|
6
|
-
"tata",,,,,,
|
7
|
-
,,,,,,
|
8
|
-
,,"thisisc8",,,,
|
9
|
-
,,,"thisisd9",,,
|
10
|
-
,,,,,,
|
11
|
-
"thisisa11",,,,,,
|
12
|
-
41,42,43,44,45,,
|
13
|
-
,,,,,,
|
14
|
-
,,,,,,
|
15
|
-
41,42,43,44,45,,
|
16
|
-
"einundvierzig","zweiundvierzig","dreiundvierzig","vierundvierzig","fuenfundvierzig",,
|
17
|
-
,,,,,,
|
18
|
-
2007-05-31,"dies hier als Date-Objekt",,,,,
|