summaryrefslogtreecommitdiff
path: root/aa.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'aa.gemspec')
-rw-r--r--aa.gemspec20
1 files changed, 20 insertions, 0 deletions
diff --git a/aa.gemspec b/aa.gemspec
new file mode 100644
index 0000000..fe43a6f
--- /dev/null
+++ b/aa.gemspec
@@ -0,0 +1,20 @@
+# -*- encoding: utf-8 -*-
+$:.push File.expand_path("../lib", __FILE__)
+
+Gem::Specification.new do |s|
+ s.name = "opentox-aa-example"
+ s.version = File.read("./VERSION")
+ s.authors = ["Micha Rautenberg"]
+ s.email = ["rautenberg@in-silico.ch"]
+ s.homepage = ""
+ s.summary = %q{Simple OpenTox A&A Service}
+ s.description = %q{Simple OpenTox A&A Service}
+ s.license = 'GPL-3'
+
+ s.files = `git ls-files`.split("\n")
+ s.required_ruby_version = '>= 2.0.0'
+
+ # specify any dependencies here; for example:
+ s.add_runtime_dependency "opentox-server"
+ s.post_install_message = "Please configure your service in ~/.opentox/config/aa.rb"
+end