summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-08-21 11:57:28 +0200
committerAndreas Maunz <andreas@maunz.de>2012-08-21 11:57:28 +0200
commitc568c54d9f5c444812e4050c1b7411648a416286 (patch)
treec72d93f86bc834c283df4c72df5e76d26cc90dfb /config.sh
parent2728dccd88af84afd62df090a8bdd06be1a4d8a3 (diff)
Bugfixes
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.sh b/config.sh
index d844d55..dbc42e6 100755
--- a/config.sh
+++ b/config.sh
@@ -18,7 +18,7 @@ OT_JAVA_HOME="/usr/lib/jvm/java-6-openjdk"
OB_NUM_VER="2.3.1"
RAPTOR2_NUM_VER="2.0.8"
RASQAL_NUM_VER="0.9.29"
-RUBY_DWL="http://ftp.ruby-lang.org/pub/ruby/1.9"
+RUBY_NUM_VER="1.9.3-p194"
# Done.
@@ -42,4 +42,6 @@ OB_DEST_BINDINGS="$OT_PREFIX/openbabel-ruby-install"
RAPTOR2_DWL="http://download.librdf.org/source/$RAPTOR2_VER.tar.gz"
RASQAL_DWL="http://download.librdf.org/source/$RASQAL_VER.tar.gz"
+RUBY_DWL="http://ftp.ruby-lang.org/pub/ruby/1.9"
+RUBY_DIR="$HOME/.rbenv/versions/$RUBY_NUM_VER"