Gem::Specification.new do |s| s.name = "loael-mazzatorta" s.version = "0.0.1" s.authors = ["Alberto Manganaro","Christoph Helma"] s.email = ["a.manganaro@kode-solutions.net","helma@in-silico.ch"] s.summary = %q{Mazzatorta LOAEL model} s.description = %q{Reimplementation of Mazzatortas LOAEL model} s.license = 'GPL-3.0' s.rubyforge_project = "loael-mazzatorta" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ["lib"] end