foreverb 0.3.0.i → 0.3.0.l

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.
@@ -102,7 +102,7 @@ module Forever
102
102
  if forking
103
103
  begin
104
104
  GC.start
105
- pids << fork { job_call(job) }
105
+ pids << fork { job_call(job); exec('test') }
106
106
  rescue Errno::EAGAIN
107
107
  puts "\n\nWait all processes since os cannot create a new one\n\n"
108
108
  Process.waitall
@@ -1,3 +1,3 @@
1
1
  module Forever
2
- VERSION = "0.3.0.i" unless defined?(Forever::VERSION)
2
+ VERSION = "0.3.0.l" unless defined?(Forever::VERSION)
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreverb
3
3
  version: !ruby/object:Gem::Version
4
- hash: 58
4
+ hash: 57
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 0
10
- - i
11
- version: 0.3.0.i
10
+ - l
11
+ version: 0.3.0.l
12
12
  platform: ruby
13
13
  authors:
14
14
  - DAddYE
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-01-24 00:00:00 Z
19
+ date: 2012-01-25 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: thor