about summary refs log tree commit homepage
path: root/lib/rainbows/epoll.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/epoll.rb')
-rw-r--r--lib/rainbows/epoll.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/rainbows/epoll.rb b/lib/rainbows/epoll.rb
index 3a23d51..e4c956b 100644
--- a/lib/rainbows/epoll.rb
+++ b/lib/rainbows/epoll.rb
@@ -18,6 +18,13 @@ require 'sendfile'
 # if you're not serving static files, or if your working set is
 # small enough to aways be in your kernel page cache.  This concurrency
 # model may starve clients if you have slow disks and large static files.
+#
+# === RubyGem Requirements
+#
+# * raindrops 0.6.0 or later
+# * sleepy_penguin 2.0.0 or later
+# * sendfile 1.1.0 or later
+#
 module Rainbows::Epoll
   # :stopdoc:
   include Rainbows::Base