aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bin/sisu4
-rw-r--r--bin/sisu34
-rw-r--r--bin/sisu_termsheet4
-rw-r--r--bin/sisu_webrick2
-rw-r--r--data/doc/sisu/CHANGELOG_v32
-rw-r--r--data/sisu/v3/v/version.yml4
6 files changed, 10 insertions, 10 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,
diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3
index 11828790..68457d51 100644
--- a/data/doc/sisu/CHANGELOG_v3
+++ b/data/doc/sisu/CHANGELOG_v3
@@ -13,7 +13,7 @@ Reverse Chronological:
%% Development branch UNSTABLE
v3 branch once stable will supersede & replace current stable v2 branch
-%% 3.0.8.orig.tar.gz (2011-04-27:17/3)
+%% 3.0.8.orig.tar.gz (2011-05-04:18/3)
http://git.sisudoc.org/?p=code/sisu.git;a=log;h=refs/tags/debian/3.0.8-1
http://www.jus.uio.no/sisu/pkg/src/sisu_3.0.8.orig.tar.gz
sisu_3.0.8.orig.tar.gz
diff --git a/data/sisu/v3/v/version.yml b/data/sisu/v3/v/version.yml
index 2689e51a..feb432cf 100644
--- a/data/sisu/v3/v/version.yml
+++ b/data/sisu/v3/v/version.yml
@@ -1,5 +1,5 @@
---
:version: 3.0.8-beta-rb1.9.2p180
-:date_stamp: 2011w17/3
-:date: "2011-04-27"
+:date_stamp: 2011w18/3
+:date: "2011-05-04"
:project: SiSU