Skip to content

Commit

Permalink
Use version 0.0.l4 for Neo4j 1.4 and 0.0.15 for Neo4j 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Oct 17, 2011
1 parent ac2e26a commit 1097667
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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

Expand Down

0 comments on commit 1097667

Please sign in to comment.