openvibe-launcher 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -37,9 +37,8 @@ module Openvibe
37
37
 
38
38
  def start
39
39
  dir = File.dirname(@path)
40
- Dir.chdir(dir)
41
40
  command = "#{@path} #{@mode} #{@scenario} #{@options.join(' ')}"
42
- @pid = spawn(@env || {},command,:out=> @out || STDOUT )
41
+ @pid = spawn(@env || {},command,:out=> @out || STDOUT,:chdir => dir )
43
42
  Process.waitpid(@pid)
44
43
  end
45
44
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "openvibe-launcher"
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Alexandre Barachant"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openvibe-launcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  segments:
110
110
  - 0
111
- hash: 1662626730072362293
111
+ hash: 4182329021801764008
112
112
  required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  none: false
114
114
  requirements: