summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-11-17 12:50:41 +0100
committerChristoph Helma <helma@in-silico.de>2009-11-17 12:50:41 +0100
commit616e39016c6b10854c164d81b9267831a93bf604 (patch)
tree23a657bec7c5dca557c97f54a786b996dec8daa0 /Rakefile
parent292b9327a3a9978fbafcdf97c99156e87da51cfb (diff)
more dependencies added
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3d5756a..2c4322f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,13 +10,15 @@ begin
gem.email = "helma@in-silico.ch"
gem.homepage = "http://github.com/helma/opentox-ruby-api-wrapper"
gem.authors = ["Christoph Helma"]
- gem.add_dependency "technoweenie-rest-client"
+ gem.add_dependency "rest-client"
gem.add_dependency "sinatra"
gem.add_dependency "rack"
gem.add_dependency "rack-contrib"
gem.add_dependency "thin"
gem.add_dependency "cucumber"
gem.add_dependency "ezmobius-redis-rb"
+ gem.add_dependency "emk-sinatra-url-for"
+ gem.add_dependency "cehoffman-sinatra-respond_to"
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