summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-03-27 15:49:08 +0200
committerAndreas Maunz <andreas@maunz.de>2012-03-27 15:49:08 +0200
commitc42950c2173eb2e32125c92fab6df681ccf8d2da (patch)
treef94a1dbf20bb15d9138118b10e4bafe4abab813d
parent33d29c2155d4c78fce4a70e1f99ba7ee26304026 (diff)
Removed RUBY_NUM_VER (service specific)
-rwxr-xr-xconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sh b/config.sh
index 7f67863..e28d259 100755
--- a/config.sh
+++ b/config.sh
@@ -14,7 +14,7 @@ OT_PREFIX="$HOME/opentox-ruby"
OT_JAVA_HOME="/usr/lib/jvm/java-6-openjdk"
# 3) What versions to install
-RUBY_NUM_VER="1.9.3-p125"
+
OB_NUM_VER="2.3.1"
RUBY_DWL="http://ftp.ruby-lang.org/pub/ruby/1.9"