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)
Thu Oct 09 11:56:43 -0700 2008
commit  7ceac2ddb59eb65b6600990cc14daf8b5f0a47f7
tree    99c300077a7e3497e082311894951f112211a895
parent  22235746d30d13ce0eb6bfc06503714ffd21ef4b
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 }