capistrano-db-rollback.gemspec in capistrano-db-rollback-0.1.1 vs capistrano-db-rollback.gemspec in capistrano-db-rollback-0.1.2
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{capistrano-db-rollback}
- s.version = "0.1.1"
+ s.version = "0.1.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Leena"]
s.date = %q{2011-08-01}
- s.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}
+ s.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}
s.email = %q{leena.sn@multunus.com}
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
]