We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a10a086 + 3862a23 commit 2f1bbb2Copy full SHA for 2f1bbb2
Rakefile
@@ -104,8 +104,6 @@ end
104
105
desc "Diffs Ruby HEAD with the currently checked-out copy of RDoc."
106
task :diff_ruby do
107
- options = "-urpN --exclude '*svn*' --exclude '*swp' --exclude '*rbc'"
108
-
109
sh "diff #{diff_options} bin/rdoc #{ruby_dir}/bin/rdoc; true"
110
sh "diff #{diff_options} bin/ri #{ruby_dir}/bin/ri; true"
111
sh "diff #{diff_options} lib/rdoc.rb #{ruby_dir}/lib/rdoc.rb; true"
0 commit comments