From 52a3d062409337ecc019991b00d0495f90f8261e Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 10 Jun 2016 06:35:19 +0000 Subject: added version and share buttons --- nano-lazar.gemspec | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 nano-lazar.gemspec (limited to 'nano-lazar.gemspec') diff --git a/nano-lazar.gemspec b/nano-lazar.gemspec new file mode 100644 index 0000000..c6ae2b1 --- /dev/null +++ b/nano-lazar.gemspec @@ -0,0 +1,22 @@ +# -*- encoding: utf-8 -*- + +Gem::Specification.new do |s| + s.name = "nano-lazar" + s.version = File.read("./VERSION") + s.authors = ["Christoph Helma","Micha Rautenberg","Denis Gebele"] + 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.license = 'GPL-3' + + s.rubyforge_project = "nano-lazar" + + s.files = `git ls-files`.split("\n") + s.required_ruby_version = '>= 2.0.0' + + s.add_runtime_dependency "sinatra" + s.add_runtime_dependency "rdiscount" + s.add_runtime_dependency "haml" + s.add_runtime_dependency "unicorn" +end -- cgit v1.2.3