diff options
author | Anatol <anatol.pomozov@gmail.com> | 2014-08-22 14:29:32 -0700 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2014-09-03 17:08:48 -0400 |
commit | dd930644d16d6efc573e9c6d8eefc5c17d10539b (patch) | |
tree | 65fc3898658d65f289c95ee8cad8d2fcb5eb3045 /chef.gemspec | |
parent | 4aac7e9981dce28e800ecbb42d3c580ef96d4ba4 (diff) | |
download | chef-dd930644d16d6efc573e9c6d8eefc5c17d10539b.tar.gz |
Add license information to gemspec
Obvious fix.
Diffstat (limited to 'chef.gemspec')
-rw-r--r-- | chef.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chef.gemspec b/chef.gemspec index 33fb9dce06..43b7b8d433 100644 --- a/chef.gemspec +++ b/chef.gemspec @@ -8,6 +8,7 @@ Gem::Specification.new do |s| s.extra_rdoc_files = ["README.md", "CONTRIBUTING.md", "LICENSE" ] s.summary = "A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure." s.description = s.summary + s.license = "Apache" s.author = "Adam Jacob" s.email = "adam@getchef.com" s.homepage = "http://www.getchef.com" |