guard-jasmine 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/guard/jasmine.rb +2 -2
- data/lib/guard/jasmine/version.rb +1 -1
- metadata +4 -4
data/lib/guard/jasmine.rb
CHANGED
@@ -81,7 +81,7 @@ module Guard
|
|
81
81
|
self.last_failed_paths = failed_specs
|
82
82
|
self.last_run_failed = !passed
|
83
83
|
|
84
|
-
throw :task_has_failed unless passed
|
84
|
+
#throw :task_has_failed unless passed
|
85
85
|
end
|
86
86
|
|
87
87
|
# Gets called when watched paths and files have changes.
|
@@ -106,7 +106,7 @@ module Guard
|
|
106
106
|
|
107
107
|
self.last_run_failed = !passed
|
108
108
|
|
109
|
-
throw :task_has_failed unless passed
|
109
|
+
#throw :task_has_failed unless passed
|
110
110
|
end
|
111
111
|
|
112
112
|
private
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guard-jasmine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 5
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
version: 0.6.
|
9
|
+
- 1
|
10
|
+
version: 0.6.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Michael Kessler
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-10-01 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: guard
|