From 3ce23fab9f94f80c024cc4c98448ad697dcf69d6 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 30 Jun 2011 22:53:55 -0400 Subject: [PATCH] proper gemspec --- guard-puppet.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guard-puppet.gemspec b/guard-puppet.gemspec index 6ca6f11..5749206 100644 --- a/guard-puppet.gemspec +++ b/guard-puppet.gemspec @@ -8,8 +8,8 @@ Gem::Specification.new do |s| s.authors = ["John Bintz"] s.email = ["john@coswellproductions.com"] s.homepage = "" - s.summary = %q{TODO: Write a gem summary} - s.description = %q{TODO: Write a gem description} + s.summary = %q{Reapply Puppet configs automatically using Guard.} + s.description = %q{Reapply Puppet configs automatically using Guard.} s.rubyforge_project = "guard-puppet"