Sha256: 7b34f801bc63aa748b9744086d8cfca2f503c13b6a3fa9769ba1530671b15677

Contents?: true

Size: 971 Bytes

Versions: 10

Compression:

Stored size: 971 Bytes

Contents

JAR files for the neo4j Graph Database
==================================================

This gem provides a set of jar files of the Neo4j Graph Database.

To use it: `require 'neo4j-enterprise'`

It can be used directly but the intention is to use it with [neo4j.rb](https://github.com/andreasronge/neo4j).

How to Release
==================================================

1. cd neo4j-enterprise
2. git clean -df # make sure there are no local file
3. rm -rf tmp # make sure old tar file is deleted
4. mkdir tmp
5. Download tar/gz file from http://neo4j.org/download
6. cp ~/Download/neo4j-enterprise-VERSION to tmp
7. rake upgrade
8. edit the lib/neo4j-enterprise/version file
9. rake build

There should now be a gem file available in the pkg folder. 
  gem install pkg/neo4j-enterprise-VERSION-java.gem  

License
==================================================

This gem is MIT licensed.

However the jars included are licensed by [Neo4j](http://neo4j.orb).

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
neo4j-enterprise-2.2.4.1-java README.md
neo4j-enterprise-2.2.4-java README.md
neo4j-enterprise-2.2.2-java README.md
neo4j-enterprise-2.2.1-java README.md
neo4j-enterprise-2.2.0-java README.md
neo4j-enterprise-1.9.5-java README.md
neo4j-enterprise-1.9.2-java README.md
neo4j-enterprise-1.9-java README.md
neo4j-enterprise-1.8.2-java README.md
neo4j-enterprise-1.9.M05-java README.md