guard-jasmine 0.6.1 → 0.6.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.
@@ -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
@@ -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 = '0.6.1'
4
+ VERSION = '0.6.2'
5
5
  end
6
6
  end
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: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 1
10
- version: 0.6.1
9
+ - 2
10
+ version: 0.6.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: 27
28
+ hash: 57
29
29
  segments:
30
30
  - 0
31
31
  - 8
32
- version: "0.8"
32
+ - 3
33
+ version: 0.8.3
33
34
  type: :runtime
34
35
  version_requirements: *id001
35
36
  - !ruby/object:Gem::Dependency