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
Version 1.4.0
carlosbrando (author)
Wed Jun 18 12:24:58 -0700 2008
commit  09dbc81a7e3f09f217e93f62d125521ee1f57f9e
tree    6cdb7a7e8e4e19fa052be054f1df56d9432f58fd
parent  40b015cad41a5890af85fbe939e3f803938ad832
...
98
99
100
 
101
102
103
...
98
99
100
101
102
103
104
0
@@ -98,6 +98,7 @@ 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
 
0
 
0
 == LICENSE:
...
1
2
3
 
4
5
6
7
8
 
9
10
11
...
1
2
 
3
4
5
6
7
 
8
9
10
11
0
@@ -1,11 +1,11 @@
0
 Gem::Specification.new do |s|
0
   s.name = %q{autotest-notification}
0
- s.version = "1.3.1"
0
+ s.version = "1.4.0"
0
 
0
   s.specification_version = 2 if s.respond_to? :specification_version=
0
 
0
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
0
- s.authors = ["Carlos Brando", "Rodrigo Urubatan", "Alexandre da Silva", "Carlos J\303\272nior", "Davis Zanetti Cabral", "Marcos Tapaj\303\263s", "Thiago Pradi"]
0
+ s.authors = ["Carlos Brando", "Rodrigo Urubatan", "Alexandre da Silva", "Carlos J\303\272nior", "Davis Zanetti Cabral", "Marcos Tapaj\303\263s", "Thiago Pradi", "Oz\303\251ias Sant'ana"]
0
   s.date = %q{2008-06-18}
0
   s.description = %q{This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.}
0
   s.email = ["eduardobrando@gmail.com"]
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
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"
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
 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
...
33
34
35
36
 
37
38
39
...
130
131
132
133
 
134
135
136
...
33
34
35
 
36
37
38
39
...
130
131
132
 
133
134
135
136
0
@@ -33,7 +33,7 @@
0
     <h1>autotest_notification</h1>
0
     <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/autotest_notification"; return false'>
0
       <p>Get Version</p>
0
- <a href="http://rubyforge.org/projects/autotest_notification" class="numbers">1.3.0</a>
0
+ <a href="http://rubyforge.org/projects/autotest_notification" class="numbers">1.4.0</a>
0
     </div>
0
     <h1>&#x2192; &#8216;autotest_notification&#8217;</h1>
0
 
0
@@ -130,7 +130,7 @@ rake install_gem</pre>
0
 
0
   <p>Comments are welcome. Send an email to <a href="mailto:eduardobrando@gmail.com">Carlos Brando</a> via the <a href="http://groups.google.com/group/autotest_notification">forum</a></p>
0
     <p class="coda">
0
- <a href="FIXME email">FIXME full name</a>, 18th June 2008<br>
0
+ <a href="FIXME email">FIXME full name</a>, 15th June 2008<br>
0
       Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
0
     </p>
0
 </div>

Comments