neo4j-community 1.8.2-java → 1.9.M03-java
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +0 -1
- data/README.md +2 -3
- data/lib/neo4j-community/jars/{neo4j-cypher-1.8.2.jar → neo4j-cypher-1.9.M03.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-graph-algo-1.8.2.jar → neo4j-graph-algo-1.9.M03.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-graph-matching-1.8.2.jar → neo4j-graph-matching-1.9.M03.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-jmx-1.8.2.jar → neo4j-jmx-1.9.M03.jar} +0 -0
- data/lib/neo4j-community/jars/neo4j-kernel-1.9.M03.jar +0 -0
- data/lib/neo4j-community/jars/{neo4j-lucene-index-1.8.2.jar → neo4j-lucene-index-1.9.M03.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-shell-1.8.2.jar → neo4j-shell-1.9.M03.jar} +0 -0
- data/lib/neo4j-community/jars/neo4j-udc-1.9.M03.jar +0 -0
- data/lib/neo4j-community/jars/{server-api-1.8.2.jar → server-api-1.9.M03.jar} +0 -0
- data/lib/neo4j-community/version.rb +3 -2
- data/neo4j-community.gemspec +1 -2
- metadata +19 -55
- data/lib/neo4j-community/jars/neo4j-kernel-1.8.2.jar +0 -0
- data/lib/neo4j-community/jars/neo4j-udc-1.8.2.jar +0 -0
data/.gitignore
CHANGED
data/README.md
CHANGED
@@ -10,7 +10,7 @@ It can be used directly but the intention is to use it with [neo4j.rb](https://g
|
|
10
10
|
How to Release
|
11
11
|
==================================================
|
12
12
|
|
13
|
-
1. cd neo4j-
|
13
|
+
1. cd neo4j-advanced
|
14
14
|
2. git clean -df # make sure there are no local file
|
15
15
|
3. rm -rf tmp # make sure old tar file is deleted
|
16
16
|
4. mkdir tmp
|
@@ -18,9 +18,8 @@ How to Release
|
|
18
18
|
6. cp ~/Download/neo4j-community-VERSION to tmp
|
19
19
|
7. rake upgrade
|
20
20
|
8. edit the lib/neo4j-community/version file
|
21
|
-
9. rake build
|
22
21
|
|
23
|
-
There should now be a gem file available in the pkg folder.
|
22
|
+
There should now be a gem file available in the pkg folder.
|
24
23
|
gem install pkg/neo4j-community-VERSION-java.gem
|
25
24
|
|
26
25
|
|
Binary file
|
Binary file
|
data/lib/neo4j-community/jars/{neo4j-graph-matching-1.8.2.jar → neo4j-graph-matching-1.9.M03.jar}
RENAMED
Binary file
|
Binary file
|
Binary file
|
data/lib/neo4j-community/jars/{neo4j-lucene-index-1.8.2.jar → neo4j-lucene-index-1.9.M03.jar}
RENAMED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/neo4j-community.gemspec
CHANGED
@@ -21,7 +21,6 @@ Gem::Specification.new do |s|
|
|
21
21
|
s.platform = 'java'
|
22
22
|
|
23
23
|
# specify any dependencies here; for example:
|
24
|
-
s.add_development_dependency "
|
25
|
-
s.add_development_dependency "jeweler"
|
24
|
+
# s.add_development_dependency "rspec"
|
26
25
|
# s.add_runtime_dependency "rest-client"
|
27
26
|
end
|
metadata
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neo4j-community
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
5
|
-
prerelease:
|
4
|
+
version: 1.9.M03
|
5
|
+
prerelease: 4
|
6
6
|
platform: java
|
7
7
|
authors:
|
8
8
|
- Dmytrii Nagirniak
|
@@ -10,44 +10,8 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
14
|
-
dependencies:
|
15
|
-
- !ruby/object:Gem::Dependency
|
16
|
-
name: rake
|
17
|
-
version_requirements: !ruby/object:Gem::Requirement
|
18
|
-
requirements:
|
19
|
-
- - ">="
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: !binary |-
|
22
|
-
MA==
|
23
|
-
none: false
|
24
|
-
requirement: !ruby/object:Gem::Requirement
|
25
|
-
requirements:
|
26
|
-
- - ">="
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: !binary |-
|
29
|
-
MA==
|
30
|
-
none: false
|
31
|
-
prerelease: false
|
32
|
-
type: :development
|
33
|
-
- !ruby/object:Gem::Dependency
|
34
|
-
name: jeweler
|
35
|
-
version_requirements: !ruby/object:Gem::Requirement
|
36
|
-
requirements:
|
37
|
-
- - ">="
|
38
|
-
- !ruby/object:Gem::Version
|
39
|
-
version: !binary |-
|
40
|
-
MA==
|
41
|
-
none: false
|
42
|
-
requirement: !ruby/object:Gem::Requirement
|
43
|
-
requirements:
|
44
|
-
- - ">="
|
45
|
-
- !ruby/object:Gem::Version
|
46
|
-
version: !binary |-
|
47
|
-
MA==
|
48
|
-
none: false
|
49
|
-
prerelease: false
|
50
|
-
type: :development
|
13
|
+
date: 2012-12-28 00:00:00.000000000 Z
|
14
|
+
dependencies: []
|
51
15
|
description: ! 'The Java Jar files for the Neo4j Community, a high performance, fully
|
52
16
|
ACID transactional graph database – licensed under the GPL, see license - http://neo4j.org/licensing-guide/ '
|
53
17
|
email:
|
@@ -57,7 +21,7 @@ executables: []
|
|
57
21
|
extensions: []
|
58
22
|
extra_rdoc_files: []
|
59
23
|
files:
|
60
|
-
-
|
24
|
+
- .gitignore
|
61
25
|
- Gemfile
|
62
26
|
- README.md
|
63
27
|
- Rakefile
|
@@ -65,17 +29,17 @@ files:
|
|
65
29
|
- lib/neo4j-community/jars/concurrentlinkedhashmap-lru-1.3.1.jar
|
66
30
|
- lib/neo4j-community/jars/geronimo-jta_1.1_spec-1.1.1.jar
|
67
31
|
- lib/neo4j-community/jars/lucene-core-3.5.0.jar
|
68
|
-
- lib/neo4j-community/jars/neo4j-cypher-1.
|
69
|
-
- lib/neo4j-community/jars/neo4j-graph-algo-1.
|
70
|
-
- lib/neo4j-community/jars/neo4j-graph-matching-1.
|
71
|
-
- lib/neo4j-community/jars/neo4j-jmx-1.
|
72
|
-
- lib/neo4j-community/jars/neo4j-kernel-1.
|
73
|
-
- lib/neo4j-community/jars/neo4j-lucene-index-1.
|
74
|
-
- lib/neo4j-community/jars/neo4j-shell-1.
|
75
|
-
- lib/neo4j-community/jars/neo4j-udc-1.
|
32
|
+
- lib/neo4j-community/jars/neo4j-cypher-1.9.M03.jar
|
33
|
+
- lib/neo4j-community/jars/neo4j-graph-algo-1.9.M03.jar
|
34
|
+
- lib/neo4j-community/jars/neo4j-graph-matching-1.9.M03.jar
|
35
|
+
- lib/neo4j-community/jars/neo4j-jmx-1.9.M03.jar
|
36
|
+
- lib/neo4j-community/jars/neo4j-kernel-1.9.M03.jar
|
37
|
+
- lib/neo4j-community/jars/neo4j-lucene-index-1.9.M03.jar
|
38
|
+
- lib/neo4j-community/jars/neo4j-shell-1.9.M03.jar
|
39
|
+
- lib/neo4j-community/jars/neo4j-udc-1.9.M03.jar
|
76
40
|
- lib/neo4j-community/jars/org.apache.servicemix.bundles.jline-0.9.94_1.jar
|
77
41
|
- lib/neo4j-community/jars/scala-library-2.9.1-1.jar
|
78
|
-
- lib/neo4j-community/jars/server-api-1.
|
42
|
+
- lib/neo4j-community/jars/server-api-1.9.M03.jar
|
79
43
|
- lib/neo4j-community/test-jars/neo4j-kernel-1.7.1-tests.jar
|
80
44
|
- lib/neo4j-community/version.rb
|
81
45
|
- lib/neo4j-jars.rb
|
@@ -88,22 +52,22 @@ require_paths:
|
|
88
52
|
- lib
|
89
53
|
required_ruby_version: !ruby/object:Gem::Requirement
|
90
54
|
requirements:
|
91
|
-
- -
|
55
|
+
- - ! '>='
|
92
56
|
- !ruby/object:Gem::Version
|
93
57
|
version: !binary |-
|
94
58
|
MA==
|
95
59
|
none: false
|
96
60
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
97
61
|
requirements:
|
98
|
-
- -
|
62
|
+
- - !binary |-
|
63
|
+
Pg==
|
99
64
|
- !ruby/object:Gem::Version
|
100
|
-
version:
|
101
|
-
MA==
|
65
|
+
version: 1.3.1
|
102
66
|
none: false
|
103
67
|
requirements: []
|
104
68
|
rubyforge_project: neo4j-community
|
105
69
|
rubygems_version: 1.8.24
|
106
70
|
signing_key:
|
107
71
|
specification_version: 3
|
108
|
-
summary: The neo4j Community edition v1.
|
72
|
+
summary: The neo4j Community edition v1.9.M03 JAR files
|
109
73
|
test_files: []
|
Binary file
|
Binary file
|