summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-11-16 11:20:15 -0800
committerTim Smith <tsmith84@gmail.com>2020-11-16 11:20:15 -0800
commit07e02c96420acff5073e0585d516a75b909e34ae (patch)
tree1b2608df90450ecf9ce34a612060aa7f13cd6e2b /Rakefile
parenta7a5ca586054c5657faa349a9c3ce6c247a61b7e (diff)
downloadmixlib-shellout-07e02c96420acff5073e0585d516a75b909e34ae.tar.gz
Remove the yard task / gems
These do no get used by this project. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Rakefile b/Rakefile
index 4b83938..ebc8826 100644
--- a/Rakefile
+++ b/Rakefile
@@ -25,13 +25,6 @@ rescue LoadError
puts "chefstyle gem is not installed. bundle install first to make sure all dependencies are installed."
end
-begin
- require "yard"
- YARD::Rake::YardocTask.new(:docs)
-rescue LoadError
- puts "yard is not available. bundle install first to make sure all dependencies are installed."
-end
-
task :console do
require "irb"
require "irb/completion"