Rakefile in simple-spreadsheet-extractor-0.5.0 vs Rakefile in simple-spreadsheet-extractor-0.6.0

- old
+ new

@@ -10,10 +10,10 @@ begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "simple-spreadsheet-extractor" gemspec.summary = "Basic spreadsheet content extraction using Apache POI" - gemspec.description = "Takes a stream to a spreadsheet file and produces and XML representation of its contents" + gemspec.description = "Takes a stream to a spreadsheet file and produces an XML or CSV representation of its contents" gemspec.email = "stuart.owen@manchester.ac.uk" gemspec.homepage = "http://github.com/myGrid/simple-spreadsheet-extractor-gem" gemspec.authors = ["Stuart Owen","Finn Bacall"] gemspec.files.include %w(jars)