summaryrefslogtreecommitdiff
path: root/nano-lazar.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'nano-lazar.gemspec')
-rw-r--r--nano-lazar.gemspec12
1 files changed, 10 insertions, 2 deletions
diff --git a/nano-lazar.gemspec b/nano-lazar.gemspec
index 6e322f3..f3ec373 100644
--- a/nano-lazar.gemspec
+++ b/nano-lazar.gemspec
@@ -7,9 +7,9 @@ Gem::Specification.new do |s|
s.email = ["helma@in-silico.ch","rautenberg@in-silico.ch","gebele@in-silico.ch"]
s.homepage = "http://github.com/enanomapper/nano-lazar"
s.summary = %q{nano-lazar}
- s.description = %q{Graphical User Interface for Nano Lazar Toxicology Predictions}
+ s.description = %q{Graphical user interface for nano-lazar toxicology predictions}
s.license = 'GPL-3'
-
+ s.executables = ["nano-lazar-start", "nano-lazar-stop"]
s.rubyforge_project = "nano-lazar"
s.files = `git ls-files`.split("\n")
@@ -20,4 +20,12 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "rdiscount"
s.add_runtime_dependency "haml"
s.add_runtime_dependency "unicorn"
+ s.add_runtime_dependency "gem-path", "~> 0.6.1", '>= 0.6.1'
+
+ s.post_install_message = %q{
+ How to build nano-lazar prediction models described over here: https://github.com/opentox/lazar-public-data .
+ Service commands:
+ nano-lazar-start
+ nano-lazar-stop
+ }
end