guard-cucumber 0.7.1 → 0.7.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.
- data/lib/guard/cucumber.rb +2 -2
- data/lib/guard/cucumber/version.rb +1 -1
- metadata +6 -6
data/lib/guard/cucumber.rb
CHANGED
@@ -62,7 +62,7 @@ module Guard
|
|
62
62
|
|
63
63
|
@last_failed = !passed
|
64
64
|
|
65
|
-
|
65
|
+
throw :task_has_failed unless passed
|
66
66
|
end
|
67
67
|
|
68
68
|
# Gets called when the Guard should reload itself.
|
@@ -96,7 +96,7 @@ module Guard
|
|
96
96
|
@last_failed = true
|
97
97
|
end
|
98
98
|
|
99
|
-
|
99
|
+
throw :task_has_failed unless passed
|
100
100
|
end
|
101
101
|
|
102
102
|
private
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guard-cucumber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 7
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 7
|
9
|
-
-
|
10
|
-
version: 0.7.
|
9
|
+
- 2
|
10
|
+
version: 0.7.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Michael Kessler
|
@@ -25,12 +25,12 @@ dependencies:
|
|
25
25
|
requirements:
|
26
26
|
- - ">="
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
hash:
|
28
|
+
hash: 57
|
29
29
|
segments:
|
30
30
|
- 0
|
31
31
|
- 8
|
32
|
-
-
|
33
|
-
version: 0.8.
|
32
|
+
- 3
|
33
|
+
version: 0.8.3
|
34
34
|
type: :runtime
|
35
35
|
version_requirements: *id001
|
36
36
|
- !ruby/object:Gem::Dependency
|