Update date of latest version...

This commit is contained in:
Gavin Heavyside
2015-01-22 15:11:40 +00:00
parent 9f9a0c3d6a
commit 95b1cc15b9
+2 -2
View File
@@ -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.