growl-glue 1.0.4 → 1.0.5

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/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ === 1.0.5 / 2008-11-06
2
+ * Fixed bug with regards to using voices with spaces in the names (e.g. Bad News)
3
+
1
4
  === 1.0.4 / 2008-07-29
2
5
  * Updated documentation to point to new location on GitHub
3
6
 
data/README.txt CHANGED
@@ -88,13 +88,13 @@ As an example, this is what I normally use:
88
88
 
89
89
  == BUGS / ISSUES:
90
90
 
91
- Please let me know (collin at nimbletechnique dot com) if you encounter any issues. You can also follow or fork development on the github project:
91
+ Please let me know if you encounter any issues. You can also follow or fork development on the github project:
92
92
 
93
93
  http://github.com/nimbletechnique/growl-glue/tree/master
94
94
 
95
95
  == AUTHORS
96
96
 
97
- * Collin VanDyck <gluedtomyseat@gmail.com>
97
+ * Collin VanDyck <collin@nimbletechnique.com>
98
98
 
99
99
  == OTHER
100
100
 
@@ -56,7 +56,7 @@ module GrowlGlue
56
56
 
57
57
  def self.say(msg, voice=nil)
58
58
  if msg
59
- voice = "-v #{voice}" if voice
59
+ voice = "-v '#{voice}'" if voice
60
60
  "say #{voice} '#{msg.gsub(/'/,"")}'"
61
61
  end
62
62
  end
data/lib/growl_glue.rb CHANGED
@@ -3,6 +3,6 @@
3
3
  end
4
4
 
5
5
  module GrowlGlue
6
- VERSION = '1.0.4'
6
+ VERSION = '1.0.5'
7
7
 
8
8
  end
data.tar.gz.sig CHANGED
Binary file
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
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Collin VanDyck
@@ -30,7 +30,7 @@ cert_chain:
30
30
  jA8FHf4HdyRgbrpT6Mws7g==
31
31
  -----END CERTIFICATE-----
32
32
 
33
- date: 2008-09-09 00:00:00 -04:00
33
+ date: 2008-11-06 00:00:00 -05:00
34
34
  default_executable:
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
@@ -41,7 +41,7 @@ dependencies:
41
41
  requirements:
42
42
  - - ">="
43
43
  - !ruby/object:Gem::Version
44
- version: 1.7.0
44
+ version: 1.8.2
45
45
  version:
46
46
  description: Easy configuration of Growl + Autotest
47
47
  email:
metadata.gz.sig CHANGED
Binary file