diff options
author | danielsdeleo <dan@opscode.com> | 2012-11-19 12:55:55 -0800 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2012-12-24 19:53:44 -0800 |
commit | 4e256440e309a116f98b2497f9a1eca743de42df (patch) | |
tree | ec1e4a7dfe1044de12982c7af6a245aba77676ed | |
parent | 5b5d0de30df42f9868a217cc839f5cebf6268add (diff) | |
download | chef-4e256440e309a116f98b2497f9a1eca743de42df.tar.gz |
remove deprecated `has_rdoc`
-rw-r--r-- | chef/chef.gemspec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chef/chef.gemspec b/chef/chef.gemspec index 7a44f82ce9..124c13e208 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 |