Sha256: f78a4d954cd24acce6d333e211ef70c7d064c429699f38549d22164ce6a3e3de

Contents?: true

Size: 728 Bytes

Versions: 1

Compression:

Stored size: 728 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name        = "qsar-report"
  s.version     = File.read("./VERSION")
  s.date        = "2016-09-16"
  s.authors     = ["Micha Rautenberg","Christoph Helma", "Denis Gebele"]
  s.email       = ["rautenberg@in-silico.ch", "helma@in-silico.ch", "gebele@in-silico.ch"]
  s.homepage    = "https://git.in-silico.ch/qsar-report"
  s.summary     = %q{qsar-report}
  s.description = %q{QMRF and QPRF reporting for OpenTox ruby module and Lazar Toxicity Predictions}
  s.license     = 'GPL-3.0'

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

  s.add_runtime_dependency "nokogiri", '~> 1.6'
  s.add_runtime_dependency "haml", '~> 4.0'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
qsar-report-1.0.3 qsar-report.gemspec