From 9789095fbf7f2053a95b328d299b49950fa48676 Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 17 Oct 2014 15:37:02 +0200 Subject: updated Gemfile with local opentox-gems; added validation to gemspec --- Gemfile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index e9d1078..1b83cff 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,14 @@ source "https://rubygems.org" +gemspec gem "sinatra" gem "haml" gem "sass" gem "opentox-server", :path => "../opentox-server" gem "opentox-client", :path => "../opentox-client" +gem "opentox-algorithm", :path => "../algorithm" +gem "opentox-compound", :path => "../compound" +gem "opentox-dataset", :path => "../dataset" +gem "opentox-feature", :path => "../feature" +gem "opentox-model", :path => "../model" +gem "opentox-task", :path => "../task" +gem "opentox-validation", :path => "../validation" -- cgit v1.2.3