From 9bf67c11aa8d932303586d2a1cda97ffa0fc4788 Mon Sep 17 00:00:00 2001 From: Karl Matthias Date: Tue, 10 Apr 2012 15:08:59 +0100 Subject: [PATCH] Added btter description to gemspec. --- capistrano-deploytags.gemspec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/capistrano-deploytags.gemspec b/capistrano-deploytags.gemspec index 16b28d6..7f65dfb 100644 --- a/capistrano-deploytags.gemspec +++ b/capistrano-deploytags.gemspec @@ -3,7 +3,9 @@ Gem::Specification.new do |s| s.version = '0.5' s.date = '2012-04-02' s.summary = "Add dated, environment-specific tags to your git repo at each deployment." - s.description = s.summary + s.description = <<-EOS + All you have to do is require capistrano-deploytags and each deployment will add a new tag for that deployment, and will move the *-latest tag 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"] s.email = 'relistan@gmail.com' s.files = Dir.glob("lib/**/*") + %w{ README.md LICENSE }