Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10392: rake_docs_to_rdoc.diff

File rake_docs_to_rdoc.diff, 450 bytes (added by murphy, 1 year ago)

Patch

  • trunk/Rakefile

    old new  
    1111desc 'Run all tests by default' 
    1212task :default => :test 
    1313 
    14 %w(test docs package pgem release).each do |task_name| 
     14%w(test rdoc package pgem release).each do |task_name| 
    1515  desc "Run #{task_name} task for all projects" 
    1616  task task_name do 
    1717    PROJECTS.each do |project|