From 397d2505eb6e695995a359282bde4d6e867d90e4 Mon Sep 17 00:00:00 2001 From: Karl Matthias Date: Wed, 4 Apr 2012 10:34:47 +0100 Subject: [PATCH] Get the name right in the Gemspec. --- capistrano-deploytags.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capistrano-deploytags.gemspec b/capistrano-deploytags.gemspec index c1bad72..16b28d6 100644 --- a/capistrano-deploytags.gemspec +++ b/capistrano-deploytags.gemspec @@ -1,5 +1,5 @@ Gem::Specification.new do |s| - s.name = 'capistrano_deploytags' + s.name = 'capistrano-deploytags' s.version = '0.5' s.date = '2012-04-02' s.summary = "Add dated, environment-specific tags to your git repo at each deployment."