From 257b59c37d1943a482f87648da9e471ecda75d8f Mon Sep 17 00:00:00 2001 From: Karl Matthias Date: Mon, 13 Jan 2014 21:14:29 -0800 Subject: [PATCH] Rev for release 0.9.0. --- capistrano-deploytags.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/capistrano-deploytags.gemspec b/capistrano-deploytags.gemspec index 3d0e42b..0b1c6ca 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.8.0' - s.date = '2013-08-27' + s.version = '0.9.0' + s.date = '2014-01-13' 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.