summaryrefslogtreecommitdiff
path: root/qsar-report.gemspec
blob: 766b9f23c5e8994f27d211b45134c458b07a1147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name        = "qsar-report"
  s.version     = File.read("./VERSION")
  s.date        = "2016-09-14"
  s.authors     = ["Micha Rautenberg"]
  s.email       = ["rautenberg@in-silico.ch"]
  s.homepage    = "https://github.com/opentox/qsar-report"
  s.summary     = %q{qsar-report}
  s.description = %q{QMRF and QPRF reporting for OpenTox ruby module and Lazar Toxicology Predictions}
  s.license     = 'GPL-3.0'
  s.metadata = { "issue_tracker" => "https://github.com/opentox/qsar-report/issues" }
   

  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'
  s.add_runtime_dependency "json", '~> 1.8'

end