multicuke 0.1.0 → 0.1.1

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.
@@ -126,7 +126,11 @@ module Multicuke
126
126
  exit(result)
127
127
  }
128
128
  }
129
- Process.waitall
129
+ global_exit_status = Process.waitall.inject(0) {|result, process|
130
+ pid, status = *process
131
+ result + status.exitstatus
132
+ }
133
+ exit(global_exit_status == 0)
130
134
  end
131
135
  end
132
136
 
@@ -1,3 +1,3 @@
1
1
  module Multicuke
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
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.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: