cuke4nuke-aslakjo 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/cuke4nuke/main.rb +5 -1
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.4
1
+ 0.3.5
@@ -33,7 +33,11 @@ module Cuke4Nuke
33
33
 
34
34
  def launch_cuke4nuke_process(step_definitions_dll_path)
35
35
  cuke4nuke_server_exe = File.expand_path(File.join(File.dirname(__FILE__), '../../dotnet/Cuke4Nuke.Server.exe'))
36
- command = %{"#{cuke4nuke_server_exe}" -a "#{step_definitions_dll_path}"}
36
+ command = %{"#{cuke4nuke_server_exe}" -a "#{step_definitions_dll_path}" }
37
+ config_file_path ="#{step_definitions_dll_path}.config"
38
+ if File.exist?(config_file_path)
39
+ command += %{ -c "#{step_definitions_dll_path}.config"}
40
+ end
37
41
  process = IO.popen(command, 'r')
38
42
  @cuke4nuke_server_pid = process.pid
39
43
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 4
9
- version: 0.3.4
8
+ - 5
9
+ version: 0.3.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Richard Lawrence
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-02-24 00:00:00 +01:00
17
+ date: 2010-02-26 00:00:00 +01:00
18
18
  default_executable: cuke4nuke
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency