From 7dcae58f3af869b4c58e6091cee099acff113ad2 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 27 Aug 2015 20:25:16 +0200 Subject: Initial GUI for Nestec models --- lazar-gui.gemspec | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'lazar-gui.gemspec') diff --git a/lazar-gui.gemspec b/lazar-gui.gemspec index 8b07ab2..dd852a0 100644 --- a/lazar-gui.gemspec +++ b/lazar-gui.gemspec @@ -15,18 +15,10 @@ Gem::Specification.new do |s| s.files = `git ls-files`.split("\n") s.required_ruby_version = '>= 1.9.2' - s.add_runtime_dependency "opentox-server" - s.add_runtime_dependency "opentox-client" - s.add_runtime_dependency "opentox-algorithm" - s.add_runtime_dependency "opentox-compound" - s.add_runtime_dependency "opentox-dataset" - s.add_runtime_dependency "opentox-feature" - s.add_runtime_dependency "opentox-model" - s.add_runtime_dependency "opentox-task" - s.add_runtime_dependency "opentox-validation" + #s.add_runtime_dependency "opentox-server" + s.add_runtime_dependency "lazar" s.add_runtime_dependency "sinatra" s.add_runtime_dependency "haml" s.add_runtime_dependency "sass" s.add_runtime_dependency "unicorn" - s.post_install_message = "Please configure your service in ~/.opentox/config/lazar-gui.rb" end -- cgit v1.2.3