multicuke 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -123,6 +123,7 @@ module Multicuke
123
123
  full_command = main_command + options + extra_options
124
124
  result = system_command.run full_command
125
125
  puts "Features '#{features_dir.name}' finished. #{result ? 'SUCCESS' : 'FAILURE'} (pid: #{Process.pid})"
126
+ exit(result)
126
127
  }
127
128
  }
128
129
  Process.waitall
@@ -1,3 +1,3 @@
1
1
  module Multicuke
2
- VERSION = "0.0.9"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multicuke
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: