summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-05-12 13:09:17 +0200
committerChristoph Helma <helma@in-silico.ch>2010-05-12 13:09:17 +0200
commit684e7ef922bcd4f442f20141b8265b8ff034d7a5 (patch)
treec8f7017b60666dfb664255901b5bba2267537f4a /Rakefile
parent729c84cec1b4c32b69417e8d55762c698cc1bcd6 (diff)
emk-sinatra-url-for reintroduced (not available on gemcutter)
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c00a13f..4948efe 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", "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"].each do |dep|
gem.add_dependency dep
end
['cucumber','jeweler'].each do |dep|