lib/guard/haml/notifier.rb in guard-haml-0.5 vs lib/guard/haml/notifier.rb in guard-haml-1.0.0

- old
+ new

@@ -8,11 +8,11 @@ result ? :success : :failed end def notify( result, message ) ::Guard::Notifier.notify( message, - :title => 'Guard::Haml', - :image => image( result ) + title: 'Guard::Haml', + image: image( result ) ) end end end end