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
lucasuyezu (author)
Thu Oct 02 13:08:09 -0700 2008
commit  7d20bb8fe0c3efb646703d6a5eedb0885f7ad756
tree    0e0e27bf5e47039c6768c6c3cba3a865a312b18a
parent  09dbc81a7e3f09f217e93f62d125521ee1f57f9e
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 }