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.
Files changed (4) hide show
  1. data/History.txt +3 -0
  2. data/README.txt +1 -0
  3. data/lib/growl_glue.rb +1 -1
  4. metadata +2 -2
@@ -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
 
@@ -3,5 +3,5 @@
3
3
  end
4
4
 
5
5
  module GrowlGlue
6
- VERSION = '1.0.6'
6
+ VERSION = '1.0.7'
7
7
  end
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.6
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-01-20 00:00:00 -05:00
12
+ date: 2009-03-27 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency