fiber_pool 0.9.0 → 1.0.0

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.
data/lib/fiber_pool.rb CHANGED
@@ -1,7 +1,8 @@
1
- module FiberPool
1
+ class FiberPool
2
2
  def self.require_lib(path)
3
3
  require File.expand_path("../#{path}", __FILE__)
4
4
  end
5
5
 
6
6
  require_lib("fiber_pool/version")
7
+ require_lib("fiber_pool/pool")
7
8
  end
@@ -1,3 +1,3 @@
1
- module FiberPool
2
- VERSION = "0.9.0"
1
+ class FiberPool
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,8 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fiber_pool
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.9.0
4
+ hash: 23
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 0
9
+ - 0
10
+ version: 1.0.0
6
11
  platform: ruby
7
12
  authors:
8
13
  - Julien Ammmous
@@ -10,7 +15,8 @@ autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
17
 
13
- date: 2011-04-24 00:00:00 Z
18
+ date: 2011-04-25 00:00:00 +02:00
19
+ default_executable:
14
20
  dependencies: []
15
21
 
16
22
  description: A General purpose fiber pool
@@ -32,6 +38,7 @@ files:
32
38
  - lib/fiber_pool/fiber18.rb
33
39
  - lib/fiber_pool/pool.rb
34
40
  - lib/fiber_pool/version.rb
41
+ has_rdoc: true
35
42
  homepage: ""
36
43
  licenses: []
37
44
 
@@ -45,20 +52,25 @@ required_ruby_version: !ruby/object:Gem::Requirement
45
52
  requirements:
46
53
  - - ">="
47
54
  - !ruby/object:Gem::Version
55
+ hash: 3
56
+ segments:
57
+ - 0
48
58
  version: "0"
49
59
  required_rubygems_version: !ruby/object:Gem::Requirement
50
60
  none: false
51
61
  requirements:
52
62
  - - ">="
53
63
  - !ruby/object:Gem::Version
64
+ hash: 3
65
+ segments:
66
+ - 0
54
67
  version: "0"
55
68
  requirements: []
56
69
 
57
70
  rubyforge_project: fiber_pool
58
- rubygems_version: 1.7.2
71
+ rubygems_version: 1.3.7
59
72
  signing_key:
60
73
  specification_version: 3
61
74
  summary: Fiber Pool Implementation
62
75
  test_files: []
63
76
 
64
- has_rdoc: