diff options
author | Ralph Amissah <ralph@amissah.com> | 2012-06-06 22:31:43 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2012-06-06 22:31:43 -0400 |
commit | b5323c890e19f4709b1588465deeabf42da857ef (patch) | |
tree | 8a861cef22ad96e124eb8b4c6b242880b5584577 /rbuild | |
parent | v3: 3.2.12 version & changelog "opened" (diff) |
Rake, Rant sisu installer require ruby >= 1.9.3
Diffstat (limited to 'rbuild')
-rw-r--r-- | rbuild | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |