neo4j-community 1.8.M07-java → 1.8.RC1-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -3,20 +3,25 @@ JAR files for the neo4j Graph Database
3
3
 
4
4
  This gem provides a set of jar files of the Neo4j Graph Database.
5
5
 
6
- To use it: `require 'neo4j-jars'`
6
+ To use it: `require 'neo4j-community'`
7
7
 
8
8
  It can be used directly but the intention is to use it with [neo4j.rb](https://github.com/andreasronge/neo4j).
9
9
 
10
- Versioning
10
+ How to Release
11
11
  ==================================================
12
12
 
13
- The major and minor versions of the gem correspond to the version of the database.
14
- The patch version is different.
13
+ 1. cd neo4j-advanced
14
+ 2. git clean -df # make sure there are no local file
15
+ 3. rm -rf tmp # make sure old tar file is deleted
16
+ 4. mkdir tmp
17
+ 5. Download tar/gz file from http://neo4j.org/download
18
+ 6. cp ~/Download/neo4j-community-VERSION to tmp
19
+ 7. rake upgrade
20
+ 8. edit the lib/neo4j-community/version file
15
21
 
16
- That means:
22
+ There should now be a gem file available in the pkg folder.
23
+ gem install pkg/neo4j-community-VERSION-java.gem
17
24
 
18
- - if you need `1.6`, use `~> 1.6.0` in the Gemfile. It will always update to the latest version of 1.6 of the database.
19
- - if you need `1.6.M02`, then you will need to find the appropriate gem version on the [RubyGems](http://rubygems.org) and lock it (using `= 1.6.25` for example). But it will always be `1.6.xxx`.
20
25
 
21
26
  License
22
27
  ==================================================
@@ -1,7 +1,7 @@
1
1
  module Neo4j
2
2
  module Community
3
- VERSION = "1.8.M07"
4
- NEO_VERSION = "1.8.M07"
3
+ VERSION = "1.8.RC1"
4
+ NEO_VERSION = "1.8.RC1"
5
5
  end
6
6
  end
7
7
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: neo4j-community
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 4
5
- version: 1.8.M07
5
+ version: 1.8.RC1
6
6
  platform: java
7
7
  authors:
8
8
  - Dmytrii Nagirniak
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2012-08-13 00:00:00 Z
14
+ date: 2012-09-21 00:00:00 Z
15
15
  dependencies: []
16
16
 
17
17
  description: "The Java Jar files for the Neo4j Community, a high performance, fully ACID transactional graph database \xE2\x80\x93 licensed under the GPL, see license - http://neo4j.org/licensing-guide/ "
@@ -32,17 +32,17 @@ files:
32
32
  - lib/neo4j-community.rb
33
33
  - lib/neo4j-community/jars/geronimo-jta_1.1_spec-1.1.1.jar
34
34
  - lib/neo4j-community/jars/lucene-core-3.5.0.jar
35
- - lib/neo4j-community/jars/neo4j-cypher-1.8.M07.jar
36
- - lib/neo4j-community/jars/neo4j-graph-algo-1.8.M07.jar
37
- - lib/neo4j-community/jars/neo4j-graph-matching-1.8.M07.jar
38
- - lib/neo4j-community/jars/neo4j-jmx-1.8.M07.jar
39
- - lib/neo4j-community/jars/neo4j-kernel-1.8.M07.jar
40
- - lib/neo4j-community/jars/neo4j-lucene-index-1.8.M07.jar
41
- - lib/neo4j-community/jars/neo4j-shell-1.8.M07.jar
42
- - lib/neo4j-community/jars/neo4j-udc-1.8.M07.jar
35
+ - lib/neo4j-community/jars/neo4j-cypher-1.8.RC1.jar
36
+ - lib/neo4j-community/jars/neo4j-graph-algo-1.8.RC1.jar
37
+ - lib/neo4j-community/jars/neo4j-graph-matching-1.8.RC1.jar
38
+ - lib/neo4j-community/jars/neo4j-jmx-1.8.RC1.jar
39
+ - lib/neo4j-community/jars/neo4j-kernel-1.8.RC1.jar
40
+ - lib/neo4j-community/jars/neo4j-lucene-index-1.8.RC1.jar
41
+ - lib/neo4j-community/jars/neo4j-shell-1.8.RC1.jar
42
+ - lib/neo4j-community/jars/neo4j-udc-1.8.RC1.jar
43
43
  - lib/neo4j-community/jars/org.apache.servicemix.bundles.jline-0.9.94_1.jar
44
44
  - lib/neo4j-community/jars/scala-library-2.9.1-1.jar
45
- - lib/neo4j-community/jars/server-api-1.8.M07.jar
45
+ - lib/neo4j-community/jars/server-api-1.8.RC1.jar
46
46
  - lib/neo4j-community/test-jars/neo4j-kernel-1.7.1-tests.jar
47
47
  - lib/neo4j-community/version.rb
48
48
  - lib/neo4j-community/version.rb.orig
@@ -74,6 +74,6 @@ rubyforge_project: neo4j-community
74
74
  rubygems_version: 1.8.15
75
75
  signing_key:
76
76
  specification_version: 3
77
- summary: The neo4j Community edition v1.8.M07 JAR files
77
+ summary: The neo4j Community edition v1.8.RC1 JAR files
78
78
  test_files: []
79
79