From 1c74a684b8b2992d7e6fce5f1a4677d397ec4dd6 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Sat, 18 Jul 2015 08:52:39 +0200 Subject: dataset tests pass --- opentox-client.gemspec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'opentox-client.gemspec') diff --git a/opentox-client.gemspec b/opentox-client.gemspec index 91ee0ae..3bba11c 100644 --- a/opentox-client.gemspec +++ b/opentox-client.gemspec @@ -26,10 +26,9 @@ Gem::Specification.new do |s| #s.add_runtime_dependency 'rdf-turtle' s.add_runtime_dependency "open4" s.add_runtime_dependency "openbabel" - s.add_runtime_dependency "mongo" - s.add_runtime_dependency "bson" - + s.add_runtime_dependency "mongoid", '~> 5.0beta' + # 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" + #["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 -- cgit v1.2.3