neo4j-community 2.2.0.1 → 2.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -1
- data/lib/neo4j-community/jars/{neo4j-consistency-check-2.2.0.jar → neo4j-consistency-check-2.2.1.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-csv-2.2.0.jar → neo4j-csv-2.2.1.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-cypher-2.2.0.jar → neo4j-cypher-2.2.1.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-cypher-compiler-2.1-2.1.6.jar → neo4j-cypher-compiler-2.1-2.1.7.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-cypher-compiler-2.2-2.2.0.jar → neo4j-cypher-compiler-2.2-2.2.1.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-graph-algo-2.2.0.jar → neo4j-graph-algo-2.2.1.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-graph-matching-2.2.0.jar → neo4j-graph-matching-2.2.1.jar} +0 -0
- data/lib/neo4j-community/jars/neo4j-import-tool-2.2.1.jar +0 -0
- data/lib/neo4j-community/jars/{neo4j-io-2.2.0.jar → neo4j-io-2.2.1.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-jmx-2.2.0.jar → neo4j-jmx-2.2.1.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-kernel-2.2.0.jar → neo4j-kernel-2.2.1.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-lucene-index-2.2.0.jar → neo4j-lucene-index-2.2.1.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-primitive-collections-2.2.0.jar → neo4j-primitive-collections-2.2.1.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-shell-2.2.0.jar → neo4j-shell-2.2.1.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-udc-2.2.0.jar → neo4j-udc-2.2.1.jar} +0 -0
- data/lib/neo4j-community/jars/neo4j-unsafe-2.2.1.jar +0 -0
- data/lib/neo4j-community/jars/parboiled-core-1.1.7.jar +0 -0
- data/lib/neo4j-community/jars/{parboiled-scala_2.10-1.1.6.jar → parboiled-scala_2.10-1.1.7.jar} +0 -0
- data/lib/neo4j-community/jars/{scala-library-2.10.4.jar → scala-library-2.10.5.jar} +0 -0
- data/lib/neo4j-community/jars/{server-api-2.2.0.jar → server-api-2.2.1.jar} +0 -0
- data/lib/neo4j-community/test-jars/neo4j-io-2.2.1-tests.jar +0 -0
- data/lib/neo4j-community/test-jars/{neo4j-kernel-2.2.0-tests.jar → neo4j-kernel-2.2.1-tests.jar} +0 -0
- data/lib/neo4j-community/version.rb +2 -2
- data/neo4j-community.gemspec +3 -4
- metadata +36 -34
- data/lib/neo4j-community/jars/neo4j-import-tool-2.2.0.jar +0 -0
- data/lib/neo4j-community/jars/parboiled-core-1.1.6.jar +0 -0
- data/lib/neo4j-community/test-jars/neo4j-io-2.2.0-tests.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47930f6a71845966e7339f737dced37c767ecd73
|
4
|
+
data.tar.gz: a8992247f11c9cb9e6568d72bf88645d1bb54e11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4b6898dceee39a2e68dbfabdaf7904a0b2ae0cbf3a97f26ac530ec2f1fafa70a91e3b3874ec89baa3a0e792bb55b70a3b58ad30493f71aa6370e5f6170dca2a
|
7
|
+
data.tar.gz: 7fbe804545e4f7f2ba3162216f93fed8b720eef187156cb30cfe4b99d90a57b097993a3059048036d42cdfeaa033223c372f53dbe853766baa1ae7fa170bb9cb
|
data/.gitignore
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/neo4j-community/jars/{neo4j-graph-matching-2.2.0.jar → neo4j-graph-matching-2.2.1.jar}
RENAMED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/neo4j-community/jars/{parboiled-scala_2.10-1.1.6.jar → parboiled-scala_2.10-1.1.7.jar}
RENAMED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/neo4j-community/test-jars/{neo4j-kernel-2.2.0-tests.jar → neo4j-kernel-2.2.1-tests.jar}
RENAMED
Binary file
|
data/neo4j-community.gemspec
CHANGED
@@ -5,9 +5,9 @@ require "neo4j-community/version"
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = "neo4j-community"
|
7
7
|
s.version = Neo4j::Community::VERSION
|
8
|
-
s.authors = ["Dmytrii Nagirniak", "Andreas Ronge"]
|
9
|
-
s.email = ["dnagir@gmail.com", "andreas.ronge@gmail.com"]
|
10
|
-
s.homepage = "https://github.com/
|
8
|
+
s.authors = ["Dmytrii Nagirniak", "Andreas Ronge", "Volker Pacher"]
|
9
|
+
s.email = ["dnagir@gmail.com", "andreas.ronge@gmail.com", "volker.pacher@gmail.com"]
|
10
|
+
s.homepage = "https://github.com/neo4jrb/neo4j-community"
|
11
11
|
s.summary = "The neo4j Community edition v#{Neo4j::Community::NEO_VERSION} JAR files"
|
12
12
|
s.description = "The Java Jar files for the Neo4j Community, a high performance, fully ACID transactional graph database – licensed under the GPL, see license - http://neo4j.org/licensing-guide/ "
|
13
13
|
|
@@ -23,5 +23,4 @@ Gem::Specification.new do |s|
|
|
23
23
|
# specify any dependencies here; for example:
|
24
24
|
s.add_development_dependency "rake"
|
25
25
|
s.add_development_dependency "jeweler"
|
26
|
-
# s.add_runtime_dependency "rest-client"
|
27
26
|
end
|
metadata
CHANGED
@@ -1,39 +1,40 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neo4j-community
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmytrii Nagirniak
|
8
8
|
- Andreas Ronge
|
9
|
-
|
9
|
+
- Volker Pacher
|
10
|
+
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
12
|
-
date: 2015-
|
13
|
+
date: 2015-04-20 00:00:00.000000000 Z
|
13
14
|
dependencies:
|
14
15
|
- !ruby/object:Gem::Dependency
|
16
|
+
name: rake
|
15
17
|
requirement: !ruby/object:Gem::Requirement
|
16
18
|
requirements:
|
17
19
|
- - '>='
|
18
20
|
- !ruby/object:Gem::Version
|
19
21
|
version: '0'
|
20
|
-
name: rake
|
21
|
-
prerelease: false
|
22
22
|
type: :development
|
23
|
+
prerelease: false
|
23
24
|
version_requirements: !ruby/object:Gem::Requirement
|
24
25
|
requirements:
|
25
26
|
- - '>='
|
26
27
|
- !ruby/object:Gem::Version
|
27
28
|
version: '0'
|
28
29
|
- !ruby/object:Gem::Dependency
|
30
|
+
name: jeweler
|
29
31
|
requirement: !ruby/object:Gem::Requirement
|
30
32
|
requirements:
|
31
33
|
- - '>='
|
32
34
|
- !ruby/object:Gem::Version
|
33
35
|
version: '0'
|
34
|
-
name: jeweler
|
35
|
-
prerelease: false
|
36
36
|
type: :development
|
37
|
+
prerelease: false
|
37
38
|
version_requirements: !ruby/object:Gem::Requirement
|
38
39
|
requirements:
|
39
40
|
- - '>='
|
@@ -44,6 +45,7 @@ description: 'The Java Jar files for the Neo4j Community, a high performance, fu
|
|
44
45
|
email:
|
45
46
|
- dnagir@gmail.com
|
46
47
|
- andreas.ronge@gmail.com
|
48
|
+
- volker.pacher@gmail.com
|
47
49
|
executables: []
|
48
50
|
extensions: []
|
49
51
|
extra_rdoc_files: []
|
@@ -55,38 +57,39 @@ files:
|
|
55
57
|
- lib/neo4j-community.rb
|
56
58
|
- lib/neo4j-community/jars/concurrentlinkedhashmap-lru-1.4.jar
|
57
59
|
- lib/neo4j-community/jars/lucene-core-3.6.2.jar
|
58
|
-
- lib/neo4j-community/jars/neo4j-consistency-check-2.2.
|
59
|
-
- lib/neo4j-community/jars/neo4j-csv-2.2.
|
60
|
-
- lib/neo4j-community/jars/neo4j-cypher-2.2.
|
60
|
+
- lib/neo4j-community/jars/neo4j-consistency-check-2.2.1.jar
|
61
|
+
- lib/neo4j-community/jars/neo4j-csv-2.2.1.jar
|
62
|
+
- lib/neo4j-community/jars/neo4j-cypher-2.2.1.jar
|
61
63
|
- lib/neo4j-community/jars/neo4j-cypher-compiler-1.9-2.0.4.jar
|
62
64
|
- lib/neo4j-community/jars/neo4j-cypher-compiler-2.0-2.0.4.jar
|
63
|
-
- lib/neo4j-community/jars/neo4j-cypher-compiler-2.1-2.1.
|
64
|
-
- lib/neo4j-community/jars/neo4j-cypher-compiler-2.2-2.2.
|
65
|
-
- lib/neo4j-community/jars/neo4j-graph-algo-2.2.
|
66
|
-
- lib/neo4j-community/jars/neo4j-graph-matching-2.2.
|
67
|
-
- lib/neo4j-community/jars/neo4j-import-tool-2.2.
|
68
|
-
- lib/neo4j-community/jars/neo4j-io-2.2.
|
69
|
-
- lib/neo4j-community/jars/neo4j-jmx-2.2.
|
70
|
-
- lib/neo4j-community/jars/neo4j-kernel-2.2.
|
71
|
-
- lib/neo4j-community/jars/neo4j-lucene-index-2.2.
|
72
|
-
- lib/neo4j-community/jars/neo4j-primitive-collections-2.2.
|
73
|
-
- lib/neo4j-community/jars/neo4j-shell-2.2.
|
74
|
-
- lib/neo4j-community/jars/neo4j-udc-2.2.
|
65
|
+
- lib/neo4j-community/jars/neo4j-cypher-compiler-2.1-2.1.7.jar
|
66
|
+
- lib/neo4j-community/jars/neo4j-cypher-compiler-2.2-2.2.1.jar
|
67
|
+
- lib/neo4j-community/jars/neo4j-graph-algo-2.2.1.jar
|
68
|
+
- lib/neo4j-community/jars/neo4j-graph-matching-2.2.1.jar
|
69
|
+
- lib/neo4j-community/jars/neo4j-import-tool-2.2.1.jar
|
70
|
+
- lib/neo4j-community/jars/neo4j-io-2.2.1.jar
|
71
|
+
- lib/neo4j-community/jars/neo4j-jmx-2.2.1.jar
|
72
|
+
- lib/neo4j-community/jars/neo4j-kernel-2.2.1.jar
|
73
|
+
- lib/neo4j-community/jars/neo4j-lucene-index-2.2.1.jar
|
74
|
+
- lib/neo4j-community/jars/neo4j-primitive-collections-2.2.1.jar
|
75
|
+
- lib/neo4j-community/jars/neo4j-shell-2.2.1.jar
|
76
|
+
- lib/neo4j-community/jars/neo4j-udc-2.2.1.jar
|
77
|
+
- lib/neo4j-community/jars/neo4j-unsafe-2.2.1.jar
|
75
78
|
- lib/neo4j-community/jars/opencsv-2.3.jar
|
76
79
|
- lib/neo4j-community/jars/org.apache.servicemix.bundles.jline-0.9.94_1.jar
|
77
|
-
- lib/neo4j-community/jars/parboiled-core-1.1.
|
78
|
-
- lib/neo4j-community/jars/parboiled-scala_2.10-1.1.
|
79
|
-
- lib/neo4j-community/jars/scala-library-2.10.
|
80
|
-
- lib/neo4j-community/jars/server-api-2.2.
|
81
|
-
- lib/neo4j-community/test-jars/neo4j-io-2.2.
|
82
|
-
- lib/neo4j-community/test-jars/neo4j-kernel-2.2.
|
80
|
+
- lib/neo4j-community/jars/parboiled-core-1.1.7.jar
|
81
|
+
- lib/neo4j-community/jars/parboiled-scala_2.10-1.1.7.jar
|
82
|
+
- lib/neo4j-community/jars/scala-library-2.10.5.jar
|
83
|
+
- lib/neo4j-community/jars/server-api-2.2.1.jar
|
84
|
+
- lib/neo4j-community/test-jars/neo4j-io-2.2.1-tests.jar
|
85
|
+
- lib/neo4j-community/test-jars/neo4j-kernel-2.2.1-tests.jar
|
83
86
|
- lib/neo4j-community/version.rb
|
84
87
|
- lib/neo4j-jars.rb
|
85
88
|
- neo4j-community.gemspec
|
86
|
-
homepage: https://github.com/
|
89
|
+
homepage: https://github.com/neo4jrb/neo4j-community
|
87
90
|
licenses: []
|
88
91
|
metadata: {}
|
89
|
-
post_install_message:
|
92
|
+
post_install_message:
|
90
93
|
rdoc_options: []
|
91
94
|
require_paths:
|
92
95
|
- lib
|
@@ -102,9 +105,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
105
|
version: '0'
|
103
106
|
requirements: []
|
104
107
|
rubyforge_project: neo4j-community
|
105
|
-
rubygems_version: 2.
|
106
|
-
signing_key:
|
108
|
+
rubygems_version: 2.0.14
|
109
|
+
signing_key:
|
107
110
|
specification_version: 4
|
108
|
-
summary: The neo4j Community edition v2.2.
|
111
|
+
summary: The neo4j Community edition v2.2.1 JAR files
|
109
112
|
test_files: []
|
110
|
-
has_rdoc:
|
Binary file
|
Binary file
|
Binary file
|