summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-11-03 17:54:15 +0100
committerChristoph Helma <helma@in-silico.de>2009-11-03 17:54:15 +0100
commit28c8afb3e885da6f5c23a8f0608aff7d4fd6bf1c (patch)
tree8052a1b7212e7254097388ab42a84d9de4f881df /Rakefile
parent5d5688fbe43806af8523e5481715b5969feeab60 (diff)
redis tasks included, redis:flushall added
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 99d2812..ef29218 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,9 +12,13 @@ begin
gem.authors = ["Christoph Helma"]
gem.add_dependency "technoweenie-rest-client"
gem.add_dependency "sinatra"
+ gem.add_dependency "rack"
+ gem.add_dependency "rack-contrib"
+ gem.add_dependency "thin"
+ gem.add_dependency "cucumber"
gem.files = FileList["[A-Z]*", "{bin,generators,lib,test}/**/*", 'lib/jeweler/templates/.gitignore']
- gem.files.include %w(lib/tasks/opentox.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.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
end
rescue LoadError