lib/guard/notifiers/gntp.rb in guard-2.0.1 vs lib/guard/notifiers/gntp.rb in guard-2.0.2
- old
+ new
@@ -67,11 +67,11 @@
# notifications
# @option opts [Integer] port the port to send a remote notification
# @option opts [Boolean] sticky make the notification sticky
#
def notify(message, opts = {})
+ super
self.class.require_gem_safely
- normalize_standard_options!(opts)
opts = DEFAULTS.merge(
name: opts.delete(:type).to_s,
text: message,
icon: opts.delete(:image)