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)
Wed Jun 18 12:24:58 -0700 2008
commit  09dbc81a7e3f09f217e93f62d125521ee1f57f9e
tree    6cdb7a7e8e4e19fa052be054f1df56d9432f58fd
parent  40b015cad41a5890af85fbe939e3f803938ad832
autotest-notification / History.txt
100644 51 lines (35 sloc) 1.191 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
1.4.0 - Jun 18, 2008
  * Special Doom Edition for Linux (ozsantana)
 
1.3.1 - Jun 18, 2008
  * Added backup to old .autotest file (tchandy)
 
1.3.0 - Jun 18, 2008
  * Added Doom sounds.
 
1.2.0 - Jun 17, 2008
  * Special Doom Edition
 
1.1.2
  * Refactoring code.
 
* 1.1.1
  * Changed to speak when passing the tests after a series of failures. Only in Mac.
  
* 1.1.0
  * Now speaking in Linux too.
 
* 0.3.0
  * If a test failed, the computer will speak. Only for Mac.
 
* 0.2.2 2008-05-13
  * Validating presence of KDialog; Fixing some identations.
  * Adding some tests.
 
* 0.2.1 2008-05-13
  * Starting to add tests.
 
* 0.2.0 2008-05-13
  * Added support to Gnome at linux.rb (zenity).
  * Changed filename windows.rb to cygwin.rb and added a new windows.rb file that uses Snarl to show the messages.
  * README.txt updated with windows and linux dependencies.
 
* 0.1.0 2008-05-13
  * Separated each operating system into a different file to facilitate maintenance. It's necessary to conduct more tests in each scene.
 
* 0.0.9:
  * Adding KDE (kdialog) support.
 
* 0.0.7:
  * Added support to Windows.
 
* 0.0.4:
  * Added an-uninstall to remove the autotest hook.
 
* 1 major enhancement:
  * Initial release