Skip to content

Commit 23ccbd7

Browse files
committed
Add Ruby Enterprise 1.8.7 2011.03
1 parent 8ef76b1 commit 23ccbd7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

bin/ruby-build

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

68+
build_package_ree_installer() {
69+
{ ./installer --auto "$PREFIX_PATH"
70+
} >$LOG_PATH 2>&1
71+
}
72+
6873
usage() {
6974
echo "usage: ruby-build DEFINITION-PATH INSTALLATION-PREFIX"
7075
exit 1

versions/ree-1.8.7-2011.03

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
install_package "ruby-enterprise-1.8.7-2011.03" "http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise-1.8.7-2011.03.tar.gz" ree_installer

0 commit comments

Comments
 (0)