README.rdoc in libnotify-0.8.0 vs README.rdoc in libnotify-0.8.1

- old
+ new

@@ -1,7 +1,9 @@ = Libnotify +{<img src="https://travis-ci.org/splattael/libnotify.png?branch=master" alt="Build Status" />}[https://travis-ci.org/splattael/libnotify] {<img src="https://badge.fury.io/rb/libnotify.png" alt="Gem Version" />}[http://badge.fury.io/rb/libnotify] {<img src="https://codeclimate.com/github/splattael/libnotify.png" />}[https://codeclimate.com/github/splattael/libnotify] + Ruby bindings for libnotify using FFI. Gem[https://rubygems.org/gems/libnotify] | Source[https://github.com/splattael/libnotify] | RDoc[http://rubydoc.info/github/splattael/libnotify/master/file/README.rdoc] @@ -61,9 +63,19 @@ git clone git://github.com/splattael/libnotify.git cd libnotify (gem install bundler) bundle install rake + +=== Code coverage + + COVERAGE=1 rake + +== Caveats + +* +timeout+ and +append+ options might not work on Ubuntu. + See GH #21 for details. + https://github.com/splattael/libnotify/issues/21#issuecomment-19114127 == Authors * Peter Suschlik (https://github.com/splattael)