Rakefile in datashift-0.9.0 vs Rakefile in datashift-0.10.0

- old
+ new

@@ -8,18 +8,15 @@ # # Provides classes for moving data between a number of enterprise # type applications, files and databases. # # Provides support for moving data between .xls (Excel/OpenOffice) -# Spreedsheets via JRuby and AR, enabling direct import/export of +# Spreedsheets via Ruby and AR, enabling direct import/export of # ActiveRecord models with all their associations from database. # # Provides support for moving data between csv files and AR, enabling direct # import/export of AR models and their associations from database. -# -# Provides rake tasks specifically tailored for uploading or exporting -# Spree Products, associations and Images # ## encoding: utf-8 require 'rubygems' @@ -31,12 +28,12 @@ Jeweler::Tasks.new do |gem| # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options gem.name = DataShift.gem_name gem.homepage = "http://github.com/autotelik/datashift" gem.license = "MIT" - gem.summary = %Q{ Shift data betwen applications and Active Record} - gem.description = %Q{Comprehensive Excel and CSV import/export tools. Shift data between ActiveRecord databases, applications, and projects like Spree} + gem.summary = %Q{ Shift data betwen Excel/CSV and any Ruby app} + gem.description = %Q{ Comprehensive tools to import/export between Excel/CSV and ActiveRecord databases, Rails apps, and any Ruby projec.} gem.email = "rubygems@autotelik.co.uk" gem.authors = ["Thomas Statter"] # dependencies defined in Gemfile gem.files.exclude ['sandbox'] @@ -87,6 +84,6 @@ cmd = "jruby -S gem install --no-ri --no-rdoc #{gem}" system(cmd) end # Long parameter lists so ensure rake -T produces nice wide output -ENV['RAKE_COLUMNS'] = '180' \ No newline at end of file +ENV['RAKE_COLUMNS'] = '180'