summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-02-08 16:40:31 +0100
committerChristoph Helma <helma@in-silico.de>2010-02-08 16:40:31 +0100
commit166d6bc50a99f7c3a41325f08fdad001af88224e (patch)
treebbdcbe2721d87c216e819a6108dd3d993f443be4 /Rakefile
parent51344709fb0d3ee1f74f77bc225eba914e28194c (diff)
parent499b05d3d949b2b53b4411d28779d9155cf5bf5e (diff)
gemspec rebuilt
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ba06640..e585ca6 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", "thin", "emk-sinatra-url-for", "cehoffman-sinatra-respond_to", "dm-more", "dm-core", "sinatra-static-assets"].each do |dep|
+ ["sinatra", "rest-client", "rack", "rack-contrib", "rack-flash", "thin", "emk-sinatra-url-for", "cehoffman-sinatra-respond_to", "dm-more", "dm-core", "sinatra-static-assets", "do_sqlite3", "do_postgres"].each do |dep|
gem.add_dependency dep
end
gem.add_development_dependency "cucumber"