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
Adjusts some files.
carlosbrando (author)
Wed Jun 18 11:51:07 -0700 2008
commit  ffd2e59018a7c16df16c3afd82fa345276efac06
tree    b3b1b99909f039836ce5cc4274bf803f8a8e54d2
parent  15c9fd083111d8359c70d1f720fa27bd5cd1d793
...
1
 
 
 
 
2
3
4
 
5
6
7
...
 
1
2
3
4
5
6
 
7
8
9
10
0
@@ -1,7 +1,10 @@
0
-== 1.3.0
0
+1.3.1 - Jun 18, 2008
0
+ * Added backup to old .autotest file (tchandy)
0
+
0
+1.3.0 - Jun 18, 2008
0
   * Added Doom sounds.
0
 
0
-1.2.0
0
+1.2.0 - Jun 17, 2008
0
   * Special Doom Edition
0
 
0
 1.1.2
...
95
96
97
 
98
99
100
...
95
96
97
98
99
100
101
0
@@ -95,6 +95,7 @@ To turn off the notifier:
0
 * chjunior [http://tas.milk-it.net]
0
 * daviscabral [http://blog.impactmedia.com.br]
0
 * tapajos [http://www.improveit.com.br/tapajos]
0
+* tchandy [http://tchandy.wordpress.com]
0
 
0
 
0
 == LICENSE:
...
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"
0
+AUTHOR = "Carlos Brando, Rodrigo Urubatan, Alexandre da Silva, Carlos Júnior, Davis Zanetti Cabral, Marcos Tapajós, Thiago Pradi"
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
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module AutotestNotification #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 3
0
- TINY = 0
0
+ TINY = 1
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
33
34
35
36
 
37
38
39
...
33
34
35
 
36
37
38
39
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.2.0</a>
0
+ <a href="http://rubyforge.org/projects/autotest_notification" class="numbers">1.3.0</a>
0
     </div>
0
     <h1>&#x2192; &#8216;autotest_notification&#8217;</h1>
0
 

Comments

    No one has commented yet.