summaryrefslogtreecommitdiff
path: root/compound.gemspec
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-08-23 08:43:38 +0200
committerChristoph Helma <helma@in-silico.ch>2012-08-23 08:43:38 +0200
commit381fe97fa5a27476070408118a4ecb000c3cb339 (patch)
tree22c161d5c7987a941d9015e70e07319b77bf7c98 /compound.gemspec
parentf3a8a30391eaa832d3c2d0b0fba298a35678be83 (diff)
parent068fe693a0ecd0aba769b20a0def1ac048ee45a1 (diff)
Merge branch 'development' of github.com:opentox/compound into developmentv5.0.0pre1
Conflicts: compound.gemspec
Diffstat (limited to 'compound.gemspec')
-rw-r--r--compound.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/compound.gemspec b/compound.gemspec
index 1daf893..ba6d742 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.version
s.add_runtime_dependency "rjb"
s.add_runtime_dependency "openbabel"
s.post_install_message = "Please configure your service in ~/.opentox/config/compound.rb"