starting_blocks-growl 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ require 'ruby-growl'
3
3
 
4
4
  module StartingBlocks
5
5
  module Extensions
6
- class Growl
6
+ class GrowlAlert
7
7
 
8
8
  def initialize
9
9
  @g = Growl.new "localhost", "Test Run"
@@ -38,4 +38,4 @@ module StartingBlocks
38
38
  end
39
39
  end
40
40
 
41
- StartingBlocks::Publisher.subscribers << StartingBlocks::Extensions::Growl.new
41
+ StartingBlocks::Publisher.subscribers << StartingBlocks::Extensions::GrowlAlert.new
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "starting_blocks-growl"
7
- spec.version = "0.0.1"
7
+ spec.version = "0.0.2"
8
8
  spec.authors = ["Darren Cauthon"]
9
9
  spec.email = ["darren@cauthon.com"]
10
10
  spec.description = %q{growl support for starting_blocks}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: starting_blocks-growl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -88,7 +88,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
88
  version: '0'
89
89
  segments:
90
90
  - 0
91
- hash: -898228264415465643
91
+ hash: -4248527780625795154
92
92
  required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  none: false
94
94
  requirements:
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  version: '0'
98
98
  segments:
99
99
  - 0
100
- hash: -898228264415465643
100
+ hash: -4248527780625795154
101
101
  requirements: []
102
102
  rubyforge_project:
103
103
  rubygems_version: 1.8.24