lib/bolt.rb in marcinbunsch-bolt-0.2.2 vs lib/bolt.rb in marcinbunsch-bolt-0.2.3

- old
+ new

@@ -79,7 +79,8 @@ # Wrapper for specific notifier # module Notifiers autoload :Generic, 'bolt/notifiers/generic' autoload :Growl, 'bolt/notifiers/growl' + autoload :NotifyOsd, 'bolt/notifiers/notify_osd' end end