2
2
3
3
Gem ::Specification . new do |s |
4
4
s . name = %q{roo}
5
- s . version = "1.3.6 "
5
+ s . version = "1.3.7 "
6
6
7
7
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
8
8
s . authors = [ "Hugh McGowan" , "Thomas Preymesser" ]
9
- s . date = %q{2009-06-28 }
9
+ s . date = %q{2009-07-18 }
10
10
s . description = %q{roo can access the contents of OpenOffice-, Excel- or Google-Spreadsheets}
11
11
12
12
s . extra_rdoc_files = [ "README.markdown" , "History.txt" ]
13
- 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/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" ]
13
+ 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" ]
14
14
s . homepage = %q{http://roo.rubyforge.org}
15
15
s . rdoc_options = [ "--main" , "README.markdown" , "--inline-source" , "--charset=UTF-8" ]
16
16
s . require_paths = [ "lib" ]
@@ -23,20 +23,20 @@ Gem::Specification.new do |s|
23
23
s . specification_version = 3
24
24
25
25
if Gem ::Version . new ( Gem ::RubyGemsVersion ) >= Gem ::Version . new ( '1.2.0' ) then
26
- s . add_runtime_dependency ( %q<spreadsheet> , [ ">= 0.6.3.1 " ] )
26
+ s . add_runtime_dependency ( %q<spreadsheet> , [ ">= 0.6.4 " ] )
27
27
s . add_runtime_dependency ( %q<rubyzip> , [ ">= 0.9.1" ] )
28
28
s . add_runtime_dependency ( %q<hpricot> , [ ">= 0.6" ] )
29
29
s . add_runtime_dependency ( %q<GData> , [ ">= 0.0.4" ] )
30
30
s . add_runtime_dependency ( %q<libxml-ruby> , [ ">= 1.1.3" ] )
31
31
else
32
- s . add_dependency ( %q<spreadsheet> , [ ">= 0.6.3.1 " ] )
32
+ s . add_dependency ( %q<spreadsheet> , [ ">= 0.6.4 " ] )
33
33
s . add_dependency ( %q<rubyzip> , [ ">= 0.9.1" ] )
34
34
s . add_dependency ( %q<hpricot> , [ ">= 0.6" ] )
35
35
s . add_dependency ( %q<GData> , [ ">= 0.0.4" ] )
36
36
s . add_dependency ( %q<libxml-ruby> , [ ">= 1.1.3" ] )
37
37
end
38
38
else
39
- s . add_dependency ( %q<spreadsheet> , [ ">= 0.6.3.1 " ] )
39
+ s . add_dependency ( %q<spreadsheet> , [ ">= 0.6.4 " ] )
40
40
s . add_dependency ( %q<rubyzip> , [ ">= 0.9.1" ] )
41
41
s . add_dependency ( %q<hpricot> , [ ">= 0.6" ] )
42
42
s . add_dependency ( %q<GData> , [ ">= 0.0.4" ] )
0 commit comments