Skip to content

Commit

Permalink
clean up file name
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Jul 24, 2011
1 parent 80b240b commit 596f36c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
neography (0.0.12)
neography (0.0.13)
httparty (~> 0.7.3)
json

Expand All @@ -11,10 +11,9 @@ GEM
crack (0.1.8)
diff-lcs (1.1.2)
fakeweb (1.3.0)
httparty (0.7.3)
httparty (0.7.4)
crack (= 0.1.8)
json (1.4.6)
json (1.4.6-java)
net-http-spy (0.2.1)
rake (0.8.7)
rspec (2.0.1)
Expand All @@ -34,8 +33,6 @@ PLATFORMS

DEPENDENCIES
fakeweb (~> 1.3.0)
httparty (~> 0.7.3)
json
neography!
net-http-spy (~> 0.2.1)
rake (~> 0.8.7)
Expand Down
1 change: 1 addition & 0 deletions lib/neography.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def find_and_require_user_defined_code
require 'neography/node_traverser'
require 'neography/path_traverser'
require 'neography/equal'
require 'neography/index'

require 'neography/node'
require 'neography/relationship'
Expand Down
13 changes: 13 additions & 0 deletions lib/neography/index.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module Neography
module Index

def index

end

def find

end

end
end
1 change: 1 addition & 0 deletions lib/neography/node.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module Neography
class Node < PropertyContainer
include Neography::Index
include Neography::NodeRelationship
include Neography::NodePath
include Neography::Equal
Expand Down

0 comments on commit 596f36c

Please sign in to comment.