about summary refs log tree commit homepage
path: root/lib/rainbows/coolio_thread_pool.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-16 20:42:10 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-16 20:42:10 +0000
commit912c328ecfccf189239c4ad2bb7863d64342868f (patch)
tree31909bc8a4af3ca0db67b23d4a4d614fbb335c9e /lib/rainbows/coolio_thread_pool.rb
parent46ac7ca9f3e5c7736aa1c9430d2de218e27bf730 (diff)
downloadrainbows-912c328ecfccf189239c4ad2bb7863d64342868f.tar.gz
Hopefully makes things easier to try out.
Diffstat (limited to 'lib/rainbows/coolio_thread_pool.rb')
-rw-r--r--lib/rainbows/coolio_thread_pool.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rainbows/coolio_thread_pool.rb b/lib/rainbows/coolio_thread_pool.rb
index 0e616a6..7f107b7 100644
--- a/lib/rainbows/coolio_thread_pool.rb
+++ b/lib/rainbows/coolio_thread_pool.rb
@@ -29,6 +29,9 @@
 # In extremely rare cases, this may be combined with Rainbows::AppPool
 # if you have different concurrency capabilities for different parts of
 # your Rack application.
+#
+# === RubyGem Requirements
+# * cool.io 1.0.0 or later
 module Rainbows::CoolioThreadPool
   # :stopdoc:
   autoload :Client, 'rainbows/coolio_thread_pool/client'