Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Remove rdoc tasks from Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbyron committed Aug 2, 2017
1 parent 67157eb commit 6e895ad
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,5 @@ begin
rescue LoadError
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end
begin
require 'rdoc/task'
rescue LoadError
require 'rdoc/rdoc'
require 'rake/rdoctask'
RDoc::Task = Rake::RDocTask
end

RDoc::Task.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = 'Capistrano Confirm Branch'
rdoc.options << '--line-numbers'
rdoc.rdoc_files.include('README.md')
rdoc.rdoc_files.include('lib/**/*.rb')
end

Bundler::GemHelper.install_tasks
Bundler::GemHelper.install_tasks

0 comments on commit 6e895ad

Please sign in to comment.