"Notify" provides notification functionalities on cross platforms.
Notify supports the following features:
- growl
 - notify-send
 - Growl for Windows (
ruby_gntp) - libnotify
 
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.