diff options
author | Tim Smith <tsmith@chef.io> | 2018-08-22 15:12:15 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-08-22 15:12:15 -0700 |
commit | 1493cb3aca93c5a5ccfedd24faff82379ecec6ea (patch) | |
tree | da0c086f795d69d4ab9230cfc82539ca7b841dc2 /Rakefile | |
parent | 9ebd49d506f6debfde723486359abcf952041c26 (diff) | |
download | chef-1493cb3aca93c5a5ccfedd24faff82379ecec6ea.tar.gz |
Remove the rdoc task
No need for this anymore
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ require "rubygems" require "chef-config/package_task" -require "rdoc/task" require_relative "tasks/rspec" require_relative "tasks/maintainers" require_relative "tasks/cbgb" |