xpool 0.9.0.1 → 0.9.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- == v0.9.0.1
1
+ == v0.9.0.1,v0.9.0.2
2
2
  - doc improvements
3
3
  revised & improved the README & API documentation.
4
4
 
@@ -71,9 +71,7 @@ class XPool
71
71
 
72
72
  #
73
73
  # A graceful shutdown of the pool.
74
- #
75
- # All busy subprocesses finish up any code they're running & exit normally
76
- # afterwards.
74
+ # Each subprocess in the pool empties its queue and exits normally.
77
75
  #
78
76
  # @param [Fixnum] timeout
79
77
  # An optional amount of seconds to wait before forcing a shutdown through
@@ -1,3 +1,3 @@
1
1
  class XPool
2
- VERSION = "0.9.0.1"
2
+ VERSION = "0.9.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xpool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0.1
4
+ version: 0.9.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -68,7 +68,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  version: '0'
69
69
  segments:
70
70
  - 0
71
- hash: 761478267261192258
71
+ hash: -610761221262095322
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  none: false
74
74
  requirements:
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  version: '0'
78
78
  segments:
79
79
  - 0
80
- hash: 761478267261192258
80
+ hash: -610761221262095322
81
81
  requirements: []
82
82
  rubyforge_project:
83
83
  rubygems_version: 1.8.23