growl-glue 1.0.6 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +3 -0
- data/README.txt +1 -0
- data/lib/growl_glue.rb +1 -1
- metadata +2 -2
data/History.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
=== 1.0.7 / 2009-03-27
|
2
|
+
* Added .mov on installing growlnotify extra
|
3
|
+
|
1
4
|
=== 1.0.6 / 2009-01-20
|
2
5
|
* Added in a change from "iconofthestoneage":http://github.com/iconofthestoneage to use afplay if available on Leopard. This removes the sndplay dependency if being run on OS X 10.5.
|
3
6
|
|
data/README.txt
CHANGED
@@ -76,6 +76,7 @@ As an example, this is what I normally use:
|
|
76
76
|
|
77
77
|
* Growl 1.1.4 (may work on previous versions but not tested)
|
78
78
|
* Growlnotify Extra installed
|
79
|
+
* Note: you may reference "this video":http://growl-glue.rubyforge.org/files/InstallingGrowlNotify.mov to illustrate how to install growlnotify.
|
79
80
|
|
80
81
|
== OPTIONAL:
|
81
82
|
|
data/lib/growl_glue.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: growl-glue
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Collin VanDyck
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-03-27 00:00:00 -04:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|