From 83cb151658dbada6c1da8941632b10f21c6d332e Mon Sep 17 00:00:00 2001 From: Cezary Baginski Date: Sat, 6 Jun 2015 14:07:41 +0200 Subject: [PATCH] use MIT license --- guard-puppet.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/guard-puppet.gemspec b/guard-puppet.gemspec index 10283ac..921d61a 100644 --- a/guard-puppet.gemspec +++ b/guard-puppet.gemspec @@ -7,6 +7,7 @@ Gem::Specification.new do |s| s.version = Guard::PuppetVersion::VERSION s.authors = ["John Bintz"] s.email = ["john@coswellproductions.com"] + 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.}