summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-23 10:29:17 +0300
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-23 10:29:17 +0300
commit8c60ea7234f0664dd7c8ab7397cc9832797331df (patch)
tree6144c3781457baf45bb4663b5930b73083f16bdb
parent381fe97fa5a27476070408118a4ecb000c3cb339 (diff)
Compound version differs from opentox-server version
-rw-r--r--compound.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/compound.gemspec b/compound.gemspec
index ba6d742..75a2aa8 100644
--- a/compound.gemspec
+++ b/compound.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9.2'
# specify any dependencies here; for example:
- s.add_runtime_dependency "opentox-server", s.version
+ s.add_runtime_dependency "opentox-server"
s.add_runtime_dependency "rjb"
s.add_runtime_dependency "openbabel"
s.post_install_message = "Please configure your service in ~/.opentox/config/compound.rb"