From 652f3d6a294b36157781820eeacd74fe832622cd Mon Sep 17 00:00:00 2001 From: Cezary Baginski Date: Sat, 6 Jun 2015 14:10:42 +0200 Subject: [PATCH] change description to avoid gem warning --- guard-puppet.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guard-puppet.gemspec b/guard-puppet.gemspec index 921d61a..6f07cfc 100644 --- a/guard-puppet.gemspec +++ b/guard-puppet.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.license = "MIT" s.homepage = "https://github.com/guard/guard-puppet" s.summary = %q{Reapply Puppet configs automatically using Guard.} - s.description = %q{Reapply Puppet configs automatically using Guard.} + s.description = %q{Guard plugin to reapply Puppet configurations.} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")