summaryrefslogtreecommitdiff
path: root/opentox-client.gemspec
diff options
context:
space:
mode:
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