Skip to content

Commit

Permalink
Remove the yard task / gems
Browse files Browse the repository at this point in the history
These do no get used by this project.

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Nov 16, 2020
1 parent a7a5ca5 commit 07e02c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 0 additions & 7 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 07e02c9

Please sign in to comment.