change description to avoid gem warning

This commit is contained in:
Cezary Baginski 2015-06-06 14:10:42 +02:00
parent 83cb151658
commit 652f3d6a29

View File

@ -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")