summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2012-11-19 12:55:55 -0800
committerdanielsdeleo <dan@opscode.com>2012-11-19 14:05:16 -0800
commit51a06a4586e9dee31cb8d68ece22e52d14db3919 (patch)
tree5684a2b1b6f28d4f24eae57b1634cf59ab9f2f5d /chef.gemspec
parentd068ae1842ee1690db21c92654d51e0959cda8b4 (diff)
downloadchef-51a06a4586e9dee31cb8d68ece22e52d14db3919.tar.gz
remove deprecated `has_rdoc`
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 6a392f8abe..fcf5d2b8ec 100644
--- a/chef.gemspec
+++ b/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.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