public
Rubygem
Description: This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.
Homepage: http://www.nomedojogo.com/
Clone URL: git://github.com/carlosbrando/autotest-notification.git
carlosbrando (author)
Wed Jun 18 12:24:58 -0700 2008
commit  09dbc81a7e3f09f217e93f62d125521ee1f57f9e
tree    6cdb7a7e8e4e19fa052be054f1df56d9432f58fd
parent  40b015cad41a5890af85fbe939e3f803938ad832
100644 4 lines (3 sloc) 0.139 kb
1
2
3
4
require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration
 
Dir['tasks/**/*.rake'].each { |rake| load rake }