summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-05-20 17:14:29 +0200
committerChristoph Helma <helma@in-silico.ch>2010-05-20 17:14:29 +0200
commit26056e7e835e3aff7fb0ed342ca8c58a2bfe6562 (patch)
treec804e5c6e17cd9bdb8ed6a4ba00041280d4bdd36 /Rakefile
parent0cfb74221070254f9814680487cd392f1e65ae35 (diff)
missing gem dependencies added
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile23
1 files changed, 22 insertions, 1 deletions
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|