The "notify" provides a function to notify on cross platform.
It supports followings:
- growl
- notify-send
gem install notify
require 'notify'
Notify.notify "title", "message"
or
ENV['NOTIFY'] = 'growlnotify'
require 'notify'
Notify.notify "title", "message"
Copyright (c) 2010 jugyo. See LICENSE for details.