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
Added new contributors
carlosbrando (author)
Thu Oct 09 11:52:43 -0700 2008
commit  22235746d30d13ce0eb6bfc06503714ffd21ef4b
tree    09a8c0c33367c44e2be913bb380b820cbd3860f9
parent  f5b63fe4294deb332d276f63563f4f01fa1a6c01
...
106
107
108
109
 
110
111
 
 
112
113
114
...
106
107
108
 
109
110
 
111
112
113
114
115
0
@@ -106,9 +106,10 @@ To turn off the notifier:
0
 * daviscabral [http://blog.impactmedia.com.br]
0
 * tapajos [http://www.improveit.com.br/tapajos]
0
 * tchandy [http://tchandy.wordpress.com]
0
-* ozsantana [http://blog.iconcreative.net/]
0
+* ozsantana [http://blog.iconcreative.net]
0
 * lucasuyezu [http://xucros.com]
0
-
0
+* samflores [http://github.com/samflores]
0
+* dcrec1 [http://www.mouseoverstudio.com/blog]
0
 
0
 == LICENSE:
0
 
...
1
2
3
4
 
 
5
6
7
...
1
2
 
 
3
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 require 'autotest_notification/version'
0
 
0
-AUTHOR = "Carlos Brando, Rodrigo Urubatan, Alexandre da Silva, Carlos Júnior, Davis Zanetti Cabral, Marcos Tapajós, Thiago Pradi, Ozéias Sant'ana"
0
-EMAIL = "eduardobrando@gmail.com"
0
+AUTHOR = "Carlos Brando, Rodrigo Urubatan, Alexandre da Silva, Carlos Júnior, Davis Zanetti Cabral, Marcos Tapajós, Thiago Pradi, Ozéias Sant'ana, Samuel Flores, Diego Carrion"
0
+EMAIL = "autotest-notification@carlosbrando.com"
0
 DESCRIPTION = "This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results."
0
 GEM_NAME = 'autotest-notification' # what ppl will type to install your gem
0
 RUBYFORGE_PROJECT = nil # 'autotestnotific' # The unix name for your project

Comments

    No one has commented yet.