From fceabfcc4e281c582ec5cc09ba84eb49e20a13f0 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 16 Jul 2015 16:54:48 +0200 Subject: feature tests for standalone version --- opentox-client.gemspec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'opentox-client.gemspec') diff --git a/opentox-client.gemspec b/opentox-client.gemspec index 872a985..91ee0ae 100644 --- a/opentox-client.gemspec +++ b/opentox-client.gemspec @@ -21,11 +21,13 @@ Gem::Specification.new do |s| # specify any dependencies here; for example: s.add_runtime_dependency "bundler" s.add_runtime_dependency "rest-client" - s.add_runtime_dependency "rdf" - s.add_runtime_dependency "rdf-raptor" - s.add_runtime_dependency 'rdf-turtle' + #s.add_runtime_dependency "rdf" + #s.add_runtime_dependency "rdf-raptor" + #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" # external requirements ["libraptor-dev"].each{|r| s.requirements << r} -- cgit v1.2.3