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.
Files changed (30) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -1
  3. data/lib/neo4j-community/jars/{neo4j-consistency-check-2.2.0.jar → neo4j-consistency-check-2.2.1.jar} +0 -0
  4. data/lib/neo4j-community/jars/{neo4j-csv-2.2.0.jar → neo4j-csv-2.2.1.jar} +0 -0
  5. data/lib/neo4j-community/jars/{neo4j-cypher-2.2.0.jar → neo4j-cypher-2.2.1.jar} +0 -0
  6. 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
  7. 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
  8. data/lib/neo4j-community/jars/{neo4j-graph-algo-2.2.0.jar → neo4j-graph-algo-2.2.1.jar} +0 -0
  9. data/lib/neo4j-community/jars/{neo4j-graph-matching-2.2.0.jar → neo4j-graph-matching-2.2.1.jar} +0 -0
  10. data/lib/neo4j-community/jars/neo4j-import-tool-2.2.1.jar +0 -0
  11. data/lib/neo4j-community/jars/{neo4j-io-2.2.0.jar → neo4j-io-2.2.1.jar} +0 -0
  12. data/lib/neo4j-community/jars/{neo4j-jmx-2.2.0.jar → neo4j-jmx-2.2.1.jar} +0 -0
  13. data/lib/neo4j-community/jars/{neo4j-kernel-2.2.0.jar → neo4j-kernel-2.2.1.jar} +0 -0
  14. data/lib/neo4j-community/jars/{neo4j-lucene-index-2.2.0.jar → neo4j-lucene-index-2.2.1.jar} +0 -0
  15. data/lib/neo4j-community/jars/{neo4j-primitive-collections-2.2.0.jar → neo4j-primitive-collections-2.2.1.jar} +0 -0
  16. data/lib/neo4j-community/jars/{neo4j-shell-2.2.0.jar → neo4j-shell-2.2.1.jar} +0 -0
  17. data/lib/neo4j-community/jars/{neo4j-udc-2.2.0.jar → neo4j-udc-2.2.1.jar} +0 -0
  18. data/lib/neo4j-community/jars/neo4j-unsafe-2.2.1.jar +0 -0
  19. data/lib/neo4j-community/jars/parboiled-core-1.1.7.jar +0 -0
  20. data/lib/neo4j-community/jars/{parboiled-scala_2.10-1.1.6.jar → parboiled-scala_2.10-1.1.7.jar} +0 -0
  21. data/lib/neo4j-community/jars/{scala-library-2.10.4.jar → scala-library-2.10.5.jar} +0 -0
  22. data/lib/neo4j-community/jars/{server-api-2.2.0.jar → server-api-2.2.1.jar} +0 -0
  23. data/lib/neo4j-community/test-jars/neo4j-io-2.2.1-tests.jar +0 -0
  24. data/lib/neo4j-community/test-jars/{neo4j-kernel-2.2.0-tests.jar → neo4j-kernel-2.2.1-tests.jar} +0 -0
  25. data/lib/neo4j-community/version.rb +2 -2
  26. data/neo4j-community.gemspec +3 -4
  27. metadata +36 -34
  28. data/lib/neo4j-community/jars/neo4j-import-tool-2.2.0.jar +0 -0
  29. data/lib/neo4j-community/jars/parboiled-core-1.1.6.jar +0 -0
  30. 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: 9c1916d3ffb353336417312ef22902e18e498dd4
4
- data.tar.gz: b2b5573e6c8e096f518c0e5b9c223860d0fee0dd
3
+ metadata.gz: 47930f6a71845966e7339f737dced37c767ecd73
4
+ data.tar.gz: a8992247f11c9cb9e6568d72bf88645d1bb54e11
5
5
  SHA512:
6
- metadata.gz: aa1f8270a25f1476d58deb5309d1fee06179e2f8b5a099d5bba98fdbaa424af3fb5afa15f74e4c0fcc5683c01cc41c4ae698180d2e6ada9bd01797dc47e51c7f
7
- data.tar.gz: f2676bb842fcc33631662f60a15d1cd4f216bda8f31db4715b838ba72896c0d1669369120b1e2b493c9eff7bcd2be10e12dafcda27160c6d3787d05fda061fdb
6
+ metadata.gz: f4b6898dceee39a2e68dbfabdaf7904a0b2ae0cbf3a97f26ac530ec2f1fafa70a91e3b3874ec89baa3a0e792bb55b70a3b58ad30493f71aa6370e5f6170dca2a
7
+ data.tar.gz: 7fbe804545e4f7f2ba3162216f93fed8b720eef187156cb30cfe4b99d90a57b097993a3059048036d42cdfeaa033223c372f53dbe853766baa1ae7fa170bb9cb
data/.gitignore CHANGED
@@ -5,4 +5,4 @@ Gemfile.lock
5
5
  pkg/*
6
6
  .idea/*
7
7
  .DS_Store
8
- tmp/
8
+ tmp/
@@ -1,6 +1,6 @@
1
1
  module Neo4j
2
2
  module Community
3
- VERSION = "2.2.0.1"
4
- NEO_VERSION = "2.2.0"
3
+ VERSION = "2.2.1"
4
+ NEO_VERSION = "2.2.1"
5
5
  end
6
6
  end
@@ -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/dnagir/neo4j-community"
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.0.1
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmytrii Nagirniak
8
8
  - Andreas Ronge
9
- autorequire:
9
+ - Volker Pacher
10
+ autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2015-03-30 00:00:00.000000000 Z
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.0.jar
59
- - lib/neo4j-community/jars/neo4j-csv-2.2.0.jar
60
- - lib/neo4j-community/jars/neo4j-cypher-2.2.0.jar
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.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-shell-2.2.0.jar
74
- - lib/neo4j-community/jars/neo4j-udc-2.2.0.jar
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.6.jar
78
- - lib/neo4j-community/jars/parboiled-scala_2.10-1.1.6.jar
79
- - lib/neo4j-community/jars/scala-library-2.10.4.jar
80
- - lib/neo4j-community/jars/server-api-2.2.0.jar
81
- - lib/neo4j-community/test-jars/neo4j-io-2.2.0-tests.jar
82
- - lib/neo4j-community/test-jars/neo4j-kernel-2.2.0-tests.jar
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/dnagir/neo4j-community
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.4.5
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.0 JAR files
111
+ summary: The neo4j Community edition v2.2.1 JAR files
109
112
  test_files: []
110
- has_rdoc: