Sha256: 1223313646864558136a6115335c9ed24175b597631cd35d1107311e181da739

Contents?: true

Size: 427 Bytes

Versions: 1

Compression:

Stored size: 427 Bytes

Contents

# Notifier

Use notifications 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!

# Why I created this gem?

## Only one explanation:

### <b>Because is fun! =)</b>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
notifiers-1.0 README.markdown