summaryrefslogtreecommitdiff
path: root/opentox-client.gemspec
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2015-07-18 08:52:39 +0200
committerChristoph Helma <helma@in-silico.ch>2015-07-18 08:52:39 +0200
commit1c74a684b8b2992d7e6fce5f1a4677d397ec4dd6 (patch)
tree7b23f87020a8b5cf1a56f2108e7563d90912dcc5 /opentox-client.gemspec
parenta8e52efbfd977c7ecfc98df10960686a05ed8afd (diff)
dataset tests pass
Diffstat (limited to 'opentox-client.gemspec')
-rw-r--r--opentox-client.gemspec9
1 files changed, 4 insertions, 5 deletions
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