test_notifier 0.1.3 → 0.1.4

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.
Files changed (3) hide show
  1. data/README.rdoc +1 -0
  2. data/lib/test_notifier.rb +1 -1
  3. metadata +3 -3
data/README.rdoc CHANGED
@@ -56,6 +56,7 @@ and save the images <tt>none.png</tt>, <tt>passed.png<tt>, <tt>failure.png</tt>
56
56
 
57
57
  * Szymon (jeznet) Jeż - http://github.com/jeznet
58
58
  * Steve Halasz - http://github.com/woodchuck
59
+ * Khaja Minhajuddin - http://minhajuddin.com/
59
60
 
60
61
  == License
61
62
 
data/lib/test_notifier.rb CHANGED
@@ -36,7 +36,7 @@ module TestNotifier
36
36
  puts "Try installing these:\n* Growl"
37
37
  puts HELP_HINT
38
38
  end
39
- elsif RUBY_PLATFORM =~ /mswin/
39
+ elsif RUBY_PLATFORM =~ /(mswin|mingw)/
40
40
  begin
41
41
  require 'snarl'
42
42
  rescue LoadError
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Nando Vieira
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-23 00:00:00 -03:00
17
+ date: 2010-05-27 00:00:00 -03:00
18
18
  default_executable:
19
19
  dependencies: []
20
20