From a3b1734ffb878d384f303543b3069ff96eb93c71 Mon Sep 17 00:00:00 2001 From: Karl Matthias Date: Wed, 30 May 2012 22:37:18 +0100 Subject: [PATCH] Update gemspec for new release. --- capistrano-deploytags.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/capistrano-deploytags.gemspec b/capistrano-deploytags.gemspec index 9af5f03..df040c0 100644 --- a/capistrano-deploytags.gemspec +++ b/capistrano-deploytags.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'capistrano-deploytags' - s.version = '0.5.2' - s.date = '2012-04-02' + s.version = '0.6.0' + s.date = '2012-05-30' s.summary = "Add dated, environment-specific tags to your git repo at each deployment." s.description = <<-EOS Capistrano Deploytags is a simple plugin to Capistrano that works with your deployment framework to track your code releases. All you have to do is require capistrano-deploytags and each deployment will add a new tag for that deployment, and will move the *-latest tag to the latest commit. This lets you easily see which code is deployed on each environment, and allows you to figure out which code was running in an environment at any time in the past.