neo4j-community 1.8.1-java → 1.8.2-java
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/README.md +3 -2
- data/lib/neo4j-community/jars/{neo4j-cypher-1.8.1.jar → neo4j-cypher-1.8.2.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-graph-algo-1.8.1.jar → neo4j-graph-algo-1.8.2.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-graph-matching-1.8.1.jar → neo4j-graph-matching-1.8.2.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-jmx-1.8.1.jar → neo4j-jmx-1.8.2.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-kernel-1.8.1.jar → neo4j-kernel-1.8.2.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-lucene-index-1.8.1.jar → neo4j-lucene-index-1.8.2.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-shell-1.8.1.jar → neo4j-shell-1.8.2.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-udc-1.8.1.jar → neo4j-udc-1.8.2.jar} +0 -0
- data/lib/neo4j-community/jars/{server-api-1.8.1.jar → server-api-1.8.2.jar} +0 -0
- data/lib/neo4j-community/version.rb +2 -3
- data/neo4j-community.gemspec +2 -1
- metadata +52 -17
- data/lib/neo4j-community/version.rb.orig +0 -11
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-community
|
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,8 +18,9 @@ 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
|
21
22
|
|
22
|
-
There should now be a gem file available in the pkg folder.
|
23
|
+
There should now be a gem file available in the pkg folder.
|
23
24
|
gem install pkg/neo4j-community-VERSION-java.gem
|
24
25
|
|
25
26
|
|
Binary file
|
Binary file
|
data/lib/neo4j-community/jars/{neo4j-graph-matching-1.8.1.jar → neo4j-graph-matching-1.8.2.jar}
RENAMED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/neo4j-community.gemspec
CHANGED
@@ -21,6 +21,7 @@ Gem::Specification.new do |s|
|
|
21
21
|
s.platform = 'java'
|
22
22
|
|
23
23
|
# specify any dependencies here; for example:
|
24
|
-
|
24
|
+
s.add_development_dependency "rake"
|
25
|
+
s.add_development_dependency "jeweler"
|
25
26
|
# s.add_runtime_dependency "rest-client"
|
26
27
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neo4j-community
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.8.
|
4
|
+
version: 1.8.2
|
5
5
|
prerelease:
|
6
6
|
platform: java
|
7
7
|
authors:
|
@@ -10,8 +10,44 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
14
|
-
dependencies:
|
13
|
+
date: 2013-05-07 00:00:00.000000000 Z
|
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
|
15
51
|
description: ! 'The Java Jar files for the Neo4j Community, a high performance, fully
|
16
52
|
ACID transactional graph database – licensed under the GPL, see license - http://neo4j.org/licensing-guide/ '
|
17
53
|
email:
|
@@ -21,7 +57,7 @@ executables: []
|
|
21
57
|
extensions: []
|
22
58
|
extra_rdoc_files: []
|
23
59
|
files:
|
24
|
-
- .gitignore
|
60
|
+
- ".gitignore"
|
25
61
|
- Gemfile
|
26
62
|
- README.md
|
27
63
|
- Rakefile
|
@@ -29,20 +65,19 @@ files:
|
|
29
65
|
- lib/neo4j-community/jars/concurrentlinkedhashmap-lru-1.3.1.jar
|
30
66
|
- lib/neo4j-community/jars/geronimo-jta_1.1_spec-1.1.1.jar
|
31
67
|
- lib/neo4j-community/jars/lucene-core-3.5.0.jar
|
32
|
-
- lib/neo4j-community/jars/neo4j-cypher-1.8.
|
33
|
-
- lib/neo4j-community/jars/neo4j-graph-algo-1.8.
|
34
|
-
- lib/neo4j-community/jars/neo4j-graph-matching-1.8.
|
35
|
-
- lib/neo4j-community/jars/neo4j-jmx-1.8.
|
36
|
-
- lib/neo4j-community/jars/neo4j-kernel-1.8.
|
37
|
-
- lib/neo4j-community/jars/neo4j-lucene-index-1.8.
|
38
|
-
- lib/neo4j-community/jars/neo4j-shell-1.8.
|
39
|
-
- lib/neo4j-community/jars/neo4j-udc-1.8.
|
68
|
+
- lib/neo4j-community/jars/neo4j-cypher-1.8.2.jar
|
69
|
+
- lib/neo4j-community/jars/neo4j-graph-algo-1.8.2.jar
|
70
|
+
- lib/neo4j-community/jars/neo4j-graph-matching-1.8.2.jar
|
71
|
+
- lib/neo4j-community/jars/neo4j-jmx-1.8.2.jar
|
72
|
+
- lib/neo4j-community/jars/neo4j-kernel-1.8.2.jar
|
73
|
+
- lib/neo4j-community/jars/neo4j-lucene-index-1.8.2.jar
|
74
|
+
- lib/neo4j-community/jars/neo4j-shell-1.8.2.jar
|
75
|
+
- lib/neo4j-community/jars/neo4j-udc-1.8.2.jar
|
40
76
|
- lib/neo4j-community/jars/org.apache.servicemix.bundles.jline-0.9.94_1.jar
|
41
77
|
- lib/neo4j-community/jars/scala-library-2.9.1-1.jar
|
42
|
-
- lib/neo4j-community/jars/server-api-1.8.
|
78
|
+
- lib/neo4j-community/jars/server-api-1.8.2.jar
|
43
79
|
- lib/neo4j-community/test-jars/neo4j-kernel-1.7.1-tests.jar
|
44
80
|
- lib/neo4j-community/version.rb
|
45
|
-
- lib/neo4j-community/version.rb.orig
|
46
81
|
- lib/neo4j-jars.rb
|
47
82
|
- neo4j-community.gemspec
|
48
83
|
homepage: https://github.com/dnagir/neo4j-community
|
@@ -53,14 +88,14 @@ require_paths:
|
|
53
88
|
- lib
|
54
89
|
required_ruby_version: !ruby/object:Gem::Requirement
|
55
90
|
requirements:
|
56
|
-
- -
|
91
|
+
- - ">="
|
57
92
|
- !ruby/object:Gem::Version
|
58
93
|
version: !binary |-
|
59
94
|
MA==
|
60
95
|
none: false
|
61
96
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
62
97
|
requirements:
|
63
|
-
- -
|
98
|
+
- - ">="
|
64
99
|
- !ruby/object:Gem::Version
|
65
100
|
version: !binary |-
|
66
101
|
MA==
|
@@ -70,5 +105,5 @@ rubyforge_project: neo4j-community
|
|
70
105
|
rubygems_version: 1.8.24
|
71
106
|
signing_key:
|
72
107
|
specification_version: 3
|
73
|
-
summary: The neo4j Community edition v1.8.
|
108
|
+
summary: The neo4j Community edition v1.8.2 JAR files
|
74
109
|
test_files: []
|