Get the name right in the Gemspec.

This commit is contained in:
Karl Matthias
2012-04-04 10:34:47 +01:00
parent fac0d3ee34
commit 397d2505eb
+1 -1
View File
@@ -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."