Sha256: 6cd9d24890c6219a8d5167b340a444d165a46d6073473e2d12faef4c6624dd62
Contents?: true
Size: 348 Bytes
Versions: 1
Compression:
Stored size: 348 Bytes
Contents
module TerminalNotifier module Guard module Notify terminal_notifier_path = `which terminal-notifier`.strip BIN_PATH = terminal_notifier_path.empty? ? File.expand_path('../../../../vendor/terminal-notifier-notify.app/Contents/MacOS/terminal-notifier', __FILE__) : terminal_notifier_path end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
terminal-notifier-guard-1.6.0 | lib/terminal_notifier/guard/notify.rb |