Sha256: cf547e49acc02fd3450206684b631e99b013457e76786efcefbc7a65da9199f1
Contents?: true
Size: 735 Bytes
Versions: 2
Compression:
Stored size: 735 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "qsar-report" s.version = File.read("./VERSION") s.date = "2016-08-19" s.authors = ["Micha Rautenberg"] s.email = ["rautenberg@in-silico.ch"] s.homepage = "http://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.rubyforge_project = "qsar-report" 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
qsar-report-0.0.3 | qsar-report.gemspec |
qsar-report-0.0.2 | qsar-report.gemspec |