cukeforker 0.0.7 → 0.0.8

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.
@@ -77,6 +77,10 @@ module CukeForker
77
77
  rescue Interrupt
78
78
  fire :on_run_interrupted
79
79
  stop
80
+ rescue StandardError
81
+ fire :on_run_interrupted
82
+ stop
83
+ raise
80
84
  end
81
85
 
82
86
  private
@@ -1,3 +1,3 @@
1
1
  module CukeForker
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -77,10 +77,6 @@ module CukeForker
77
77
  $stdout.reopen stdout
78
78
  $stderr.reopen stderr
79
79
 
80
- if @vnc
81
- ENV['DISPLAY'] = @vnc.display
82
- end
83
-
84
80
  failed = Cucumber::Cli::Main.execute args
85
81
  exit failed ? 1 : 0
86
82
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 7
9
- version: 0.0.7
8
+ - 8
9
+ version: 0.0.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jari Bakken
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-01-25 00:00:00 +01:00
17
+ date: 2011-01-26 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency