summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2012-11-19 12:55:55 -0800
committerBryan McLellan <btm@opscode.com>2012-11-27 12:08:06 -0800
commit2fccfe60bf87d670f8b425c8ceed12468bf2c8c6 (patch)
treee537fbf6d67e499df35c21753e515d91e215d257
parent30dfde19219a58ab94f4f76963a78a792bce7ef2 (diff)
downloadchef-2fccfe60bf87d670f8b425c8ceed12468bf2c8c6.tar.gz
remove deprecated `has_rdoc`
-rw-r--r--chef/chef.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/chef/chef.gemspec b/chef/chef.gemspec
index e34c74fa6f..fc1820811d 100644
--- a/chef/chef.gemspec
+++ b/chef/chef.gemspec
@@ -5,7 +5,6 @@ Gem::Specification.new do |s|
s.name = 'chef'
s.version = Chef::VERSION
s.platform = Gem::Platform::RUBY
- s.has_rdoc = true
s.extra_rdoc_files = ["README.rdoc", "LICENSE" ]
s.summary = "A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure."
s.description = s.summary