lib/notifier/gntp.rb in notifier-0.2.0 vs lib/notifier/gntp.rb in notifier-0.2.1

- old
+ new

@@ -11,12 +11,12 @@ end end def notify(options) ::GNTP.notify( - :title => options[:title], - :text => options[:message], - :icon => options[:image] + :title => options[:title], + :text => options[:message], + :icon => options[:image] ) end end end