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
Change readme.
carlosbrando (author)
Wed Jun 18 12:22:24 -0700 2008
commit  40b015cad41a5890af85fbe939e3f803938ad832
tree    51e1574b9e98e7784448b7ec5505bd6cc3f2d324
parent  150728cf6658bea8bfb98a783c55fdbdb3ce8f7b
...
 
 
 
1
2
3
...
1
2
3
4
5
6
0
@@ -1,3 +1,6 @@
0
+1.4.0 - Jun 18, 2008
0
+ * Special Doom Edition for Linux (ozsantana)
0
+
0
 1.3.1 - Jun 18, 2008
0
   * Added backup to old .autotest file (tchandy)
0
 
...
65
66
67
 
 
68
69
70
...
65
66
67
68
69
70
71
72
0
@@ -65,6 +65,8 @@ Independent of operating system you are using, you must install the ZenTest:
0
     If you want to be notified with voice of the test results, instal espeak [http://espeak.sourceforge.net/] too, it is not needed.
0
     And when running an-install, pass a "-s" switch, when you do not want voices notifications anymore, just run it again without the "-s" switch.
0
 
0
+ To hear the sounds of Doom Edition, you need the mplayer [http://www.mplayerhq.hu/design7/dload.html] installed.
0
+
0
 
0
 == INSTALL:
0
 
...
1
2
3
4
5
 
 
6
7
8
...
1
2
3
 
 
4
5
6
7
8
0
@@ -1,8 +1,8 @@
0
 module AutotestNotification #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
- MINOR = 3
0
- TINY = 1
0
+ MINOR = 4
0
+ TINY = 0
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.