neo4j-community 2.0.1 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (22) hide show
  1. checksums.yaml +4 -4
  2. data/lib/neo4j-community/jars/neo4j-cypher-2.1.1.jar +0 -0
  3. data/lib/neo4j-community/jars/neo4j-cypher-commons-2.1.1.jar +0 -0
  4. data/lib/neo4j-community/jars/neo4j-cypher-compiler-2.1-2.1.1.jar +0 -0
  5. data/lib/neo4j-community/jars/{neo4j-graph-algo-2.0.1.jar → neo4j-graph-algo-2.1.1.jar} +0 -0
  6. data/lib/neo4j-community/jars/{neo4j-graph-matching-2.0.1.jar → neo4j-graph-matching-2.1.1.jar} +0 -0
  7. data/lib/neo4j-community/jars/{neo4j-jmx-2.0.1.jar → neo4j-jmx-2.1.1.jar} +0 -0
  8. data/lib/neo4j-community/jars/neo4j-kernel-2.1.1.jar +0 -0
  9. data/lib/neo4j-community/jars/{neo4j-lucene-index-2.0.1.jar → neo4j-lucene-index-2.1.1.jar} +0 -0
  10. data/lib/neo4j-community/jars/neo4j-primitive-collections-2.1.1.jar +0 -0
  11. data/lib/neo4j-community/jars/{neo4j-udc-2.0.1.jar → neo4j-udc-2.1.1.jar} +0 -0
  12. data/lib/neo4j-community/jars/opencsv-2.3.jar +0 -0
  13. data/lib/neo4j-community/jars/{scala-library-2.10.3.jar → scala-library-2.10.4.jar} +0 -0
  14. data/lib/neo4j-community/jars/{server-api-2.0.1.jar → server-api-2.1.1.jar} +0 -0
  15. data/lib/neo4j-community/test-jars/neo4j-kernel-2.1.1-tests.jar +0 -0
  16. data/lib/neo4j-community/version.rb +2 -2
  17. metadata +36 -33
  18. data/lib/neo4j-community/jars/neo4j-cypher-2.0.1.jar +0 -0
  19. data/lib/neo4j-community/jars/neo4j-cypher-commons-2.0.1.jar +0 -0
  20. data/lib/neo4j-community/jars/neo4j-kernel-2.0.1.jar +0 -0
  21. data/lib/neo4j-community/test-jars/neo4j-kernel-2.0.1-tests.jar +0 -0
  22. data/lib/neo4j-community/version.rb~ +0 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 057617f30efb4b50d826c9bffcd79fb664bf523c
4
- data.tar.gz: efb33864b4d5a74a24b3487170265c6838badaa1
3
+ metadata.gz: 8a3e337942ac469c1ee2727fbbe3888b969f14cd
4
+ data.tar.gz: ccaf853687ec60e5e68665f5f660f12d5f444242
5
5
  SHA512:
6
- metadata.gz: d7c6cc8ff4aa6e8c68b8570004ea28e88c2e80f773129c0800be69ea341afc1a81b1b11a7566ae7b32e6838e4b6277e03bdc42e98b76bca071edf7524cdb01c1
7
- data.tar.gz: 3e19b959be539fd3db5cb50e88428da4f31c52135660e26b7e89228d8ac972113e00d9cfade8065631191da5ca121cd04309bcbaf35dc6d449be8dd55883df11
6
+ metadata.gz: ab9c5fe5ad5f4640cc37a04f7a428a30d74727f2e29309aada3de694da38aa0c5eded1c78e0b2430bd4fe47be4286ba32332c292cf2cf68df4b3f96b6bb4bb92
7
+ data.tar.gz: 92804469924914844d58b21295fad427ea0a25769e54e792b8ee65f1e8f168644decaccd53b1e689410dac0a26dc599f6cf8ad422e78ee5acd507777b2dc4d57
@@ -1,6 +1,6 @@
1
1
  module Neo4j
2
2
  module Community
3
- VERSION = "2.0.1"
4
- NEO_VERSION = "2.0.1"
3
+ VERSION = "2.1.1"
4
+ NEO_VERSION = "2.1.1"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,44 +1,44 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo4j-community
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmytrii Nagirniak
8
8
  - Andreas Ronge
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-04-13 00:00:00.000000000 Z
12
+ date: 2014-06-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
16
- version_requirements: !ruby/object:Gem::Requirement
17
- requirements:
18
- - - '>='
19
- - !ruby/object:Gem::Version
20
- version: '0'
21
16
  requirement: !ruby/object:Gem::Requirement
22
17
  requirements:
23
- - - '>='
18
+ - - ">="
24
19
  - !ruby/object:Gem::Version
25
20
  version: '0'
26
- prerelease: false
27
21
  type: :development
28
- - !ruby/object:Gem::Dependency
29
- name: jeweler
22
+ prerelease: false
30
23
  version_requirements: !ruby/object:Gem::Requirement
31
24
  requirements:
32
- - - '>='
25
+ - - ">="
33
26
  - !ruby/object:Gem::Version
34
27
  version: '0'
28
+ - !ruby/object:Gem::Dependency
29
+ name: jeweler
35
30
  requirement: !ruby/object:Gem::Requirement
36
31
  requirements:
37
- - - '>='
32
+ - - ">="
38
33
  - !ruby/object:Gem::Version
39
34
  version: '0'
40
- prerelease: false
41
35
  type: :development
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
42
  description: 'The Java Jar files for the Neo4j Community, a high performance, fully
43
43
  ACID transactional graph database – licensed under the GPL, see license - http://neo4j.org/licensing-guide/ '
44
44
  email:
@@ -48,7 +48,7 @@ executables: []
48
48
  extensions: []
49
49
  extra_rdoc_files: []
50
50
  files:
51
- - .gitignore
51
+ - ".gitignore"
52
52
  - Gemfile
53
53
  - README.md
54
54
  - Rakefile
@@ -56,46 +56,49 @@ files:
56
56
  - lib/neo4j-community/jars/concurrentlinkedhashmap-lru-1.3.1.jar
57
57
  - lib/neo4j-community/jars/geronimo-jta_1.1_spec-1.1.1.jar
58
58
  - lib/neo4j-community/jars/lucene-core-3.6.2.jar
59
- - lib/neo4j-community/jars/neo4j-cypher-2.0.1.jar
60
- - lib/neo4j-community/jars/neo4j-cypher-commons-2.0.1.jar
59
+ - lib/neo4j-community/jars/neo4j-cypher-2.1.1.jar
60
+ - lib/neo4j-community/jars/neo4j-cypher-commons-2.1.1.jar
61
61
  - lib/neo4j-community/jars/neo4j-cypher-compiler-1.9-2.0.1.jar
62
62
  - lib/neo4j-community/jars/neo4j-cypher-compiler-2.0-2.0.1.jar
63
- - lib/neo4j-community/jars/neo4j-graph-algo-2.0.1.jar
64
- - lib/neo4j-community/jars/neo4j-graph-matching-2.0.1.jar
65
- - lib/neo4j-community/jars/neo4j-jmx-2.0.1.jar
66
- - lib/neo4j-community/jars/neo4j-kernel-2.0.1.jar
67
- - lib/neo4j-community/jars/neo4j-lucene-index-2.0.1.jar
68
- - lib/neo4j-community/jars/neo4j-udc-2.0.1.jar
63
+ - lib/neo4j-community/jars/neo4j-cypher-compiler-2.1-2.1.1.jar
64
+ - lib/neo4j-community/jars/neo4j-graph-algo-2.1.1.jar
65
+ - lib/neo4j-community/jars/neo4j-graph-matching-2.1.1.jar
66
+ - lib/neo4j-community/jars/neo4j-jmx-2.1.1.jar
67
+ - lib/neo4j-community/jars/neo4j-kernel-2.1.1.jar
68
+ - lib/neo4j-community/jars/neo4j-lucene-index-2.1.1.jar
69
+ - lib/neo4j-community/jars/neo4j-primitive-collections-2.1.1.jar
70
+ - lib/neo4j-community/jars/neo4j-udc-2.1.1.jar
71
+ - lib/neo4j-community/jars/opencsv-2.3.jar
69
72
  - lib/neo4j-community/jars/parboiled-core-1.1.6.jar
70
73
  - lib/neo4j-community/jars/parboiled-scala_2.10-1.1.6.jar
71
- - lib/neo4j-community/jars/scala-library-2.10.3.jar
72
- - lib/neo4j-community/jars/server-api-2.0.1.jar
73
- - lib/neo4j-community/test-jars/neo4j-kernel-2.0.1-tests.jar
74
+ - lib/neo4j-community/jars/scala-library-2.10.4.jar
75
+ - lib/neo4j-community/jars/server-api-2.1.1.jar
76
+ - lib/neo4j-community/test-jars/neo4j-kernel-2.1.1-tests.jar
74
77
  - lib/neo4j-community/version.rb
75
- - lib/neo4j-community/version.rb~
76
78
  - lib/neo4j-jars.rb
77
79
  - neo4j-community.gemspec
78
80
  homepage: https://github.com/dnagir/neo4j-community
79
81
  licenses: []
80
82
  metadata: {}
81
- post_install_message:
83
+ post_install_message:
82
84
  rdoc_options: []
83
85
  require_paths:
84
86
  - lib
85
87
  required_ruby_version: !ruby/object:Gem::Requirement
86
88
  requirements:
87
- - - '>='
89
+ - - ">="
88
90
  - !ruby/object:Gem::Version
89
91
  version: '0'
90
92
  required_rubygems_version: !ruby/object:Gem::Requirement
91
93
  requirements:
92
- - - '>='
94
+ - - ">="
93
95
  - !ruby/object:Gem::Version
94
96
  version: '0'
95
97
  requirements: []
96
98
  rubyforge_project: neo4j-community
97
99
  rubygems_version: 2.2.2
98
- signing_key:
100
+ signing_key:
99
101
  specification_version: 4
100
- summary: The neo4j Community edition v2.0.1 JAR files
102
+ summary: The neo4j Community edition v2.1.1 JAR files
101
103
  test_files: []
104
+ has_rdoc:
@@ -1,6 +0,0 @@
1
- module Neo4j
2
- module Community
3
- VERSION = "2.0.0"
4
- NEO_VERSION = "2.0.0"
5
- end
6
- end