Sha256: 3e153b5d34e50302193610b442432d98ecee0c69500975d0f508b4113379d476

Contents?: true

Size: 553 Bytes

Versions: 2

Compression:

Stored size: 553 Bytes

Contents

notify
======

"Notify" provides notification functionalities on cross platforms.

Feature
---------

Notify supports the following features:

- growl
- notify-send
- Growl for Windows (`ruby_gntp`)
- libnotify

Installation
---------

    gem install notify

Usage
---------

    require 'notify'
    Notify.notify "title", "message"

or

    ENV['NOTIFY'] = 'growlnotify'
    require 'notify'
    Notify.notify "title", "message"

Command
---------

    % notify title messages

Copyright
---------

Copyright (c) 2010 jugyo. See LICENSE for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
notify-0.4.0 README.md
notify-0.3.0 README.md