public
Rubygem
Description: Ramaze is a simple, light and modular open-source web application framework written in Ruby.
Homepage: http://ramaze.net
Clone URL: git://github.com/manveru/ramaze.git
Click here to lend your support to: ramaze and make a donation at www.pledgie.com !
Fix rake maintenance:undocumented dependencies
manveru (author)
Mon Jun 16 06:25:56 -0700 2008
commit  2b6d1de47d33910753f000922ae360b0f6ab1675
tree    384acbd52e953d2760d842773b8bdb4b2c06f3b7
parent  a1c0c3c41cf467efcfb2f005a0474f6bf4b3e318
...
337
338
339
340
 
341
342
343
344
345
346
 
347
348
...
337
338
339
 
340
341
342
343
344
345
 
346
347
348
0
@@ -337,12 +337,12 @@ namespace :maintenance do
0
   desc "list all undocumented methods"
0
   task 'undocumented' do
0
     $VERBOSE = false
0
- Rake::Task['undocumented-module'].invoke
0
+ Rake::Task['maintenance:undocumented-module'].invoke
0
   end
0
 
0
   desc "list all undocumented methods verbosely"
0
   task 'undocumented-verbose' do
0
     $VERBOSE = true
0
- Rake::Task['undocumented-module'].invoke
0
+ Rake::Task['maintenance:undocumented-module'].invoke
0
   end
0
 end

Comments

    No one has commented yet.