Rakefile in rubyXL-3.3.9 vs Rakefile in rubyXL-3.3.10

- old
+ new

@@ -18,10 +18,10 @@ gem.homepage = "http://github.com/gilt/rubyXL" gem.license = "MIT" gem.summary = %Q{rubyXL is a gem which allows the parsing, creation, and manipulation of Microsoft Excel (.xlsx/.xlsm) Documents} gem.description = %Q{rubyXL is a gem which allows the parsing, creation, and manipulation of Microsoft Excel (.xlsx/.xlsm) Documents} gem.email = "bhagwat.vivek@gmail.com" - gem.authors = ["Vivek Bhagwat"] + gem.authors = ["Vivek Bhagwat", 'Wesha'] # dependencies defined in Gemfile end Jeweler::RubygemsDotOrgTasks.new require 'rake/testtask'