neo4j-community 2.1.7 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/Rakefile +2 -1
  4. data/lib/neo4j-community/jars/concurrentlinkedhashmap-lru-1.4.jar +0 -0
  5. data/lib/neo4j-community/jars/neo4j-consistency-check-2.2.0.jar +0 -0
  6. data/lib/neo4j-community/jars/neo4j-csv-2.2.0.jar +0 -0
  7. data/lib/neo4j-community/jars/neo4j-cypher-2.2.0.jar +0 -0
  8. 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
  9. 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
  10. 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
  11. data/lib/neo4j-community/jars/neo4j-cypher-compiler-2.2-2.2.0.jar +0 -0
  12. data/lib/neo4j-community/jars/{neo4j-graph-algo-2.1.7.jar → neo4j-graph-algo-2.2.0.jar} +0 -0
  13. data/lib/neo4j-community/jars/{neo4j-graph-matching-2.1.7.jar → neo4j-graph-matching-2.2.0.jar} +0 -0
  14. data/lib/neo4j-community/jars/neo4j-import-tool-2.2.0.jar +0 -0
  15. data/lib/neo4j-community/jars/neo4j-io-2.2.0.jar +0 -0
  16. data/lib/neo4j-community/jars/{neo4j-jmx-2.1.7.jar → neo4j-jmx-2.2.0.jar} +0 -0
  17. data/lib/neo4j-community/jars/neo4j-kernel-2.2.0.jar +0 -0
  18. data/lib/neo4j-community/jars/neo4j-lucene-index-2.2.0.jar +0 -0
  19. data/lib/neo4j-community/jars/neo4j-primitive-collections-2.2.0.jar +0 -0
  20. data/lib/neo4j-community/jars/neo4j-udc-2.2.0.jar +0 -0
  21. data/lib/neo4j-community/jars/{server-api-2.1.7.jar → server-api-2.2.0.jar} +0 -0
  22. data/lib/neo4j-community/test-jars/neo4j-kernel-2.2.0-tests.jar +0 -0
  23. data/lib/neo4j-community/version.rb +2 -2
  24. metadata +22 -18
  25. data/lib/neo4j-community/jars/concurrentlinkedhashmap-lru-1.3.1.jar +0 -0
  26. data/lib/neo4j-community/jars/geronimo-jta_1.1_spec-1.1.1.jar +0 -0
  27. data/lib/neo4j-community/jars/neo4j-cypher-2.1.7.jar +0 -0
  28. data/lib/neo4j-community/jars/neo4j-cypher-commons-2.1.7.jar +0 -0
  29. data/lib/neo4j-community/jars/neo4j-kernel-2.1.7.jar +0 -0
  30. data/lib/neo4j-community/jars/neo4j-lucene-index-2.1.7.jar +0 -0
  31. data/lib/neo4j-community/jars/neo4j-primitive-collections-2.1.7.jar +0 -0
  32. 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: 872ed9665d3c93a382b470592550579e638d4c29
4
- data.tar.gz: abdec00c3d4a3e9db0c75e2f98b465beb8788a6f
3
+ metadata.gz: bc628a9a928944fff8d3f13094b8cafb51a35a5e
4
+ data.tar.gz: 27f1991b1d4a063309fa97b6e86121439f0d820c
5
5
  SHA512:
6
- metadata.gz: ca16217f6e9aedf111f414e0746fb39034b1e558bece34655706ccfc20487916aa9fc0ae875a3dac1aaeed43dfed5c7d464ad1b9304a73111cbe2c05fe44ba05
7
- data.tar.gz: 140d8aaa97f683f0616c3a0ddd314e2a06ac6ac29446352710ba9eacb20172b88517557fcc7ee52bf79e3318731eee0bdcbcfa54fd9ade801a6d0e2d490089a2
6
+ metadata.gz: e21e7a05872bc0f837678238798763ba2b4ed381577444f9675c5d1dd0f708504adfb02ad2f624d384fec0adfa3dceb7461845958afd12208e8bbfb0529c98d4
7
+ data.tar.gz: 70321dc1168cbfda20bbc1db23600f5f961bb0c57bb9c9769fd070965b4d4f39d2717cbede5652285dcd635054bc84cd14f8f017d9f12ebae7d80ff214341c43
data/README.md CHANGED
@@ -21,7 +21,7 @@ How to Release
21
21
  9. rake build
22
22
 
23
23
  There should now be a gem file available in the pkg folder.
24
- gem install pkg/neo4j-community-VERSION-java.gem
24
+ gem install pkg/neo4j-community-VERSION-java.gem
25
25
 
26
26
 
27
27
  License
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"
@@ -1,6 +1,6 @@
1
1
  module Neo4j
2
2
  module Community
3
- VERSION = "2.1.7"
4
- NEO_VERSION = "2.1.7"
3
+ VERSION = "2.2.0"
4
+ NEO_VERSION = "2.2.0"
5
5
  end
6
6
  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: 2.1.7
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-11 00:00:00.000000000 Z
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.3.1.jar
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-cypher-2.1.7.jar
60
- - lib/neo4j-community/jars/neo4j-cypher-commons-2.1.7.jar
61
- - lib/neo4j-community/jars/neo4j-cypher-compiler-1.9-2.0.3.jar
62
- - lib/neo4j-community/jars/neo4j-cypher-compiler-2.0-2.0.3.jar
63
- - lib/neo4j-community/jars/neo4j-cypher-compiler-2.1-2.1.7.jar
64
- - lib/neo4j-community/jars/neo4j-graph-algo-2.1.7.jar
65
- - lib/neo4j-community/jars/neo4j-graph-matching-2.1.7.jar
66
- - lib/neo4j-community/jars/neo4j-jmx-2.1.7.jar
67
- - lib/neo4j-community/jars/neo4j-kernel-2.1.7.jar
68
- - lib/neo4j-community/jars/neo4j-lucene-index-2.1.7.jar
69
- - lib/neo4j-community/jars/neo4j-primitive-collections-2.1.7.jar
70
- - lib/neo4j-community/jars/neo4j-udc-2.1.7.jar
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.1.7.jar
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.1.7 JAR files
107
+ summary: The neo4j Community edition v2.2.0 JAR files
104
108
  test_files: []