summaryrefslogtreecommitdiff
path: root/opentox-test.gemspec
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-03-26 18:31:31 +0200
committerChristoph Helma <helma@in-silico.ch>2012-03-26 18:31:31 +0200
commit7572ecd87554587ebd82185dda98024102623489 (patch)
tree6946e21a2a4829a3d9a6cda99c24a6530e1820db /opentox-test.gemspec
opentox-client and toxbank-investigation tests imported
Diffstat (limited to 'opentox-test.gemspec')
-rw-r--r--opentox-test.gemspec19
1 files changed, 19 insertions, 0 deletions
diff --git a/opentox-test.gemspec b/opentox-test.gemspec
new file mode 100644
index 0000000..a9e1753
--- /dev/null
+++ b/opentox-test.gemspec
@@ -0,0 +1,19 @@
+# -*- encoding: utf-8 -*-
+
+Gem::Specification.new do |gem|
+ gem.authors = ["Christoph Helma"]
+ gem.email = ["helma@in-silico.ch"]
+ gem.description = %q{Tests for OpenTox/ToxBank services}
+ gem.summary = %q{Tests for OpenTox/ToxBank services}
+ gem.homepage = ""
+
+ gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
+ gem.files = `git ls-files`.split("\n")
+ gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
+ gem.name = "opentox-test"
+ gem.require_paths = ["test"]
+ gem.version = "0.0.1pre"
+
+ gem.add_runtime_dependency "opentox-client"
+
+end