From 90177a7ff52cd80b56d573bf96bb3dc00fd4a6c3 Mon Sep 17 00:00:00 2001 From: Karl Matthias Date: Tue, 14 Jan 2014 20:16:26 -0800 Subject: [PATCH] Rev for bugifxed release 0.9.1. --- capistrano-deploytags.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/capistrano-deploytags.gemspec b/capistrano-deploytags.gemspec index 0b1c6ca..908b57a 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.9.0' - s.date = '2014-01-13' + s.version = '0.9.1' + s.date = '2014-01-14' 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.