Rakefile in capistrano-gitflow-1.3.0 vs Rakefile in capistrano-gitflow-1.3.1
- old
+ new
@@ -6,10 +6,10 @@
Jeweler::Tasks.new do |gem|
gem.name = "capistrano-gitflow"
gem.summary = %Q{Capistrano recipe for a deployment workflow based on git tags }
gem.description = %Q{Capistrano recipe for a deployment workflow based on git tags}
gem.email = "josh@technicalpickles.com"
- gem.homepage = "http://github.com/technicalpickles/gitflow"
+ gem.homepage = "http://github.com/technicalpickles/capistrano-gitflow"
gem.authors = ["Joshua Nichols"]
gem.add_dependency "capistrano"
gem.add_dependency "stringex"
gem.add_development_dependency "rspec", ">= 1.2.9"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings