grid-plugin-growl 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,6 @@
1
1
  require "grid-plugin-growl/version"
2
2
 
3
3
  GridCLI.hooker.register :after_update do |posts|
4
- puts "Growwwwwwl"
5
4
  if not `which growlnotify`.present?
6
5
  puts "Warning: grownotify is not in PATH. Growl support cannot be enabled until it is."
7
6
  else
@@ -1,7 +1,7 @@
1
1
  module Grid
2
2
  module Plugin
3
3
  module Growl
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grid-plugin-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:
@@ -13,7 +13,7 @@ date: 2011-10-31 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gridcli
16
- requirement: &70225698694240 !ruby/object:Gem::Requirement
16
+ requirement: &70305562312140 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70225698694240
24
+ version_requirements: *70305562312140
25
25
  description: Growling it up, yo.
26
26
  email:
27
27
  - nathan@myobie.com