aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-05-04 21:24:43 -0400
committerRalph Amissah <ralph@amissah.com>2011-05-04 21:24:43 -0400
commit6a20d40eadbdafa95cf6c77c42d146d05844d1c4 (patch)
tree82276332e0f52d283788830f3f45cb0a1f6d2daf /bin
parentv2 v3: note (CHANGELOG) on ruby DBI bug affecting sisu cgi sample search forms (diff)
v2 v3: bin/ cosmetic
Diffstat (limited to 'bin')
-rw-r--r--bin/sisu4
-rw-r--r--bin/sisu34
-rw-r--r--bin/sisu_termsheet4
-rw-r--r--bin/sisu_webrick2
4 files changed, 7 insertions, 7 deletions
diff --git a/bin/sisu b/bin/sisu
index 0fde8a55..9facda87 100644
--- a/bin/sisu
+++ b/bin/sisu
@@ -18,8 +18,8 @@ begin
def check_incompatible_ruby_build?
require 'rbconfig'
e=Config::CONFIG
- if RUBY_VERSION == '1.9.2' \
- and e['PATCHLEVEL'].to_i < 180
+ if RUBY_VERSION == '1.9.2' \
+ && e['PATCHLEVEL'].to_i < 180
raise <<WOK
There are known issues with early versions of ruby1.9.2.
Please, use Ruby 1.9.2p180 or later,
diff --git a/bin/sisu3 b/bin/sisu3
index e02f2588..b53c3e54 100644
--- a/bin/sisu3
+++ b/bin/sisu3
@@ -18,8 +18,8 @@ begin
def check_incompatible_ruby_build?
require 'rbconfig'
e=Config::CONFIG
- if RUBY_VERSION == '1.9.2' \
- and e['PATCHLEVEL'].to_i < 180
+ if RUBY_VERSION == '1.9.2' \
+ && e['PATCHLEVEL'].to_i < 180
raise <<WOK
There are known issues with early versions of ruby1.9.2.
Please, use Ruby 1.9.2p180 or later,
diff --git a/bin/sisu_termsheet b/bin/sisu_termsheet
index 2e344728..5566a962 100644
--- a/bin/sisu_termsheet
+++ b/bin/sisu_termsheet
@@ -18,8 +18,8 @@ begin
def check_incompatible_ruby_build?
require 'rbconfig'
e=Config::CONFIG
- if RUBY_VERSION == '1.9.2' \
- and e['PATCHLEVEL'].to_i < 180
+ if RUBY_VERSION == '1.9.2' \
+ && e['PATCHLEVEL'].to_i < 180
raise <<WOK
There are known issues with early versions of ruby1.9.2.
Please, use Ruby 1.9.2p180 or later,
diff --git a/bin/sisu_webrick b/bin/sisu_webrick
index ca678acd..b9ac031a 100644
--- a/bin/sisu_webrick
+++ b/bin/sisu_webrick
@@ -19,7 +19,7 @@ begin
require 'rbconfig'
e=Config::CONFIG
if RUBY_VERSION == '1.9.2' \
- and e['PATCHLEVEL'].to_i < 180
+ && e['PATCHLEVEL'].to_i < 180
raise <<WOK
There are known issues with early versions of ruby1.9.2.
Please, use Ruby 1.9.2p180 or later,