neo4j-community 1.7.M02-java → 1.7.0.alpha.1-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Neo4j
2
2
  module Community
3
- VERSION = "1.7.M02"
4
- NEO_VERSION = "1.7.M02"
3
+ VERSION = "1.7.0.alpha.1"
4
+ NEO_VERSION = "1.7.M01"
5
5
  end
6
6
  end
7
7
 
metadata CHANGED
@@ -1,81 +1,72 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: neo4j-community
3
- version: !ruby/object:Gem::Version
4
- prerelease: 4
5
- version: 1.7.M02
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.7.0.alpha.1
5
+ prerelease: 6
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
-
14
- date: 2012-03-30 00:00:00 Z
13
+ date: 2012-03-16 00:00:00.000000000Z
15
14
  dependencies: []
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
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
21
20
  executables: []
22
-
23
21
  extensions: []
24
-
25
22
  extra_rdoc_files: []
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.5.0.jar
35
- - lib/neo4j-community/jars/neo4j-cypher-1.7.M02.jar
36
- - lib/neo4j-community/jars/neo4j-graph-algo-1.7.M02.jar
37
- - lib/neo4j-community/jars/neo4j-graph-matching-1.7.M02.jar
38
- - lib/neo4j-community/jars/neo4j-jmx-1.7.M02.jar
39
- - lib/neo4j-community/jars/neo4j-kernel-1.7.M02.jar
40
- - lib/neo4j-community/jars/neo4j-lucene-index-1.7.M02.jar
41
- - lib/neo4j-community/jars/neo4j-shell-1.7.M02.jar
42
- - lib/neo4j-community/jars/neo4j-udc-1.7.M02.jar
43
- - lib/neo4j-community/jars/org.apache.servicemix.bundles.jline-0.9.94_1.jar
44
- - lib/neo4j-community/jars/scala-library-2.9.0-1.jar
45
- - lib/neo4j-community/jars/server-api-1.7.M02.jar
46
- - lib/neo4j-community/test-jars/neo4j-kernel-1.6-tests.jar
47
- - lib/neo4j-community/test-jars/neo4j-kernel-1.7.M02-tests.jar
48
- - lib/neo4j-community/version.rb
49
- - lib/neo4j-community/version.rb.orig
50
- - lib/neo4j-jars.rb
51
- - neo4j-community.gemspec
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.5.0.jar
31
+ - lib/neo4j-community/jars/neo4j-community-1.7.M01.jar
32
+ - lib/neo4j-community/jars/neo4j-cypher-1.7.M01.jar
33
+ - lib/neo4j-community/jars/neo4j-graph-algo-1.7.M01.jar
34
+ - lib/neo4j-community/jars/neo4j-graph-matching-1.7.M01.jar
35
+ - lib/neo4j-community/jars/neo4j-jmx-1.7.M01.jar
36
+ - lib/neo4j-community/jars/neo4j-kernel-1.7.M01.jar
37
+ - lib/neo4j-community/jars/neo4j-lucene-index-1.7.M01.jar
38
+ - lib/neo4j-community/jars/neo4j-shell-1.7.M01.jar
39
+ - lib/neo4j-community/jars/neo4j-udc-1.7.M01.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.7.M01.jar
43
+ - lib/neo4j-community/test-jars/neo4j-kernel-1.6-tests.jar
44
+ - lib/neo4j-community/version.rb
45
+ - lib/neo4j-community/version.rb.orig
46
+ - lib/neo4j-jars.rb
47
+ - neo4j-community.gemspec
52
48
  homepage: https://github.com/dnagir/neo4j-community
53
49
  licenses: []
54
-
55
50
  post_install_message:
56
51
  rdoc_options: []
57
-
58
- require_paths:
59
- - lib
60
- required_ruby_version: !ruby/object:Gem::Requirement
52
+ require_paths:
53
+ - lib
54
+ required_ruby_version: !ruby/object:Gem::Requirement
61
55
  none: false
62
- requirements:
63
- - - ">="
64
- - !ruby/object:Gem::Version
65
- version: "0"
66
- required_rubygems_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ! '>='
58
+ - !ruby/object:Gem::Version
59
+ version: '0'
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
61
  none: false
68
- requirements:
69
- - - ">"
70
- - !ruby/object:Gem::Version
71
- version: 1.3.1
62
+ requirements:
63
+ - - ! '>'
64
+ - !ruby/object:Gem::Version
65
+ version: 1.3.1
72
66
  requirements: []
73
-
74
67
  rubyforge_project: neo4j-community
75
- rubygems_version: 1.8.15
68
+ rubygems_version: 1.8.10
76
69
  signing_key:
77
70
  specification_version: 3
78
- summary: The neo4j Community edition v1.7.M02 JAR files
71
+ summary: The neo4j Community edition v1.7.M01 JAR files
79
72
  test_files: []
80
-
81
- has_rdoc: