neo4j-community 1.9.M05-java → 1.9-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.md +3 -2
- data/lib/neo4j-community/jars/lucene-core-3.6.2.jar +0 -0
- data/lib/neo4j-community/jars/{neo4j-cypher-1.9.M05.jar → neo4j-cypher-1.9.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-graph-algo-1.9.M05.jar → neo4j-graph-algo-1.9.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-graph-matching-1.9.M05.jar → neo4j-graph-matching-1.9.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-jmx-1.9.M05.jar → neo4j-jmx-1.9.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-kernel-1.9.M05.jar → neo4j-kernel-1.9.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-lucene-index-1.9.M05.jar → neo4j-lucene-index-1.9.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-shell-1.9.M05.jar → neo4j-shell-1.9.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-udc-1.9.M05.jar → neo4j-udc-1.9.jar} +0 -0
- data/lib/neo4j-community/jars/{server-api-1.9.M05.jar → server-api-1.9.jar} +0 -0
- data/lib/neo4j-community/version.rb +2 -2
- data/neo4j-community.gemspec +2 -1
- metadata +50 -26
- data/lib/neo4j-community/jars/lucene-core-3.5.0.jar +0 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 9cfa483467ad33140eb6e156d271a5ce81f5bbfd
|
4
|
+
data.tar.gz: 6d40a9f9109013a5a24ccdf8bfb1d1afb06b1ec7
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 2a106a7090ecc5783e5ff698a36e5f8138b3268e3fa21faf679ab3289ed88d43c65f36891a29ea7173cbad8437dda3b5b6ca7e37900bda44cbfe0c6599cb5a2f
|
7
|
+
data.tar.gz: a79bc3f5fa4b5c6e21df1b6cda4d49a81c2fb0364a4abf733edaa4cf16a3b8eaea6a65d668ac176fe25fa73e7f69d24a8ea1baf81f5e6382d65ce62aaf105925
|
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
|
Binary file
|
data/lib/neo4j-community/jars/{neo4j-graph-matching-1.9.M05.jar → neo4j-graph-matching-1.9.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,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neo4j-community
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9
|
5
|
-
prerelease: 4
|
4
|
+
version: '1.9'
|
6
5
|
platform: java
|
7
6
|
authors:
|
8
7
|
- Dmytrii Nagirniak
|
@@ -10,9 +9,37 @@ authors:
|
|
10
9
|
autorequire:
|
11
10
|
bindir: bin
|
12
11
|
cert_chain: []
|
13
|
-
date: 2013-
|
14
|
-
dependencies:
|
15
|
-
|
12
|
+
date: 2013-06-11 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: rake
|
16
|
+
version_requirements: !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - '>='
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: '0'
|
21
|
+
requirement: !ruby/object:Gem::Requirement
|
22
|
+
requirements:
|
23
|
+
- - '>='
|
24
|
+
- !ruby/object:Gem::Version
|
25
|
+
version: '0'
|
26
|
+
prerelease: false
|
27
|
+
type: :development
|
28
|
+
- !ruby/object:Gem::Dependency
|
29
|
+
name: jeweler
|
30
|
+
version_requirements: !ruby/object:Gem::Requirement
|
31
|
+
requirements:
|
32
|
+
- - '>='
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: '0'
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - '>='
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '0'
|
40
|
+
prerelease: false
|
41
|
+
type: :development
|
42
|
+
description: 'The Java Jar files for the Neo4j Community, a high performance, fully
|
16
43
|
ACID transactional graph database – licensed under the GPL, see license - http://neo4j.org/licensing-guide/ '
|
17
44
|
email:
|
18
45
|
- dnagir@gmail.com
|
@@ -28,46 +55,43 @@ files:
|
|
28
55
|
- lib/neo4j-community.rb
|
29
56
|
- lib/neo4j-community/jars/concurrentlinkedhashmap-lru-1.3.1.jar
|
30
57
|
- lib/neo4j-community/jars/geronimo-jta_1.1_spec-1.1.1.jar
|
31
|
-
- lib/neo4j-community/jars/lucene-core-3.
|
32
|
-
- lib/neo4j-community/jars/neo4j-cypher-1.9.
|
33
|
-
- lib/neo4j-community/jars/neo4j-graph-algo-1.9.
|
34
|
-
- lib/neo4j-community/jars/neo4j-graph-matching-1.9.
|
35
|
-
- lib/neo4j-community/jars/neo4j-jmx-1.9.
|
36
|
-
- lib/neo4j-community/jars/neo4j-kernel-1.9.
|
37
|
-
- lib/neo4j-community/jars/neo4j-lucene-index-1.9.
|
38
|
-
- lib/neo4j-community/jars/neo4j-shell-1.9.
|
39
|
-
- lib/neo4j-community/jars/neo4j-udc-1.9.
|
58
|
+
- lib/neo4j-community/jars/lucene-core-3.6.2.jar
|
59
|
+
- lib/neo4j-community/jars/neo4j-cypher-1.9.jar
|
60
|
+
- lib/neo4j-community/jars/neo4j-graph-algo-1.9.jar
|
61
|
+
- lib/neo4j-community/jars/neo4j-graph-matching-1.9.jar
|
62
|
+
- lib/neo4j-community/jars/neo4j-jmx-1.9.jar
|
63
|
+
- lib/neo4j-community/jars/neo4j-kernel-1.9.jar
|
64
|
+
- lib/neo4j-community/jars/neo4j-lucene-index-1.9.jar
|
65
|
+
- lib/neo4j-community/jars/neo4j-shell-1.9.jar
|
66
|
+
- lib/neo4j-community/jars/neo4j-udc-1.9.jar
|
40
67
|
- lib/neo4j-community/jars/org.apache.servicemix.bundles.jline-0.9.94_1.jar
|
41
68
|
- lib/neo4j-community/jars/scala-library-2.10.0.jar
|
42
|
-
- lib/neo4j-community/jars/server-api-1.9.
|
69
|
+
- lib/neo4j-community/jars/server-api-1.9.jar
|
43
70
|
- lib/neo4j-community/test-jars/neo4j-kernel-1.7.1-tests.jar
|
44
71
|
- lib/neo4j-community/version.rb
|
45
72
|
- lib/neo4j-jars.rb
|
46
73
|
- neo4j-community.gemspec
|
47
74
|
homepage: https://github.com/dnagir/neo4j-community
|
48
75
|
licenses: []
|
76
|
+
metadata: {}
|
49
77
|
post_install_message:
|
50
78
|
rdoc_options: []
|
51
79
|
require_paths:
|
52
80
|
- lib
|
53
81
|
required_ruby_version: !ruby/object:Gem::Requirement
|
54
82
|
requirements:
|
55
|
-
- -
|
83
|
+
- - '>='
|
56
84
|
- !ruby/object:Gem::Version
|
57
|
-
version:
|
58
|
-
MA==
|
59
|
-
none: false
|
85
|
+
version: '0'
|
60
86
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
87
|
requirements:
|
62
|
-
- -
|
63
|
-
Pg==
|
88
|
+
- - '>='
|
64
89
|
- !ruby/object:Gem::Version
|
65
|
-
version:
|
66
|
-
none: false
|
90
|
+
version: '0'
|
67
91
|
requirements: []
|
68
92
|
rubyforge_project: neo4j-community
|
69
|
-
rubygems_version:
|
93
|
+
rubygems_version: 2.0.3
|
70
94
|
signing_key:
|
71
|
-
specification_version:
|
72
|
-
summary: The neo4j Community edition v1.9
|
95
|
+
specification_version: 4
|
96
|
+
summary: The neo4j Community edition v1.9 JAR files
|
73
97
|
test_files: []
|
Binary file
|