neo4j-community 1.8.RC1-java → 1.8-java
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/neo4j-community/jars/{neo4j-cypher-1.8.RC1.jar → neo4j-cypher-1.8.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-graph-algo-1.8.RC1.jar → neo4j-graph-algo-1.8.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-graph-matching-1.8.RC1.jar → neo4j-graph-matching-1.8.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-jmx-1.8.RC1.jar → neo4j-jmx-1.8.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-kernel-1.8.RC1.jar → neo4j-kernel-1.8.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-lucene-index-1.8.RC1.jar → neo4j-lucene-index-1.8.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-shell-1.8.RC1.jar → neo4j-shell-1.8.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-udc-1.8.RC1.jar → neo4j-udc-1.8.jar} +0 -0
- data/lib/neo4j-community/jars/{server-api-1.8.RC1.jar → server-api-1.8.jar} +0 -0
- data/lib/neo4j-community/version.rb +2 -2
- metadata +56 -62
Binary file
|
Binary file
|
data/lib/neo4j-community/jars/{neo4j-graph-matching-1.8.RC1.jar → neo4j-graph-matching-1.8.jar}
RENAMED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,79 +1,73 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: neo4j-community
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
5
|
-
version: 1.8
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease:
|
5
|
+
version: '1.8'
|
6
6
|
platform: java
|
7
|
-
authors:
|
8
|
-
|
9
|
-
|
10
|
-
autorequire:
|
7
|
+
authors:
|
8
|
+
- Dmytrii Nagirniak
|
9
|
+
- Andreas Ronge
|
10
|
+
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
|
14
|
-
date: 2012-09-21 00:00:00 Z
|
13
|
+
date: 2012-10-03 00:00:00.000000000 Z
|
15
14
|
dependencies: []
|
16
|
-
|
17
|
-
|
18
|
-
email:
|
19
|
-
|
20
|
-
|
15
|
+
description: ! 'The Java Jar files for the Neo4j Community, a high performance, fully
|
16
|
+
ACID transactional graph database – licensed under the GPL, see license - http://neo4j.org/licensing-guide/ '
|
17
|
+
email:
|
18
|
+
- dnagir@gmail.com
|
19
|
+
- andreas.ronge@gmail.com
|
21
20
|
executables: []
|
22
|
-
|
23
21
|
extensions: []
|
24
|
-
|
25
22
|
extra_rdoc_files: []
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
- neo4j-community.gemspec
|
23
|
+
files:
|
24
|
+
- .gitignore
|
25
|
+
- Gemfile
|
26
|
+
- README.md
|
27
|
+
- Rakefile
|
28
|
+
- lib/neo4j-community.rb
|
29
|
+
- lib/neo4j-community/jars/geronimo-jta_1.1_spec-1.1.1.jar
|
30
|
+
- lib/neo4j-community/jars/lucene-core-3.5.0.jar
|
31
|
+
- lib/neo4j-community/jars/neo4j-cypher-1.8.jar
|
32
|
+
- lib/neo4j-community/jars/neo4j-graph-algo-1.8.jar
|
33
|
+
- lib/neo4j-community/jars/neo4j-graph-matching-1.8.jar
|
34
|
+
- lib/neo4j-community/jars/neo4j-jmx-1.8.jar
|
35
|
+
- lib/neo4j-community/jars/neo4j-kernel-1.8.jar
|
36
|
+
- lib/neo4j-community/jars/neo4j-lucene-index-1.8.jar
|
37
|
+
- lib/neo4j-community/jars/neo4j-shell-1.8.jar
|
38
|
+
- lib/neo4j-community/jars/neo4j-udc-1.8.jar
|
39
|
+
- lib/neo4j-community/jars/org.apache.servicemix.bundles.jline-0.9.94_1.jar
|
40
|
+
- lib/neo4j-community/jars/scala-library-2.9.1-1.jar
|
41
|
+
- lib/neo4j-community/jars/server-api-1.8.jar
|
42
|
+
- lib/neo4j-community/test-jars/neo4j-kernel-1.7.1-tests.jar
|
43
|
+
- lib/neo4j-community/version.rb
|
44
|
+
- lib/neo4j-community/version.rb.orig
|
45
|
+
- lib/neo4j-jars.rb
|
46
|
+
- neo4j-community.gemspec
|
51
47
|
homepage: https://github.com/dnagir/neo4j-community
|
52
48
|
licenses: []
|
53
|
-
|
54
|
-
post_install_message:
|
49
|
+
post_install_message:
|
55
50
|
rdoc_options: []
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
51
|
+
require_paths:
|
52
|
+
- lib
|
53
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
54
|
+
requirements:
|
55
|
+
- - ! '>='
|
56
|
+
- !ruby/object:Gem::Version
|
57
|
+
version: !binary |-
|
58
|
+
MA==
|
60
59
|
none: false
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
60
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
|
+
requirements:
|
62
|
+
- - ! '>='
|
63
|
+
- !ruby/object:Gem::Version
|
64
|
+
version: !binary |-
|
65
|
+
MA==
|
66
66
|
none: false
|
67
|
-
requirements:
|
68
|
-
- - ">"
|
69
|
-
- !ruby/object:Gem::Version
|
70
|
-
version: 1.3.1
|
71
67
|
requirements: []
|
72
|
-
|
73
68
|
rubyforge_project: neo4j-community
|
74
|
-
rubygems_version: 1.8.
|
75
|
-
signing_key:
|
69
|
+
rubygems_version: 1.8.24
|
70
|
+
signing_key:
|
76
71
|
specification_version: 3
|
77
|
-
summary: The neo4j Community edition v1.8
|
72
|
+
summary: The neo4j Community edition v1.8 JAR files
|
78
73
|
test_files: []
|
79
|
-
|