Sha256: 619ec687e3769f19d68c4bc0dc6fc757f4d45308cd92c241ae37bee687f3541c
Contents?: true
Size: 667 Bytes
Versions: 1
Compression:
Stored size: 667 Bytes
Contents
This small gem is supposed to be used on Ubuntu only (for now). It's actually work in progress. rnotify displays certain messages in NotifyOSD so you shouldn't distract to see what's going on in the console: * Rails.logger messages (ones with severity >= WARN level) * Results of running rspec/cucumber/test::unit test suits In order to use it you need to make sure you have a 'notify-bin' package installed: ```sh sudo apt-get install notify-bin ``` then just add this line to your Gemfile: ```ruby gem 'rnotify' ``` and run ```sh bundle install ``` TODO: * messages merging * more icons Copyright © 2011 Dmitrii Samoilov, released under the MIT license
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rnotify-0.1 | README.md |