From 912c328ecfccf189239c4ad2bb7863d64342868f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 16 May 2011 20:42:10 +0000 Subject: document RubyGem requirements Hopefully makes things easier to try out. --- lib/rainbows/event_machine.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/rainbows/event_machine.rb') diff --git a/lib/rainbows/event_machine.rb b/lib/rainbows/event_machine.rb index c78a406..b136518 100644 --- a/lib/rainbows/event_machine.rb +++ b/lib/rainbows/event_machine.rb @@ -40,6 +40,10 @@ EM::VERSION >= '0.12.10' or abort 'eventmachine 0.12.10 is required' # the Rack application to process data as it arrives. This means # "rack.input" will be fully buffered in memory or to a temporary file # before the application is entered. +# +# === RubyGem Requirements +# +# * event_machine 0.12.10 module Rainbows::EventMachine autoload :ResponsePipe, 'rainbows/event_machine/response_pipe' autoload :ResponseChunkPipe, 'rainbows/event_machine/response_chunk_pipe' -- cgit v1.2.3-24-ge0c7