Bump version and date

This commit is contained in:
Subodh Khanduri
2015-10-18 20:48:37 +05:30
parent 5d31bd7df6
commit 57efd74341
+3 -3
View File
@@ -1,10 +1,10 @@
Gem::Specification.new do |s|
s.name = 'capistrano-deploytags'
s.license = 'BSD-2-Clause'
s.version = '1.0.3'
s.date = '2015-05-11'
s.version = '1.0.4'
s.date = '2015-10-18'
s.summary = 'Add dated, environment-specific tags to your git repo at each deployment.'
s.description = <<-EOS
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.
EOS
s.authors = ['Karl Matthias', 'Gavin Heavyside']