summaryrefslogtreecommitdiff
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
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>
-rw-r--r--Gemfile6
-rw-r--r--Rakefile7
2 files changed, 0 insertions, 13 deletions
diff --git a/Gemfile b/Gemfile
index 40d317d..f1e898f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,12 +4,6 @@ gemspec name: "mixlib-shellout"
gem "parallel", "< 1.20" # pin until we drop ruby < 2.4
-group :docs do
- gem "github-markup"
- gem "redcarpet"
- gem "yard"
-end
-
group :test do
gem "chefstyle", "1.2.0"
gem "rake"
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"