Add JRuby 1.6.3

This commit is contained in:
Joshua Peek 2011-08-02 20:21:23 -05:00
parent 8ef76b190e
commit a141f4c5c5
2 changed files with 5 additions and 0 deletions

View file

@ -65,6 +65,10 @@ build_package_ruby() {
} >$LOG_PATH 2>&1
}
build_package_copy() {
cp -R . $PREFIX_PATH
}
usage() {
echo "usage: ruby-build DEFINITION-PATH INSTALLATION-PREFIX"
exit 1

1
versions/jruby-1.6.3 Normal file
View file

@ -0,0 +1 @@
install_package "jruby-1.6.3" "http://jruby.org.s3.amazonaws.com/downloads/1.6.3/jruby-bin-1.6.3.tar.gz" copy