README.rdoc in riot_notifier-0.0.2 vs README.rdoc in riot_notifier-0.0.3
- old
+ new
@@ -7,12 +7,17 @@
# in your test/helper.rb
require 'riot'
require 'riot_notifier'
+ # Using notify-send (see below for wrapper script)
Riot.reporter = RiotNotifier::RedgreenNotifier
+ # Using libnotify gem (ruby bindings using ffi)
+ # gem install libnotify
+ Riot.reporter = RiotNotifier::Libnotify
+
== notify_redgreen
Your $HOME/bin/notify_redgreen
#!/bin/sh
@@ -39,5 +44,7 @@
* Peter Suschlik
== TODO
* talk to DBUS directly (ruby-dbus?) instead of `notify-send` binary
* riot's assertions support blocks! (like asserts_topic.equals { topic }). Use it!
+* Test Libnotify somehow
+* Autodetect notify class