growl_notify gem is recommended over growl gem
This commit is contained in:
parent
7ffa358b3a
commit
94a7c99b0c
@ -116,7 +116,7 @@ module Guard
|
|||||||
end
|
end
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
turn_off
|
turn_off
|
||||||
UI.info "Please install growl or growl_notify gem for Mac OS X notification support and add it to your Gemfile"
|
UI.info "Please install growl_notify or growl gem for Mac OS X notification support and add it to your Gemfile"
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.require_libnotify
|
def self.require_libnotify
|
||||||
|
Loading…
Reference in New Issue
Block a user