From 366895d4214235a03d8627d4dd275d08a57dd48c Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 3 Oct 2011 21:05:06 -0400 Subject: v2 v3: bin/sisu, default sisu version 3 * Version 3 is now the default (on running sisu) --- bin/sisu_webrick | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'bin/sisu_webrick') diff --git a/bin/sisu_webrick b/bin/sisu_webrick index b9ac031a..52d95e41 100644 --- a/bin/sisu_webrick +++ b/bin/sisu_webrick @@ -18,7 +18,7 @@ begin def check_incompatible_ruby_build? require 'rbconfig' e=Config::CONFIG - if RUBY_VERSION == '1.9.2' \ + if RUBY_VERSION == '1.9.2' \ && e['PATCHLEVEL'].to_i < 180 raise <