guard-jasmine 1.13.1 → 1.13.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.
@@ -1,6 +1,7 @@
1
1
  # coding: utf-8
2
2
  require 'tilt'
3
3
  require 'childprocess'
4
+ require 'guard/jasmine'
4
5
  require 'guard/jasmine/util'
5
6
 
6
7
  # Tilt template to generate coverage instrumented
@@ -114,7 +114,7 @@ module Guard
114
114
  def start_rake_server(port, task)
115
115
  ::Guard::UI.info "Guard::Jasmine starts Jasmine Gem test server on port #{ port }."
116
116
 
117
- self.process = ChildProcess.build('rake', task, "JASMINE_PORT=#{ port }")
117
+ self.process = ChildProcess.build('ruby', '-S', 'rake', task, "JASMINE_PORT=#{ port }")
118
118
  self.process.io.inherit! if ::Guard.respond_to?(:options) && ::Guard.options && ::Guard.options[:verbose]
119
119
  self.process.start
120
120
 
@@ -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.13.1'
4
+ VERSION = '1.13.2'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-jasmine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.1
4
+ version: 1.13.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-12 00:00:00.000000000 Z
12
+ date: 2013-03-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: guard