summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-11-10 15:16:49 +0100
committerChristoph Helma <helma@in-silico.de>2009-11-10 15:16:49 +0100
commit331d50f69af8f8b8df7f600d3d82533811344bb0 (patch)
treedd2c6cceb95ca27d4f409ee125bc125c0bff249e /Rakefile
parent28c8afb3e885da6f5c23a8f0608aff7d4fd6bf1c (diff)
Installation instructions for openbabel ruby bindings
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ef29218..cdd29c5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,7 +16,7 @@ begin
gem.add_dependency "rack-contrib"
gem.add_dependency "thin"
gem.add_dependency "cucumber"
-
+ gem.add_dependency "ezmobius-redis-rb"
gem.files = FileList["[A-Z]*", "{bin,generators,lib,test}/**/*", 'lib/jeweler/templates/.gitignore']
gem.files.include %w(lib/tasks/opentox.rb, lib/tasks/redis.rb, lib/environment.rb, lib/algorithm.rb, lib/compound.rb, lib/dataset.rb, lib/feature.rb, lib/model.rb, lib/utils.rb, lib/templates/*)
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings