Sha256: e7d71f69365a5e1bc43e457c08a7e833b762a4de7e2a906b44e57919752e4522

Contents?: true

Size: 962 Bytes

Versions: 7

Compression:

Stored size: 962 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-community'`

It does also include test jars (neo4j impermanent db) which are loaded by `Neo4j::Community.load_test_jars!`

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

1. cd neo4j-community
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-community-VERSION to tmp
7. rake upgrade
8. edit the lib/neo4j-community/version file
9. rake build

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


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

This gem is MIT licensed.

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
neo4j-community-2.2.4.1 README.md
neo4j-community-2.2.4 README.md
neo4j-community-2.2.3 README.md
neo4j-community-2.2.2 README.md
neo4j-community-2.2.1 README.md
neo4j-community-2.2.0.1 README.md
neo4j-community-2.2.0 README.md