From 80cdde4c5cd03829518772e71b0bee4133afe622 Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 12 May 2016 15:35:03 +0000 Subject: bumped version --- lazar-gui.gemspec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lazar-gui.gemspec') diff --git a/lazar-gui.gemspec b/lazar-gui.gemspec index 9eec5f4..6c83511 100644 --- a/lazar-gui.gemspec +++ b/lazar-gui.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.summary = %q{lazar-gui} s.description = %q{Graphical User Interface for Lazar Toxicology Predictions} s.license = 'GPL-3.0' - s.executables = "lazar" + s.executables = ["lazar-start", "lazar-stop"] s.rubyforge_project = "lazar-gui" s.files = `git ls-files`.split("\n") @@ -21,6 +21,8 @@ Gem::Specification.new do |s| s.add_runtime_dependency "unicorn", "~> 5.1.0" s.post_install_message = %q{ - To run the service execute `lazar &`. + Service cmds: + lazar-start & + lazar-stop } end -- cgit v1.2.3