1 Commits
0.9.0 ... 0.9.1

Author SHA1 Message Date
Karl Matthias
90177a7ff5 Rev for bugifxed release 0.9.1. 2014-01-14 20:17:01 -08:00

View File

@@ -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.