breeder 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
@@ -49,7 +49,7 @@ module Breeder
49
49
  end
50
50
 
51
51
  def reap!
52
- if !@children.empty?
52
+ if @children.size > 1
53
53
  pid = @children.pop
54
54
  Process.kill('HUP', pid)
55
55
  sleep 1
@@ -10,7 +10,7 @@ module Breeder
10
10
  attr_accessor :initial_workers
11
11
 
12
12
  def initialize
13
- self.interval = 6
13
+ self.interval = 60
14
14
  self.initial_workers = 4
15
15
  end
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: breeder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2011-10-21 00:00:00.000000000Z
13
+ date: 2011-10-24 00:00:00.000000000Z
14
14
  dependencies: []
15
15
  description:
16
16
  email: