public
Description: A quick and dirty dependency finder for your Ruby projects
Homepage: http://rubyforge.org/projects/depth-charge/
Clone URL: git://github.com/bscofield/depth-charge.git
depth-charge / Rakefile
100644 6 lines (4 sloc) 0.184 kb
1
2
3
4
5
6
require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration
 
Dir['tasks/**/*.rake'].each { |rake| load rake }
 
Dir['lib/**/*.rake'].each { |rake| load rake }