carlosbrando-autotest-notification 1.7.0 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/README.rdoc +65 -63
  2. data/lib/autotest_notification.rb +1 -1
  3. 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
- * If you're using a Mac:
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
- You need to have Snarl and sncmd installed on your machine.
31
-
32
- Download Snarl [http://www.fullphat.net/] and install it like any other application on your machine.
33
-
34
- Then download sncmd [http://www.k23productions.com/download.php?view.105] open the zip file and place
35
- the executable from the zip in any directory in windows PATH (for example c:\windows).
36
-
37
-
38
- * If you're using Windows (without cygwin):
39
- You need to have Snarl, diffutils and ruby-snarl installed on your machine.
40
-
41
- Download Snarl [http://www.fullphat.net/] and install it like any other application on your machine.
42
-
43
- Download DiffUtils for Windows [http://gnuwin32.sourceforge.net/packages/diffutils.htm] and follow the installation instructions on the site.
44
-
45
- Run in the command prompt:
46
-
47
- $ gem install ruby-snarl
48
-
49
- After all that. You must update the environment variable PATH with the path to the bin of diffutils.
50
- It's the price that was paid for using Windows (try cygwin).
51
-
52
-
53
- * If you're using Linux:
54
- You need to have libnotify binaries installed.
55
-
56
- For ubuntu this means: sudo apt-get install libnotify-bin
57
-
58
- Other distributions may package it with other names, do a search for libnotify using your distribution package manager.
59
-
60
- If you use KDE and do not have libnotify-bin installed, it will try to use kdialog wich is part of KDE.
61
- It also works if you have zenity installed.
62
-
63
- If you want to be notified with voice of the test results, instal espeak [http://espeak.sourceforge.net/] too, it is not needed.
64
- 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.
65
-
66
- To hear the sounds of Doom Edition, you need the mplayer [http://www.mplayerhq.hu/design7/dload.html] installed.
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
- * carlosbrando [http://www.nomedojogo.com]
100
- * simpsomboy [http://alexandredasilva.wordpress.com]
101
- * urubatan [http://www.urubatan.info]
102
- * chjunior [http://tas.milk-it.net]
103
- * daviscabral [http://blog.impactmedia.com.br]
104
- * tapajos [http://www.improveit.com.br/tapajos]
105
- * tchandy [http://tchandy.wordpress.com]
106
- * ozsantana [http://blog.iconcreative.net]
107
- * lucasuyezu [http://xucros.com]
108
- * samflores [http://github.com/samflores]
109
- * dcrec1 [http://www.mouseoverstudio.com/blog]
110
- * nuxlli [http://www.nuxlli.com.br]
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.0'
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";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carlosbrando-autotest-notification
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Brando