From 95b1cc15b9a3441531069d7925d2c8f93200f91d Mon Sep 17 00:00:00 2001 From: Gavin Heavyside Date: Thu, 22 Jan 2015 15:11:40 +0000 Subject: [PATCH] Update date of latest version... --- capistrano-deploytags.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/capistrano-deploytags.gemspec b/capistrano-deploytags.gemspec index 90f501b..6169f16 100644 --- a/capistrano-deploytags.gemspec +++ b/capistrano-deploytags.gemspec @@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = 'capistrano-deploytags' s.license = 'BSD-2-Clause' - s.version = '1.0.1' - s.date = '2014-06-14' + s.version = '1.0.2' + s.date = '2015-01-22' 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 3 that works with your deployment framework to track your code releases. All you have to do is require capistrano-deploytags/capistrano 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.