From 9248ead0ae16091ea0c362930391834c0f32891c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 26 Oct 2009 00:46:00 -0700 Subject: rev: enforce Rev::VERSION >= 0.3.0 We depend on the ability to create listeners from existing IO objects here. --- lib/rainbows/rev.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rainbows/rev.rb b/lib/rainbows/rev.rb index e726ad2..d2bbc49 100644 --- a/lib/rainbows/rev.rb +++ b/lib/rainbows/rev.rb @@ -1,5 +1,6 @@ # -*- encoding: binary -*- require 'rev' +Rev::VERSION >= '0.3.0' or abort 'rev >= 0.3.0 is required' require 'rainbows/ev_core' module Rainbows -- cgit v1.2.3-24-ge0c7