about summary refs log tree commit homepage
path: root/lib/rainbows/xepoll_thread_spawn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/xepoll_thread_spawn.rb')
-rw-r--r--lib/rainbows/xepoll_thread_spawn.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/rainbows/xepoll_thread_spawn.rb b/lib/rainbows/xepoll_thread_spawn.rb
index d94cf48..c399576 100644
--- a/lib/rainbows/xepoll_thread_spawn.rb
+++ b/lib/rainbows/xepoll_thread_spawn.rb
@@ -35,7 +35,11 @@ require "raindrops"
 # This can maintain idle connections without the memory overhead of an
 # idle Thread.  The cost of handling/dispatching active connections is
 # exactly the same for an equivalent number of active connections.
-
+#
+# === RubyGem Requirements
+#
+# * raindrops 0.6.0 or later
+# * sleepy_penguin 2.0.0 or later
 module Rainbows::XEpollThreadSpawn
   # :stopdoc:
   include Rainbows::Base