guard-coffeescript 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/guard/coffeescript/version.rb +1 -1
- data/lib/guard/coffeescript.rb +1 -1
- metadata +6 -5
data/lib/guard/coffeescript.rb
CHANGED
@@ -70,7 +70,7 @@ module Guard
|
|
70
70
|
changed_files, success = Runner.run(Inspector.clean(paths), watchers, options)
|
71
71
|
notify changed_files
|
72
72
|
|
73
|
-
|
73
|
+
throw :task_has_failed unless success
|
74
74
|
end
|
75
75
|
|
76
76
|
# Called on file(s) deletions that the Guard watches.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guard-coffeescript
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 2
|
10
|
+
version: 0.5.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Michael Kessler
|
@@ -25,11 +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
|
-
|
32
|
+
- 3
|
33
|
+
version: 0.8.3
|
33
34
|
type: :runtime
|
34
35
|
version_requirements: *id001
|
35
36
|
- !ruby/object:Gem::Dependency
|