about summary refs log tree commit homepage
path: root/lib/rainbows/epoll.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-20 18:23:50 -0700
committerEric Wong <normalperson@yhbt.net>2011-05-21 03:18:58 +0000
commit7bd77ef78055af5d5232d16f00568ce02b947ae0 (patch)
tree4d0012c9251233101c88539d416f90a668dbb037 /lib/rainbows/epoll.rb
parent07cb79c14399a292ae2a50db007180941c758c69 (diff)
downloadrainbows-7bd77ef78055af5d5232d16f00568ce02b947ae0.tar.gz
It's better under 1.9.3 (sleepy_penguin 3.0.1 was bogus)
Diffstat (limited to 'lib/rainbows/epoll.rb')
-rw-r--r--lib/rainbows/epoll.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/epoll.rb b/lib/rainbows/epoll.rb
index d96e860..7b49e67 100644
--- a/lib/rainbows/epoll.rb
+++ b/lib/rainbows/epoll.rb
@@ -22,7 +22,7 @@ require 'sendfile'
 # === RubyGem Requirements
 #
 # * raindrops 0.6.0 or later
-# * sleepy_penguin 3.0.0 or later
+# * sleepy_penguin 3.0.1 or later
 # * sendfile 1.1.0 or later
 #
 module Rainbows::Epoll