fiber_pool 0.9.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/fiber_pool.rb +2 -1
- data/lib/fiber_pool/version.rb +2 -2
- metadata +17 -5
data/lib/fiber_pool.rb
CHANGED
data/lib/fiber_pool/version.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
|
2
|
-
VERSION = "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
|
-
|
5
|
-
|
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-
|
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
|
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:
|