README.rdoc in libnotify-0.2.0 vs README.rdoc in libnotify-0.3.0
- old
+ new
@@ -13,10 +13,11 @@
n = Libnotify.new do |notify|
notify.summary = "world"
notify.body = "hello"
notify.timeout = 1.5 # 1.5 (s), 1000 (ms), "2", nil, false
notify.urgency = :critical # :low, :normal, :critical
+ notify.append = false # default true - append onto existing notification
notify.icon_path = "/usr/share/icons/gnome/scalable/emblems/emblem-default.svg"
end
n.show!
# Hash syntax
@@ -43,10 +44,11 @@
bundle install
rake
== Authors
-* Peter Suschlik
+* Peter Suschlik (http://github.com/splattael)
+* Dennis Collective (http://github.com/denniscollective)
== TODO
-* Mock FFI calls with rrriot. (test/test_libnotify.rb:58)
+* Mock FFI calls with rrriot. (test/test_libnotify.rb:61)