Sha256: 09b5228d06b58f7e98d525648f2067df87419e23e85f38d11e3b0cfd2233cbdb
Contents?: true
Size: 454 Bytes
Versions: 1
Compression:
Stored size: 454 Bytes
Contents
module Neo4j module Community VERSION = "1.6.0.alpha.4" NEO_VERSION = "1.6.M02" end # make sure community, advanced and enterprise neo4j jar files have the same version if defined?(NEO_VERSION) if NEO_VERSION != Community::NEO_VERSION raise "Mismatch of Neo4j JAR versions. Already loaded JAR files #{NEO_VERSION}, neo4j-community: #{Community::NEO_VERSION}" end else NEO_VERSION = Community::NEO_VERSION end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
neo4j-community-1.6.0.alpha.4-java | lib/neo4j-community/version.rb |