Sha256: 1b509380f11652c97f0937ac80c5e03dff054c3f16862a6f163efc9cef7fefd4
Contents?: true
Size: 582 Bytes
Versions: 2
Compression:
Stored size: 582 Bytes
Contents
# Notifiers Use notifications systems like growl, lib-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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
notifiers-1.2.2 | README.markdown |
notifiers-1.2.1 | README.markdown |