We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36fddb commit def70dbCopy full SHA for def70db
2 files changed
chef-server/Rakefile
@@ -13,7 +13,7 @@ spec = Gem::Specification.new do |s|
13
s.version = CHEF_SERVER_VERSION
14
s.platform = Gem::Platform::RUBY
15
s.has_rdoc = true
16
- s.extra_rdoc_files = ["README.txt", "LICENSE", 'NOTICE']
+ s.extra_rdoc_files = ["README.txt", "LICENSE" ]
17
s.summary = SUMMARY
18
s.description = s.summary
19
s.author = AUTHOR
chef/Rakefile
@@ -15,7 +15,7 @@ spec = Gem::Specification.new do |s|
s.version = CHEF_VERSION
20
21
0 commit comments