Sha256: 4582fbd67a8ff0915547c6d8baf42011b7f144acfd31dd0d2c51b4394639c30f

Contents?: true

Size: 582 Bytes

Versions: 1

Compression:

Stored size: 582 Bytes

Contents

# Notifiers

Use notifications systems like growlm kib-notify in a simple and elegant way. :)

## Install

     gem install notifiers

## Usage

     require 'notifiers'
     include Notifiers

### Growl

     growl.message('Hi Growl!').image('my_image.png').priority(2).name('my_app').notify!

### Lib_Notify

     notify_send.image('my_image.png').message('Hi Growl').notify!

<b>Obs.: #notify_send is an alias to #lib_notify .</b>

### Knotify

     knotify.title('Hello World').message('Hi!').notify!

# Why I created this gem?

## Only one explanation:

### Because is fun! =)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
notifiers-1.2.0 README.markdown