From b5323c890e19f4709b1588465deeabf42da857ef Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 6 Jun 2012 22:31:43 -0400 Subject: Rake, Rant sisu installer require ruby >= 1.9.3 --- data/doc/sisu/CHANGELOG_v3 | 2 ++ rbuild | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3 index 7fd86097..9e42c766 100644 --- a/data/doc/sisu/CHANGELOG_v3 +++ b/data/doc/sisu/CHANGELOG_v3 @@ -21,6 +21,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.2.12.orig.tar.xz sisu_3.2.12-1.dsc sisu_3.2.12-1.debian.tar.gz +* Rake, Rant installer sisu installer require ruby >= 1.9.3 + %% 3.2.11.orig.tar.xz (2012-06-03:22/7) http://git.sisudoc.org/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.2.11 http://git.sisudoc.org/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_3.2.11-1 diff --git a/rbuild b/rbuild index a5d17478..f6220de5 100644 --- a/rbuild +++ b/rbuild @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -raise 'Please, use ruby1.8.4 or later.' if RUBY_VERSION < '1.8.4' +raise 'Please, use ruby1.9.3 or later.' if RUBY_VERSION < '1.9.3' =begin Common Rakefile, Rantfile installer for SiSU softlink Rakefile and Rantfile to this file -- cgit v1.2.3