Skip to content

Commit

Permalink
Use the latest riot_notifier.
Browse files Browse the repository at this point in the history
Also add a note about installing the actual libnotify library.
  • Loading branch information
splattael committed Dec 18, 2009
1 parent 7a65ac7 commit 29d08c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,14 @@ Ruby binding for libnotify using FFI.
n.timeout = 1.5 # overrides :timeout in options
end

== Install
== Installation

gem install libnotify

You need libnotify. On Debian you can just do:

apt-get install libnotify1

== Authors
* Peter Suschlik

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ begin
gem.add_dependency "ffi"

gem.add_development_dependency "riot"
gem.add_development_dependency "riot_notifier"
gem.add_development_dependency "riot_notifier", ">= 0.0.7"
gem.add_development_dependency "rr"

gem.test_files = Dir.glob('test/test_*.rb')
Expand Down
2 changes: 1 addition & 1 deletion test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

require 'libnotify'

Riot.reporter = RiotNotifier::Libnotify
Riot.reporter = RiotNotifier

require 'rr'

Expand Down

0 comments on commit 29d08c5

Please sign in to comment.