summaryrefslogtreecommitdiff
path: root/lazar-gui.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'lazar-gui.gemspec')
-rw-r--r--lazar-gui.gemspec31
1 files changed, 31 insertions, 0 deletions
diff --git a/lazar-gui.gemspec b/lazar-gui.gemspec
new file mode 100644
index 0000000..55e2705
--- /dev/null
+++ b/lazar-gui.gemspec
@@ -0,0 +1,31 @@
+# -*- encoding: utf-8 -*-
+
+Gem::Specification.new do |s|
+ s.name = "lazar-gui"
+ s.version = File.read("./VERSION")
+ s.authors = ["Christoph Helma","Denis Gebele"]
+ s.email = ["helma@in-silico.ch","gebele@in-silico.ch"]
+ s.homepage = "http://github.com/opentox/lazar-gui"
+ s.summary = %q{lazar-gui}
+ s.description = %q{Graphical User Interface for Lazar Toxicology Predictions}
+ s.license = 'GPL-3'
+
+ s.rubyforge_project = "lazar-gui"
+
+ 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 "compass"
+ s.add_runtime_dependency "sinatra"
+ s.add_runtime_dependency "haml"
+ s.add_runtime_dependency "sass"
+ s.post_install_message = "Please configure your service in ~/.opentox/config/lazar-gui.rb"
+end