Rakefile in capistrano-db-rollback-0.1.1 vs Rakefile in capistrano-db-rollback-0.1.2

- old
+ new

@@ -16,10 +16,10 @@ # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options gem.name = "capistrano-db-rollback" gem.homepage = "http://github.com/leenasn/capistrano-db-rollback" gem.license = "MIT" gem.summary = %Q{Capistrano task for rolling back DB migrations to the previous release version} - gem.description = %Q{It assumes that the schema.rb is checked in with the correct version into the repository. Reads the version from the schema.rb file and runs the db:migrate with that task} + gem.description = %Q{Capistrano task for rolling back DB migrations to the previous release version. It assumes that the schema.rb is checked in with the correct version into the repository. Reads the version from the schema.rb file and runs the db:migrate with that task} gem.email = "leena.sn@multunus.com" gem.authors = ["Leena"] # dependencies defined in Gemfile end Jeweler::RubygemsDotOrgTasks.new