neo4j-community 1.6.0.alpha.3-java → 1.6.0.alpha.4-java

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.
Files changed (2) hide show
  1. data/lib/neo4j-community/version.rb +11 -1
  2. metadata +56 -49
@@ -1,6 +1,16 @@
1
1
  module Neo4j
2
+
2
3
  module Community
3
- VERSION = "1.6.0.alpha.3"
4
+ VERSION = "1.6.0.alpha.4"
4
5
  NEO_VERSION = "1.6.M02"
5
6
  end
7
+
8
+ # make sure community, advanced and enterprise neo4j jar files have the same version
9
+ if defined?(NEO_VERSION)
10
+ if NEO_VERSION != Community::NEO_VERSION
11
+ raise "Mismatch of Neo4j JAR versions. Already loaded JAR files #{NEO_VERSION}, neo4j-community: #{Community::NEO_VERSION}"
12
+ end
13
+ else
14
+ NEO_VERSION = Community::NEO_VERSION
15
+ end
6
16
  end
metadata CHANGED
@@ -1,71 +1,78 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: neo4j-community
3
- version: !ruby/object:Gem::Version
4
- version: 1.6.0.alpha.3
3
+ version: !ruby/object:Gem::Version
5
4
  prerelease: 6
5
+ version: 1.6.0.alpha.4
6
6
  platform: java
7
- authors:
8
- - Dmytrii Nagirniak
9
- - Andreas Ronge
7
+ authors:
8
+ - Dmytrii Nagirniak
9
+ - Andreas Ronge
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-01-11 00:00:00.000000000 Z
13
+
14
+ date: 2012-01-12 00:00:00 Z
14
15
  dependencies: []
15
- description: ! 'The Java Jar files for the Neo4j Community, a high performance, fully
16
- ACID transactional graph database licensed under the GPL, see license - http://neo4j.org/licensing-guide/ '
17
- email:
18
- - dnagir@gmail.com
19
- - andreas.ronge@gmail.com
16
+
17
+ description: "The Java Jar files for the Neo4j Community, a high performance, fully ACID transactional graph database \xE2\x80\x93 licensed under the GPL, see license - http://neo4j.org/licensing-guide/ "
18
+ email:
19
+ - dnagir@gmail.com
20
+ - andreas.ronge@gmail.com
20
21
  executables: []
22
+
21
23
  extensions: []
24
+
22
25
  extra_rdoc_files: []
23
- files:
24
- - .gitignore
25
- - Gemfile
26
- - README.md
27
- - Rakefile
28
- - lib/neo4j-community.rb
29
- - lib/neo4j-community/jars/geronimo-jta_1.1_spec-1.1.1.jar
30
- - lib/neo4j-community/jars/lucene-core-3.1.0.jar
31
- - lib/neo4j-community/jars/neo4j-community-1.6.M02.jar
32
- - lib/neo4j-community/jars/neo4j-cypher-1.6.M02.jar
33
- - lib/neo4j-community/jars/neo4j-graph-algo-1.6.M02.jar
34
- - lib/neo4j-community/jars/neo4j-graph-matching-1.6.M02.jar
35
- - lib/neo4j-community/jars/neo4j-jmx-1.6.M02.jar
36
- - lib/neo4j-community/jars/neo4j-kernel-1.6.M02.jar
37
- - lib/neo4j-community/jars/neo4j-lucene-index-1.6.M02.jar
38
- - lib/neo4j-community/jars/neo4j-shell-1.6.M02.jar
39
- - lib/neo4j-community/jars/neo4j-udc-1.6.M02.jar
40
- - lib/neo4j-community/jars/org.apache.servicemix.bundles.jline-0.9.94_1.jar
41
- - lib/neo4j-community/jars/scala-library-2.9.0-1.jar
42
- - lib/neo4j-community/jars/server-api-1.6.M02.jar
43
- - lib/neo4j-community/version.rb
44
- - lib/neo4j-jars.rb
45
- - neo4j-community.gemspec
26
+
27
+ files:
28
+ - .gitignore
29
+ - Gemfile
30
+ - README.md
31
+ - Rakefile
32
+ - lib/neo4j-community.rb
33
+ - lib/neo4j-community/jars/geronimo-jta_1.1_spec-1.1.1.jar
34
+ - lib/neo4j-community/jars/lucene-core-3.1.0.jar
35
+ - lib/neo4j-community/jars/neo4j-community-1.6.M02.jar
36
+ - lib/neo4j-community/jars/neo4j-cypher-1.6.M02.jar
37
+ - lib/neo4j-community/jars/neo4j-graph-algo-1.6.M02.jar
38
+ - lib/neo4j-community/jars/neo4j-graph-matching-1.6.M02.jar
39
+ - lib/neo4j-community/jars/neo4j-jmx-1.6.M02.jar
40
+ - lib/neo4j-community/jars/neo4j-kernel-1.6.M02.jar
41
+ - lib/neo4j-community/jars/neo4j-lucene-index-1.6.M02.jar
42
+ - lib/neo4j-community/jars/neo4j-shell-1.6.M02.jar
43
+ - lib/neo4j-community/jars/neo4j-udc-1.6.M02.jar
44
+ - lib/neo4j-community/jars/org.apache.servicemix.bundles.jline-0.9.94_1.jar
45
+ - lib/neo4j-community/jars/scala-library-2.9.0-1.jar
46
+ - lib/neo4j-community/jars/server-api-1.6.M02.jar
47
+ - lib/neo4j-community/version.rb
48
+ - lib/neo4j-jars.rb
49
+ - neo4j-community.gemspec
46
50
  homepage: https://github.com/dnagir/neo4j-community
47
51
  licenses: []
52
+
48
53
  post_install_message:
49
54
  rdoc_options: []
50
- require_paths:
51
- - lib
52
- required_ruby_version: !ruby/object:Gem::Requirement
55
+
56
+ require_paths:
57
+ - lib
58
+ required_ruby_version: !ruby/object:Gem::Requirement
53
59
  none: false
54
- requirements:
55
- - - ! '>='
56
- - !ruby/object:Gem::Version
57
- version: '0'
58
- required_rubygems_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: "0"
64
+ required_rubygems_version: !ruby/object:Gem::Requirement
59
65
  none: false
60
- requirements:
61
- - - ! '>'
62
- - !ruby/object:Gem::Version
63
- version: 1.3.1
66
+ requirements:
67
+ - - ">"
68
+ - !ruby/object:Gem::Version
69
+ version: 1.3.1
64
70
  requirements: []
71
+
65
72
  rubyforge_project: neo4j-community
66
- rubygems_version: 1.8.10
73
+ rubygems_version: 1.8.9
67
74
  signing_key:
68
75
  specification_version: 3
69
76
  summary: The neo4j Community edition v1.6.M02 JAR files
70
77
  test_files: []
71
- has_rdoc:
78
+