neo4j-community 2.1.7 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/Rakefile +2 -1
- data/lib/neo4j-community/jars/concurrentlinkedhashmap-lru-1.4.jar +0 -0
- data/lib/neo4j-community/jars/neo4j-consistency-check-2.2.0.jar +0 -0
- data/lib/neo4j-community/jars/neo4j-csv-2.2.0.jar +0 -0
- data/lib/neo4j-community/jars/neo4j-cypher-2.2.0.jar +0 -0
- data/lib/neo4j-community/jars/{neo4j-cypher-compiler-1.9-2.0.3.jar → neo4j-cypher-compiler-1.9-2.0.4.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-cypher-compiler-2.0-2.0.3.jar → neo4j-cypher-compiler-2.0-2.0.4.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-cypher-compiler-2.1-2.1.7.jar → neo4j-cypher-compiler-2.1-2.1.6.jar} +0 -0
- data/lib/neo4j-community/jars/neo4j-cypher-compiler-2.2-2.2.0.jar +0 -0
- data/lib/neo4j-community/jars/{neo4j-graph-algo-2.1.7.jar → neo4j-graph-algo-2.2.0.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-graph-matching-2.1.7.jar → neo4j-graph-matching-2.2.0.jar} +0 -0
- data/lib/neo4j-community/jars/neo4j-import-tool-2.2.0.jar +0 -0
- data/lib/neo4j-community/jars/neo4j-io-2.2.0.jar +0 -0
- data/lib/neo4j-community/jars/{neo4j-jmx-2.1.7.jar → neo4j-jmx-2.2.0.jar} +0 -0
- data/lib/neo4j-community/jars/neo4j-kernel-2.2.0.jar +0 -0
- data/lib/neo4j-community/jars/neo4j-lucene-index-2.2.0.jar +0 -0
- data/lib/neo4j-community/jars/neo4j-primitive-collections-2.2.0.jar +0 -0
- data/lib/neo4j-community/jars/neo4j-udc-2.2.0.jar +0 -0
- data/lib/neo4j-community/jars/{server-api-2.1.7.jar → server-api-2.2.0.jar} +0 -0
- data/lib/neo4j-community/test-jars/neo4j-kernel-2.2.0-tests.jar +0 -0
- data/lib/neo4j-community/version.rb +2 -2
- metadata +22 -18
- data/lib/neo4j-community/jars/concurrentlinkedhashmap-lru-1.3.1.jar +0 -0
- data/lib/neo4j-community/jars/geronimo-jta_1.1_spec-1.1.1.jar +0 -0
- data/lib/neo4j-community/jars/neo4j-cypher-2.1.7.jar +0 -0
- data/lib/neo4j-community/jars/neo4j-cypher-commons-2.1.7.jar +0 -0
- data/lib/neo4j-community/jars/neo4j-kernel-2.1.7.jar +0 -0
- data/lib/neo4j-community/jars/neo4j-lucene-index-2.1.7.jar +0 -0
- data/lib/neo4j-community/jars/neo4j-primitive-collections-2.1.7.jar +0 -0
- data/lib/neo4j-community/jars/neo4j-udc-2.1.7.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: bc628a9a928944fff8d3f13094b8cafb51a35a5e
|
|
4
|
+
data.tar.gz: 27f1991b1d4a063309fa97b6e86121439f0d820c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e21e7a05872bc0f837678238798763ba2b4ed381577444f9675c5d1dd0f708504adfb02ad2f624d384fec0adfa3dceb7461845958afd12208e8bbfb0529c98d4
|
|
7
|
+
data.tar.gz: 70321dc1168cbfda20bbc1db23600f5f961bb0c57bb9c9769fd070965b4d4f39d2717cbede5652285dcd635054bc84cd14f8f017d9f12ebae7d80ff214341c43
|
data/README.md
CHANGED
data/Rakefile
CHANGED
|
@@ -44,7 +44,8 @@ end
|
|
|
44
44
|
desc "Download Neo4j Distro"
|
|
45
45
|
task :download, :version do |_, params|
|
|
46
46
|
version = params[:version]
|
|
47
|
-
download_site = "http://www.neo4j.org/download_thanks?edition=community&release=#{version}&platform=unix&packaging=zip&architecture=x32"
|
|
47
|
+
# download_site = "http://www.neo4j.org/download_thanks?edition=community&release=#{version}&platform=unix&packaging=zip&architecture=x32"
|
|
48
|
+
download_site = "http://neo4j.com/artifact.php?name=neo4j-community-#{version}-unix.tar.gz"
|
|
48
49
|
|
|
49
50
|
# system "open #{download_site}"
|
|
50
51
|
filename = "neo4j-community-#{version}-unix.tar.gz"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/neo4j-community/jars/{neo4j-graph-matching-2.1.7.jar → neo4j-graph-matching-2.2.0.jar}
RENAMED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
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: 2.
|
|
4
|
+
version: 2.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dmytrii Nagirniak
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-03-
|
|
12
|
+
date: 2015-03-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
@@ -53,28 +53,32 @@ files:
|
|
|
53
53
|
- README.md
|
|
54
54
|
- Rakefile
|
|
55
55
|
- lib/neo4j-community.rb
|
|
56
|
-
- lib/neo4j-community/jars/concurrentlinkedhashmap-lru-1.
|
|
57
|
-
- lib/neo4j-community/jars/geronimo-jta_1.1_spec-1.1.1.jar
|
|
56
|
+
- lib/neo4j-community/jars/concurrentlinkedhashmap-lru-1.4.jar
|
|
58
57
|
- lib/neo4j-community/jars/lucene-core-3.6.2.jar
|
|
59
|
-
- lib/neo4j-community/jars/neo4j-
|
|
60
|
-
- lib/neo4j-community/jars/neo4j-
|
|
61
|
-
- lib/neo4j-community/jars/neo4j-cypher-
|
|
62
|
-
- lib/neo4j-community/jars/neo4j-cypher-compiler-
|
|
63
|
-
- lib/neo4j-community/jars/neo4j-cypher-compiler-2.
|
|
64
|
-
- lib/neo4j-community/jars/neo4j-
|
|
65
|
-
- lib/neo4j-community/jars/neo4j-
|
|
66
|
-
- lib/neo4j-community/jars/neo4j-
|
|
67
|
-
- lib/neo4j-community/jars/neo4j-
|
|
68
|
-
- lib/neo4j-community/jars/neo4j-
|
|
69
|
-
- lib/neo4j-community/jars/neo4j-
|
|
70
|
-
- lib/neo4j-community/jars/neo4j-
|
|
58
|
+
- lib/neo4j-community/jars/neo4j-consistency-check-2.2.0.jar
|
|
59
|
+
- lib/neo4j-community/jars/neo4j-csv-2.2.0.jar
|
|
60
|
+
- lib/neo4j-community/jars/neo4j-cypher-2.2.0.jar
|
|
61
|
+
- lib/neo4j-community/jars/neo4j-cypher-compiler-1.9-2.0.4.jar
|
|
62
|
+
- 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.6.jar
|
|
64
|
+
- lib/neo4j-community/jars/neo4j-cypher-compiler-2.2-2.2.0.jar
|
|
65
|
+
- lib/neo4j-community/jars/neo4j-graph-algo-2.2.0.jar
|
|
66
|
+
- lib/neo4j-community/jars/neo4j-graph-matching-2.2.0.jar
|
|
67
|
+
- lib/neo4j-community/jars/neo4j-import-tool-2.2.0.jar
|
|
68
|
+
- lib/neo4j-community/jars/neo4j-io-2.2.0.jar
|
|
69
|
+
- lib/neo4j-community/jars/neo4j-jmx-2.2.0.jar
|
|
70
|
+
- lib/neo4j-community/jars/neo4j-kernel-2.2.0.jar
|
|
71
|
+
- lib/neo4j-community/jars/neo4j-lucene-index-2.2.0.jar
|
|
72
|
+
- lib/neo4j-community/jars/neo4j-primitive-collections-2.2.0.jar
|
|
73
|
+
- lib/neo4j-community/jars/neo4j-udc-2.2.0.jar
|
|
71
74
|
- lib/neo4j-community/jars/opencsv-2.3.jar
|
|
72
75
|
- lib/neo4j-community/jars/parboiled-core-1.1.6.jar
|
|
73
76
|
- lib/neo4j-community/jars/parboiled-scala_2.10-1.1.6.jar
|
|
74
77
|
- lib/neo4j-community/jars/scala-library-2.10.4.jar
|
|
75
|
-
- lib/neo4j-community/jars/server-api-2.
|
|
78
|
+
- lib/neo4j-community/jars/server-api-2.2.0.jar
|
|
76
79
|
- lib/neo4j-community/test-jars/neo4j-kernel-2.1.5-tests.jar
|
|
77
80
|
- lib/neo4j-community/test-jars/neo4j-kernel-2.1.7-tests.jar
|
|
81
|
+
- lib/neo4j-community/test-jars/neo4j-kernel-2.2.0-tests.jar
|
|
78
82
|
- lib/neo4j-community/version.rb
|
|
79
83
|
- lib/neo4j-jars.rb
|
|
80
84
|
- neo4j-community.gemspec
|
|
@@ -100,5 +104,5 @@ rubyforge_project: neo4j-community
|
|
|
100
104
|
rubygems_version: 2.4.5
|
|
101
105
|
signing_key:
|
|
102
106
|
specification_version: 4
|
|
103
|
-
summary: The neo4j Community edition v2.
|
|
107
|
+
summary: The neo4j Community edition v2.2.0 JAR files
|
|
104
108
|
test_files: []
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|