Sha256: e1ab02161c6197969bcb6641a9b2e44e9f43edf8830f92c47c3fa926a6388d4d

Contents?: true

Size: 1.09 KB

Versions: 2

Compression:

Stored size: 1.09 KB

Contents

# -*- 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.0'
  s.executables = ["nano-lazar-start", "nano-lazar-stop"]
  s.rubyforge_project = "nano-lazar"

  s.files       = `git ls-files`.split("\n")
  s.required_ruby_version = '>= 2.0.0'

  s.add_runtime_dependency "lazar"
  s.add_runtime_dependency "sinatra"
  s.add_runtime_dependency "rdiscount"
  s.add_runtime_dependency "haml"
  s.add_runtime_dependency "unicorn"
  s.add_runtime_dependency "gem-path"

  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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nano-lazar-1.1.1 nano-lazar.gemspec
nano-lazar-1.1.0 nano-lazar.gemspec