From 26056e7e835e3aff7fb0ed342ca8c58a2bfe6562 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 20 May 2010 17:14:29 +0200 Subject: missing gem dependencies added --- Rakefile | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 0fe329f..1d9a184 100644 --- a/Rakefile +++ b/Rakefile @@ -10,7 +10,28 @@ begin gem.email = "helma@in-silico.ch" gem.homepage = "http://github.com/helma/opentox-ruby-api-wrapper" gem.authors = ["Christoph Helma"] - ["sinatra", "rest-client", "rack", "rack-contrib", "rack-flash", "emk-sinatra-url-for", "sinatra-respond_to", "dm-more", "dm-core", "sinatra-static-assets","tmail","roo","spreadsheet", "google-spreadsheet-ruby"].each do |dep| + [ "sinatra", + "emk-sinatra-url-for", + "sinatra-respond_to", + "sinatra-static-assets", + "dm-more", + "dm-core", + "rest-client", + "rack", + "rack-contrib", + "rack-flash", + "nokogiri", + "rubyzip", + "builder", + "do_mysql", + "data_objects", + "roo", + "spreadsheet", + "google-spreadsheet-ruby", + "tmail", + "haml" + + ].each do |dep| gem.add_dependency dep end ['cucumber','jeweler'].each do |dep| -- cgit v1.2.3