Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
remove unused rdoc rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Apr 20, 2012
1 parent 1919386 commit e76f920
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,3 @@ rescue LoadError => e
puts e
puts e.backtrace
end

require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc|
version = LogBuddy::Version::STRING
rdoc.rdoc_dir = 'rdoc'
rdoc.title = "log_buddy #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end

0 comments on commit e76f920

Please sign in to comment.