summaryrefslogtreecommitdiff
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
commitc12ceee84da5edb3ea2c26bae52db3319454965b (patch)
tree88d7ff5e1c5d9fb0e97cf3673c8d60ed9e5efd8c
parent63eb7b3322eec6f82b84a196450b35f04bc068fa (diff)
emk-sinatra-url-for reintroduced (not available on gemcutter)
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ba7bd76..21e8bdf 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,7 +2,7 @@ require 'rubygems'
require 'rake'
require 'tasks/opentox'
-@gems = "sinatra sinatra-url-for opentox-ruby-api-wrapper"
+@gems = "sinatra emk-sinatra-url-for opentox-ruby-api-wrapper"
desc "Run local tests"
task :test do