carlosbrando-autotest-notification 1.7.0 → 1.7.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +65 -63
- data/lib/autotest_notification.rb +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -12,58 +12,60 @@ Independent of operating system you are using, you must install the ZenTest:
|
|
12
12
|
|
13
13
|
$ gem install ZenTest
|
14
14
|
|
15
|
+
=== If you're using a Mac:
|
15
16
|
|
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
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
17
|
+
You need to have Growl and growlnotify installed on your machine.
|
18
|
+
|
19
|
+
Download the Growl [http://growl.info/index.php] and install it like any other application on your Mac
|
20
|
+
|
21
|
+
Then you must install the growlnotify.
|
22
|
+
|
23
|
+
In your shell, cd to the directory on the Growl disk image containing growlnotify, and type ./install.sh.
|
24
|
+
That script will install growlnotify to /usr/local/bin and the manpage to /usr/local/man.
|
25
|
+
|
26
|
+
If you want to be notified with voice of the test results, when running an-install, pass a "-s" switch, when you do not want voices notifications anymore, just run it again without the "-s" switch.
|
27
|
+
|
28
|
+
|
29
|
+
=== If you're using Windows (with cygwin):
|
30
|
+
|
31
|
+
You need to have Snarl and sncmd installed on your machine.
|
32
|
+
|
33
|
+
Download Snarl [http://www.fullphat.net/] and install it like any other application on your machine.
|
34
|
+
|
35
|
+
Then download sncmd [http://www.k23productions.com/download.php?view.105] open the zip file and place
|
36
|
+
the executable from the zip in any directory in windows PATH (for example c:\windows).
|
37
|
+
|
38
|
+
|
39
|
+
=== If you're using Windows (without cygwin):
|
40
|
+
You need to have Snarl, diffutils and ruby-snarl installed on your machine.
|
41
|
+
|
42
|
+
Download Snarl [http://www.fullphat.net/] and install it like any other application on your machine.
|
43
|
+
|
44
|
+
Download DiffUtils for Windows [http://gnuwin32.sourceforge.net/packages/diffutils.htm] and follow the installation instructions on the site.
|
45
|
+
|
46
|
+
Run in the command prompt:
|
47
|
+
|
48
|
+
$ gem install ruby-snarl
|
49
|
+
|
50
|
+
After all that. You must update the environment variable PATH with the path to the bin of diffutils.
|
51
|
+
It's the price that was paid for using Windows (try cygwin).
|
52
|
+
|
53
|
+
|
54
|
+
=== If you're using Linux:
|
55
|
+
|
56
|
+
You need to have libnotify binaries installed.
|
57
|
+
|
58
|
+
For ubuntu this means: sudo apt-get install libnotify-bin
|
59
|
+
|
60
|
+
Other distributions may package it with other names, do a search for libnotify using your distribution package manager.
|
61
|
+
|
62
|
+
If you use KDE and do not have libnotify-bin installed, it will try to use kdialog wich is part of KDE.
|
63
|
+
It also works if you have zenity installed.
|
64
|
+
|
65
|
+
If you want to be notified with voice of the test results, instal espeak [http://espeak.sourceforge.net/] too, it is not needed.
|
66
|
+
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.
|
67
|
+
|
68
|
+
To hear the sounds of Doom Edition, you need the mplayer [http://www.mplayerhq.hu/design7/dload.html] installed.
|
67
69
|
|
68
70
|
== INSTALL:
|
69
71
|
|
@@ -96,18 +98,18 @@ To turn off the notifier:
|
|
96
98
|
|
97
99
|
== CONTRIBUTORS:
|
98
100
|
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
101
|
+
* carlosbrando [http://www.nomedojogo.com]
|
102
|
+
* simpsomboy [http://alexandredasilva.wordpress.com]
|
103
|
+
* urubatan [http://www.urubatan.info]
|
104
|
+
* chjunior [http://tas.milk-it.net]
|
105
|
+
* daviscabral [http://blog.impactmedia.com.br]
|
106
|
+
* tapajos [http://www.improveit.com.br/tapajos]
|
107
|
+
* tchandy [http://tchandy.wordpress.com]
|
108
|
+
* ozsantana [http://blog.iconcreative.net]
|
109
|
+
* lucasuyezu [http://xucros.com]
|
110
|
+
* samflores [http://github.com/samflores]
|
111
|
+
* dcrec1 [http://www.mouseoverstudio.com/blog]
|
112
|
+
* nuxlli [http://www.nuxlli.com.br]
|
111
113
|
|
112
114
|
== LICENSE:
|
113
115
|
|
@@ -5,7 +5,7 @@ require "autotest"
|
|
5
5
|
%w{ linux mac windows cygwin doom buuf }.each { |x| require "autotest_notification/#{x}" }
|
6
6
|
|
7
7
|
module AutotestNotification
|
8
|
-
VERSION = '1.7.
|
8
|
+
VERSION = '1.7.1'
|
9
9
|
|
10
10
|
IMAGES_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../images/")
|
11
11
|
SUCCESS_IMAGE = "#{IMAGES_DIRECTORY}/pass.png";
|