minitest-growl 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/minitest/growl_notify.rb +3 -3
  2. metadata +3 -3
@@ -9,10 +9,10 @@ module MiniTest
9
9
  # In your test helper put:
10
10
  #
11
11
  # require 'minitest/autorun'
12
- # require 'minitest/growl'
12
+ # require 'minitest/growl_notify'
13
13
  #
14
14
  class GrowlNotify
15
- VERSION = "0.0.2"
15
+ VERSION = "0.0.3"
16
16
 
17
17
  def initialize io
18
18
  @io = io
@@ -24,7 +24,7 @@ module MiniTest
24
24
  if $1.to_i > 0 || $2.to_i > 0 # fail?
25
25
  Growl.notify_error o.first, :title => ":-( #{description}"
26
26
  else
27
- Growl.notify_ok o.first, :title => ":-( #{description}"
27
+ Growl.notify_ok o.first, :title => ":-) #{description}"
28
28
  end
29
29
  else
30
30
  @io.puts(*o)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-growl
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jonas Thiel