Skip to content

Commit a141f4c

Browse files
committed
Add JRuby 1.6.3
1 parent 8ef76b1 commit a141f4c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

bin/ruby-build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ build_package_ruby() {
6565
} >$LOG_PATH 2>&1
6666
}
6767

68+
build_package_copy() {
69+
cp -R . $PREFIX_PATH
70+
}
71+
6872
usage() {
6973
echo "usage: ruby-build DEFINITION-PATH INSTALLATION-PREFIX"
7074
exit 1

versions/jruby-1.6.3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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

0 commit comments

Comments
 (0)