autotest-growl 0.2.13 → 0.2.14
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.
- data/CHANGELOG.txt +5 -0
- data/PostInstall.txt +3 -0
- data/README.rdoc +9 -2
- data/growl/growlnotify +0 -0
- data/growl/growlnotify-1.1.5 +0 -0
- data/growl/growlnotify-1.3 +0 -0
- data/lib/autotest-growl/version.rb +1 -1
- metadata +6 -2
data/CHANGELOG.txt
CHANGED
data/PostInstall.txt
CHANGED
|
@@ -10,6 +10,9 @@ http://growl.info (Growl for Mac OS X)
|
|
|
10
10
|
http://growlforwindows.com (Growl for Windows)
|
|
11
11
|
http://www.galago-project.org (libnotify for Linux)
|
|
12
12
|
|
|
13
|
+
Mac OS X users only: Make sure you have an adequate version of Growl
|
|
14
|
+
installed, take a look at the README for assistance.
|
|
15
|
+
|
|
13
16
|
If Growl notifications are not always displayed, take a look at the README
|
|
14
17
|
for assistance.
|
|
15
18
|
|
data/README.rdoc
CHANGED
|
@@ -18,7 +18,8 @@ bundled with Mac OS X.
|
|
|
18
18
|
== REQUIREMENTS:
|
|
19
19
|
|
|
20
20
|
* any ZenTest compatible test suite
|
|
21
|
-
* Growl >=
|
|
21
|
+
* Growl >=1.3 on Mac OS X >=10.7 --OR--
|
|
22
|
+
* Growl >=1.1 and <1.3 on Mac OS <10.7 --OR--
|
|
22
23
|
* Growl for Windows >= 2.0b18 on Windows --OR--
|
|
23
24
|
* libnotify >= 0.4.5 on Linux
|
|
24
25
|
|
|
@@ -190,7 +191,13 @@ of Mac OS X 10.5. If you experience this oddity, add the following to your
|
|
|
190
191
|
|
|
191
192
|
If you are still on Leopard and notifications don't work for you, get your
|
|
192
193
|
hands dirty and remove the "-n Autotest" argument from growl.rb. Make sure
|
|
193
|
-
you submit a bug or comment on a related and existing bug, too.
|
|
194
|
+
you submit a bug or comment on a related and existing bug, too.
|
|
195
|
+
|
|
196
|
+
=== Errors by growlnotify
|
|
197
|
+
|
|
198
|
+
On Mac OS X make sure you have an adequate version of Growl installed:
|
|
199
|
+
* Growl >=1.3 for Mac OS X >=10.7
|
|
200
|
+
* Growl >=1.1.5 and <1.3 for Mac OS X <10.7
|
|
194
201
|
|
|
195
202
|
=== Strange Characters in Terminal
|
|
196
203
|
|
data/growl/growlnotify
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: autotest-growl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.2.
|
|
5
|
+
version: 0.2.14
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Sven Schwyn
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-10-
|
|
13
|
+
date: 2011-10-21 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rake
|
|
@@ -66,6 +66,8 @@ files:
|
|
|
66
66
|
- Rakefile
|
|
67
67
|
- autotest-growl.gemspec
|
|
68
68
|
- growl/growlnotify
|
|
69
|
+
- growl/growlnotify-1.1.5
|
|
70
|
+
- growl/growlnotify-1.3
|
|
69
71
|
- growl/growlnotify.com
|
|
70
72
|
- img/ampelmaennchen/error.png
|
|
71
73
|
- img/ampelmaennchen/failed.png
|
|
@@ -96,6 +98,8 @@ post_install_message: "\e[1;32m\n\
|
|
|
96
98
|
http://growl.info (Growl for Mac OS X)\n\
|
|
97
99
|
http://growlforwindows.com (Growl for Windows)\n\
|
|
98
100
|
http://www.galago-project.org (libnotify for Linux)\n\n\
|
|
101
|
+
Mac OS X users only: Make sure you have an adequate version of Growl\n\
|
|
102
|
+
installed, take a look at the README for assistance.\n\n\
|
|
99
103
|
If Growl notifications are not always displayed, take a look at the README\n\
|
|
100
104
|
for assistance.\n\n\
|
|
101
105
|
For more information, feedback and bug submissions, please visit:\n\n\
|