summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-05-20 10:31:35 +0200
committerChristoph Helma <helma@in-silico.ch>2010-05-20 10:31:35 +0200
commit0cfb74221070254f9814680487cd392f1e65ae35 (patch)
tree0507d0fe9bd896ef957c39bf7e3bff309412caae /Rakefile
parentdf1c59a593a9ec3aa6defe170ee8b05fdbd7ece3 (diff)
roo and google-spreadshett-ruby dependencies added
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 4948efe..0fe329f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,7 @@ 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"].each do |dep|
+ ["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|
gem.add_dependency dep
end
['cucumber','jeweler'].each do |dep|