about summary refs log tree commit homepage
path: root/lib/rainbows/xepoll.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/xepoll.rb')
-rw-r--r--lib/rainbows/xepoll.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/rainbows/xepoll.rb b/lib/rainbows/xepoll.rb
index ef7ea05..a0dc65b 100644
--- a/lib/rainbows/xepoll.rb
+++ b/lib/rainbows/xepoll.rb
@@ -6,6 +6,12 @@ require 'rainbows/epoll'
 # (hopefully) native thread.  This is just like Epoll, but recommended
 # for Ruby 1.9 users as it can avoid accept()-scalability issues on
 # multicore machines with many worker processes.
+#
+# === RubyGem Requirements
+#
+# * raindrops 0.6.0 or later
+# * sleepy_penguin 2.0.0 or later
+# * sendfile 1.1.0 or later
 module Rainbows::XEpoll
   # :stopdoc:
   include Rainbows::Base