From ea3829ca583ea706cd96a9544e22949bd751158b Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Sat, 9 Jan 2010 18:22:47 +0100 Subject: tasks added --- Rakefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index c5cb026..5974a9c 100644 --- a/Rakefile +++ b/Rakefile @@ -10,13 +10,9 @@ begin gem.email = "helma@in-silico.ch" gem.homepage = "http://github.com/helma/opentox-ruby-api-wrapper" gem.authors = ["Christoph Helma"] - 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 "emk-sinatra-url-for" - gem.add_dependency "cehoffman-sinatra-respond_to" + ["sinatra", "rest-client", "rack", "rack-contrib", "thin", "emk-sinatra-url-for", "cehoffman-sinatra-respond_to", "dm-more", "dm-core"].each do |dep| + gem.add_dependency dep + end gem.add_development_dependency "cucumber" gem.files = FileList["[A-Z]*", "{bin,generators,lib,test}/**/*", 'lib/jeweler/templates/.gitignore'] gem.files.include %w(lib/tasks/owl.rb, lib/environment.rb, lib/algorithm.rb, lib/compound.rb, lib/dataset.rb, lib/model.rb, lib/utils.rb, lib/templates/*) -- cgit v1.2.3