Sha256: c2eee03be6e5a1c86c1fb55d3f0f5a4cab00c18296593ff813fb6346d1cc16e9

Contents?: true

Size: 348 Bytes

Versions: 1

Compression:

Stored size: 348 Bytes

Contents

module TerminalNotifier
  module Guard
    module Failed
      terminal_notifier_path = `which terminal-notifier`.strip

      BIN_PATH = terminal_notifier_path.empty? ?
        File.expand_path('../../../../vendor/terminal-notifier-failed.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/failed.rb