Skip to content

Commit 532c4e7

Browse files
committed
Add Rubinius 1.2.4
1 parent 95fbfdb commit 532c4e7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bin/ruby-build

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ build_package_ruby() {
6666
} >$LOG_PATH 2>&1
6767
}
6868

69+
build_package_rbx() {
70+
local package_name="$1"
71+
72+
{ ./configure --prefix="$PREFIX_PATH"
73+
rake install
74+
} >$LOG_PATH 2>&1
75+
}
76+
6977
build_package_copy() {
7078
cp -R . "$PREFIX_PATH"
7179
}

versions/rbx-1.2.4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
install_package "rubinius-1.2.4" "http://asset.rubini.us/rubinius-1.2.4-20110705.tar.gz" rbx
2+
install_package "rubygems-1.6.2" "http://production.cf.rubygems.org/rubygems/rubygems-1.6.2.tgz" ruby

0 commit comments

Comments
 (0)