Sha256: 07fc2e98da81465144f4b08523120c8a64150438141ee4fe7a4f99d9fc026fdb
Contents?: true
Size: 350 Bytes
Versions: 1
Compression:
Stored size: 350 Bytes
Contents
module TerminalNotifier module Guard module Pending terminal_notifier_path = `which terminal-notifier`.strip BIN_PATH = terminal_notifier_path.empty? ? File.expand_path('../../../../vendor/terminal-notifier-pending.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/pending.rb |