minitest-growl 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -16,9 +16,9 @@ RDoc[http://rdoc.info/github/jnbt/minitest-growl/master/file/README.rdoc]
16
16
 
17
17
  == Dependencies
18
18
 
19
- * growl gem[https://github.com/visionmedia/growl]
20
- * Growl[http://growl.info/]
21
- * growlnotify[http://growl.info/extras.php#growlnotify]
19
+ growl gem[https://github.com/visionmedia/growl]
20
+ Growl[http://growl.info/]
21
+ growlnotify[http://growl.info/extras.php#growlnotify]
22
22
 
23
23
  == Authors
24
24
 
@@ -11,8 +11,8 @@ module MiniTest
11
11
  # require 'minitest/autorun'
12
12
  # require 'minitest/growl'
13
13
  #
14
- class Growl
15
- VERSION = "0.0.1"
14
+ class GrowlNotify
15
+ VERSION = "0.0.2"
16
16
 
17
17
  def initialize io
18
18
  @io = io
@@ -37,4 +37,4 @@ module MiniTest
37
37
  end
38
38
  end
39
39
 
40
- MiniTest::Unit.output = MiniTest::Growl.new(MiniTest::Unit.output)
40
+ MiniTest::Unit.output = MiniTest::GrowlNotify.new(MiniTest::Unit.output)
@@ -1,10 +1,10 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  $:.push File.expand_path("../lib", __FILE__)
3
- require "minitest/growl"
3
+ require "minitest/growl_notify"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "minitest-growl"
7
- s.version = MiniTest::Growl::VERSION
7
+ s.version = MiniTest::GrowlNotify::VERSION
8
8
  s.authors = ["Jonas Thiel"]
9
9
  s.email = ["jonasthiel+minitest-growl@googlemail.com"]
10
10
  s.homepage = "https://github.com/jnbt/minitest-growl"
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jonas Thiel
@@ -59,7 +59,7 @@ files:
59
59
  - Gemfile
60
60
  - README.rdoc
61
61
  - Rakefile
62
- - lib/minitest/growl.rb
62
+ - lib/minitest/growl_notify.rb
63
63
  - minitest-growl.gemspec
64
64
  has_rdoc: true
65
65
  homepage: https://github.com/jnbt/minitest-growl