Skip to content

Commit

Permalink
using default of localhost for examples now
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Nov 10, 2011
1 parent d9f460a commit 60d32ac
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ An alternative is the Architect4r Gem at https://github.com/namxam/architect4r b

or

gem install 'neography' # for version 1.5M02 of Neo4j or higher
gem install 'neography' # for version 1.5M of Neo4j or higher

After that, in your ruby script:

Expand Down
1 change: 0 additions & 1 deletion examples/facebook.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require 'rubygems'
require 'neography'

Neography::Config.server = 'neography.org'
@neo = Neography::Rest.new

def create_person(name)
Expand Down
1 change: 0 additions & 1 deletion examples/facebook_v2.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require 'rubygems'
require 'neography'

Neography::Config.server = 'neography.org'
@neo = Neography::Rest.new

def suggestions_for(node)
Expand Down
1 change: 0 additions & 1 deletion examples/linkedin.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require 'rubygems'
require 'neography'

Neography::Config.server = 'neography.org'
@neo = Neography::Rest.new

def create_person(name)
Expand Down
1 change: 0 additions & 1 deletion examples/linkedin_v2.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require 'rubygems'
require 'neography'

Neography::Config.server = 'neography.org'
@neo = Neography::Rest.new

johnathan = Neography::Node.create("name" =>'Johnathan')
Expand Down

0 comments on commit 60d32ac

Please sign in to comment.