summaryrefslogtreecommitdiff
path: root/loael-mazzatorta.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'loael-mazzatorta.gemspec')
-rw-r--r--loael-mazzatorta.gemspec14
1 files changed, 14 insertions, 0 deletions
diff --git a/loael-mazzatorta.gemspec b/loael-mazzatorta.gemspec
new file mode 100644
index 0000000..10da2fa
--- /dev/null
+++ b/loael-mazzatorta.gemspec
@@ -0,0 +1,14 @@
+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