summaryrefslogtreecommitdiff
path: root/opentox-client.gemspec
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2012-03-21 09:32:18 +0100
committerrautenberg <rautenberg@in-silico.ch>2012-03-21 09:32:18 +0100
commit8013002d2256a2e86982c2d0ef8358ad30bc9252 (patch)
tree6e25e5d92ca29cd46213d593db14d5538630d5e1 /opentox-client.gemspec
parenta6d1725caa7d350f2526ea82af3478a12a34f93d (diff)
parentfc990e6dae8af7cfdf7d12b4e1d9ccd3b557418a (diff)
Merge branch 'development' of github.com:opentox/opentox-client into development
Diffstat (limited to 'opentox-client.gemspec')
-rw-r--r--opentox-client.gemspec4
1 files changed, 4 insertions, 0 deletions
diff --git a/opentox-client.gemspec b/opentox-client.gemspec
index 198a6ed..52456a5 100644
--- a/opentox-client.gemspec
+++ b/opentox-client.gemspec
@@ -24,4 +24,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "rdf"
s.add_runtime_dependency "rdf-raptor"
s.add_runtime_dependency "open4"
+
+ # external requirements
+ ["libraptor-dev"].each{|r| s.requirements << r}
+ s.post_install_message = "Please check the version of your libraptor library, if installation of rdf.rb fails"
end