Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ PARSER_FILES = %w[
Hoe.plugin :git
Hoe.plugin :kpeg
Hoe.plugin :minitest
Hoe.plugin :travis

$rdoc_rakefile = true

Expand Down Expand Up @@ -180,4 +179,3 @@ task :diff_rubinius do
sh "diff #{diff_options} lib/rdoc #{rubinius_dir}/lib/rdoc; true"
sh "diff #{diff_options} test #{rubinius_dir}/test/rdoc; true"
end