From 109766792966ba66b9ed90d4bd8209f79cbed441 Mon Sep 17 00:00:00 2001 From: Max De Marzi Date: Mon, 17 Oct 2011 13:00:31 -0500 Subject: [PATCH] Use version 0.0.l4 for Neo4j 1.4 and 0.0.15 for Neo4j 1.5 --- README.rdoc | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.rdoc b/README.rdoc index 6a42686..94417f3 100644 --- a/README.rdoc +++ b/README.rdoc @@ -8,7 +8,11 @@ If you want to the full power of Neo4j, you will want to use JRuby and the excel === Installation - gem install 'neography' + gem install 'neography', '0.0.14' # for version 1.4 of Neo4j + +or + + gem install 'neography', '0.0.15' # for version 1.5 of Neo4j After that, in your ruby script: @@ -17,15 +21,6 @@ After that, in your ruby script: in order to access the functionality. -=== Try it now! - -I am hosting an instance of Neo4j (1.3M04) at neography.org for you to try out. - -You can see the administration at: {Neo4j Web Admin}[http://neography.org] - - # Add this to your ruby file to use it - Neography::Config.server = 'neography.org' - === Dependencies