summaryrefslogtreecommitdiff
path: root/opentox-ruby.sh
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-08 13:59:16 +0100
committerChristoph Helma <helma@in-silico.ch>2011-03-08 13:59:16 +0100
commit3f0829525db2e2bf12c08e3341b1ee11b4a86a03 (patch)
tree28d5e961a5e36ce265c3387e774e77fad615f129 /opentox-ruby.sh
parent57f6817830e09f8f28daaa4b5e9466dc6f562589 (diff)
jeweler gem added for development version
Diffstat (limited to 'opentox-ruby.sh')
-rw-r--r--opentox-ruby.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/opentox-ruby.sh b/opentox-ruby.sh
index 00e1a2c..5340b35 100644
--- a/opentox-ruby.sh
+++ b/opentox-ruby.sh
@@ -39,6 +39,7 @@ then
git clone http://github.com/helma/opentox-ruby.git
cd opentox-ruby
git checkout -t origin/$branch
+ gem install jeweler
rake install
gem_lib=`gem which opentox-ruby`
gem_lib=`echo $gem_lib | sed 's/\/opentox-ruby.rb//'`