public
Description: The Ruby port of the Extremely Reusable Monitoring API
Homepage: http://erma.wikidot.com/
Clone URL: git://github.com/dougbarth/ermarb.git
ermarb / Rakefile
100644 7 lines (4 sloc) 0.169 kb
1
2
3
4
5
6
7
require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration
 
Dir['tasks/**/*.rake'].each { |rake| load rake }
 
task :default => [:spec]