guard-jasmine 1.19.1 → 1.19.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a91b707d10d326b48cf58bb9fe61290967ad5d85
4
- data.tar.gz: f86bfed772ad014c93f6a5c51f82b5f4de721aa3
3
+ metadata.gz: 2023ac9b80d1f49f03e13afc24c7fa46348b41a1
4
+ data.tar.gz: 550ac8a2dde8bc3678692d7eb14bef40952f732e
5
5
  SHA512:
6
- metadata.gz: b0f0387b7d79565b9c6c3fd5a2c08d79f13b26bd470a9f3be6e5933c2fff98bfcaf31927cbaf4ecce7132223baa328fdc952e55edef632048be2490d98df24c6
7
- data.tar.gz: b612fad3e2560800de2ba22d8d89aa38b1c7cee2a4cd06a5c9c8e470aaa02fef58d1198eb81fd73a834efc4fc9569404d3942ea37ed463c5e70edf7f377f170b
6
+ metadata.gz: 5dfee71f3214204be61632de52ebd7c7a73757c2c368b7b11fd6e64945263910c907c11823e2f727c373e29cf1f20ec3828d0ca097670968f24cee46eb22dc7a
7
+ data.tar.gz: 2c879978c5f288890d1f92f2256b53772f83af2aee98cf3a87ae4fdebc91fbcb03e188645def29a436cf04f90070ca37449c75fff11999ab3ca311151a314832
@@ -110,7 +110,7 @@ module Guard
110
110
  ENV['PATH'].split(File::PATH_SEPARATOR).each do |path|
111
111
  exts.each do |ext|
112
112
  exe = "#{ path }/#{ cmd }#{ ext }"
113
- return exe if File.executable?(exe)
113
+ return exe if File.file?(exe) && File.executable?(exe)
114
114
  end
115
115
  end
116
116
 
@@ -1,6 +1,6 @@
1
1
  module Guard
2
2
  module JasmineVersion
3
3
  # Guard::Jasmine version that is used for the Gem specification
4
- VERSION = '1.19.1'
4
+ VERSION = '1.19.2'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-jasmine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.1
4
+ version: 1.19.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Kessler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-27 00:00:00.000000000 Z
11
+ date: 2014-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: guard