From 2bd711ab9cf0870e53d900d8feb38b63b3127498 Mon Sep 17 00:00:00 2001 From: Karl Matthias Date: Tue, 2 Oct 2012 20:49:46 +0100 Subject: [PATCH] Rev for release 0.7.0. --- capistrano-deploytags.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/capistrano-deploytags.gemspec b/capistrano-deploytags.gemspec index 6050eba..79fb194 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.6.1' - s.date = '2012-05-30' + s.version = '0.7.0' + s.date = '2012-10-02' 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, pointing 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.