summaryrefslogtreecommitdiff
path: root/nano-lazar.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'nano-lazar.gemspec')
-rw-r--r--nano-lazar.gemspec22
1 files changed, 22 insertions, 0 deletions
diff --git a/nano-lazar.gemspec b/nano-lazar.gemspec
new file mode 100644
index 0000000..2e40218
--- /dev/null
+++ b/nano-lazar.gemspec
@@ -0,0 +1,22 @@
+# -*- encoding: utf-8 -*-
+$:.push File.expand_path("../lib", __FILE__)
+
+Gem::Specification.new do |s|
+ s.name = "lazar"
+ s.version = File.read("./VERSION").strip
+ s.authors = ["Christoph Helma, Micha Rautenberg, David Vorgrimmler, Denis Gebele"]
+ s.email = ["helma@in-silico.ch"]
+ s.homepage = "http://github.com/opentox/nano-lazar"
+ s.summary = %q{Lazar nanotoxicity framework}
+ s.description = %q{Libraries for nanoparticle lazy structure-activity relationships and read-across.}
+ s.license = 'GPL-3'
+
+ s.rubyforge_project = "lazar"
+ s.files = `git ls-files`.split("\n")
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
+ s.require_paths = ["lib"]
+
+ # specify any dependencies here; for example:
+ s.add_runtime_dependency "bundler"
+ s.add_runtime_dependency "lazar"
+end