Skip to content

Commit

Permalink
Added missing Neo4j::VERSION constant
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasronge committed May 2, 2012
1 parent eff09ed commit 799cdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/neo4j.rb
Expand Up @@ -12,6 +12,7 @@

require 'active_model'

require 'neo4j/version'
require 'neo4j-core'
require 'neo4j-wrapper'

Expand All @@ -20,4 +21,3 @@
require 'neo4j/paginated'

require 'orm_adapter/adapters/neo4j'
Dir["#{File.dirname(__FILE__)}/tasks/**/*.rake"].each { |ext| load ext } if defined?(Rake) && respond_to?(:namespace)

0 comments on commit 799cdf9

Please sign in to comment.