Rakefile in capistrano-db-rollback-0.1.2 vs Rakefile in capistrano-db-rollback-0.1.3
- old
+ new
@@ -13,10 +13,10 @@
require 'jeweler'
Jeweler::Tasks.new do |gem|
# 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.homepage = "http://github.com/multunus/capistrano-db-rollback"
gem.license = "MIT"
gem.summary = %Q{Capistrano task for rolling back DB migrations to the previous release version}
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"]