summaryrefslogtreecommitdiff
path: root/lazar-rest.gemspec
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2015-09-15 18:26:28 +0200
committerrautenberg <rautenberg@in-silico.ch>2015-09-15 18:26:28 +0200
commitd05e0f9a367c6b4eafabdaf86272a7fa0785c11e (patch)
treea04bf1e1ee41f69732e6992521b5f01a9e58b19e /lazar-rest.gemspec
parentc2b42bd053d4e0c0ec72e2fb1b26530a2d5fd81e (diff)
initial files with test and api
Diffstat (limited to 'lazar-rest.gemspec')
-rw-r--r--lazar-rest.gemspec23
1 files changed, 23 insertions, 0 deletions
diff --git a/lazar-rest.gemspec b/lazar-rest.gemspec
new file mode 100644
index 0000000..525865f
--- /dev/null
+++ b/lazar-rest.gemspec
@@ -0,0 +1,23 @@
+# -*- encoding: utf-8 -*-
+
+Gem::Specification.new do |s|
+ s.name = "lazar-rest"
+ s.version = File.read("./VERSION")
+ s.authors = ["Christoph Helma","Micha Rautenberg","Denis Gebele"]
+ s.email = ["helma@in-silico.ch","rautenberg@in-silico.ch","gebele@in-silico.ch"]
+ s.homepage = "http://github.com/opentox/lazar-rest"
+ s.summary = %q{lazar-rest}
+ s.description = %q{REST Interface for Lazar Toxicology Predictions}
+ s.license = 'GPL-3'
+
+ s.rubyforge_project = "lazar-rest"
+
+ s.files = `git ls-files`.split("\n")
+ s.required_ruby_version = '>= 1.9.2'
+
+ s.add_runtime_dependency "lazar"
+ s.add_runtime_dependency "sinatra"
+ s.add_runtime_dependency "haml"
+ s.add_runtime_dependency "sass"
+ s.add_runtime_dependency "unicorn"
+end \ No newline at end of file