From 3839decb9384232ff8b8697daffc394fd5919143 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 30 Mar 2011 23:48:41 -0400 Subject: debian/bin/sisu* force use of 1.9.2, guarantee dependencies --- debian/bin/sisu | 2 +- debian/bin/sisu3 | 2 +- debian/bin/sisu_termsheet | 2 +- debian/bin/sisu_webrick | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/bin/sisu b/debian/bin/sisu index 7071d4bb..d179579b 100644 --- a/debian/bin/sisu +++ b/debian/bin/sisu @@ -3,7 +3,7 @@ #SiSU: copyright (C) 1997 - 2011 Ralph Amissah; License GPL, see appended program information begin def check_sisu_stable_ruby_version? - rbv_sisu_stable='1.8.7' + rbv_sisu_stable='1.9.2' #'1.8.7' if RUBY_VERSION < rbv_sisu_stable raise "Please, use Ruby#{rbv_sisu_stable} or later, current Ruby #{RUBY_VERSION}" else check_incompatible_ruby_build? diff --git a/debian/bin/sisu3 b/debian/bin/sisu3 index 602ecf61..66e57f11 100644 --- a/debian/bin/sisu3 +++ b/debian/bin/sisu3 @@ -3,7 +3,7 @@ #SiSU: copyright (C) 1997 - 2011 Ralph Amissah; License GPL, see appended program information begin def check_sisu_stable_ruby_version? - rbv_sisu_stable='1.8.7' + rbv_sisu_stable='1.9.2' #'1.8.7' if RUBY_VERSION < rbv_sisu_stable raise "Please, use Ruby#{rbv_sisu_stable} or later, current Ruby #{RUBY_VERSION}" else check_incompatible_ruby_build? diff --git a/debian/bin/sisu_termsheet b/debian/bin/sisu_termsheet index de9a085a..512a2f2e 100644 --- a/debian/bin/sisu_termsheet +++ b/debian/bin/sisu_termsheet @@ -3,7 +3,7 @@ #SiSU: copyright (C) 1997 - 2011 Ralph Amissah; License GPL, see appended program information begin def check_sisu_stable_ruby_version? - rbv_sisu_stable='1.8.7' + rbv_sisu_stable='1.9.2' #'1.8.7' if RUBY_VERSION < rbv_sisu_stable raise "Please, use Ruby#{rbv_sisu_stable} or later, current Ruby #{RUBY_VERSION}" else check_incompatible_ruby_build? diff --git a/debian/bin/sisu_webrick b/debian/bin/sisu_webrick index 7b7d2ea1..e5708911 100644 --- a/debian/bin/sisu_webrick +++ b/debian/bin/sisu_webrick @@ -3,7 +3,7 @@ #SiSU: copyright (C) 1997 - 2011 Ralph Amissah; License GPL, see appended program information begin def check_sisu_stable_ruby_version? - rbv_sisu_stable='1.8.7' + rbv_sisu_stable='1.9.2' #'1.8.7' if RUBY_VERSION < rbv_sisu_stable raise "Please, use Ruby#{rbv_sisu_stable} or later, current Ruby #{RUBY_VERSION}" else check_incompatible_ruby_build? -- cgit v1.2.3