autotest-growl 0.2.13 → 0.2.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
+ == 0.2.14 2011-10-21
2
+
3
+ * 1 minor improvement
4
+ * Include old growlnotify for pre-Lion compatibility
5
+
1
6
  == 0.2.13 2011-10-18
2
7
 
3
8
  * 1 minor improvement
@@ -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
 
@@ -18,7 +18,8 @@ bundled with Mac OS X.
18
18
  == REQUIREMENTS:
19
19
 
20
20
  * any ZenTest compatible test suite
21
- * Growl >= 1.1.5 on Mac OS X --OR--
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
 
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  class Autotest
2
2
  module Growl
3
- VERSION = "0.2.13"
3
+ VERSION = "0.2.14"
4
4
  end
5
5
  end
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.13
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-18 00:00:00 Z
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\