neo4j-advanced 1.8.RC1-java → 1.8-java
Sign up to get free protection for your applications and to get access to all the features.
Binary file
|
metadata
CHANGED
@@ -1,67 +1,62 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: neo4j-advanced
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
5
|
-
version: 1.8
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease:
|
5
|
+
version: '1.8'
|
6
6
|
platform: java
|
7
|
-
authors:
|
8
|
-
|
9
|
-
|
10
|
-
autorequire:
|
7
|
+
authors:
|
8
|
+
- Dmytrii Nagirniak
|
9
|
+
- Andreas Ronge
|
10
|
+
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
|
14
|
-
date: 2012-09-21 00:00:00 Z
|
13
|
+
date: 2012-10-03 00:00:00.000000000 Z
|
15
14
|
dependencies: []
|
16
|
-
|
17
|
-
|
18
|
-
email:
|
19
|
-
|
20
|
-
|
15
|
+
description: ! 'The Java Jar files for the Neo4j Advanced edition, adding advanced
|
16
|
+
monitoring – licensed under the AGPL, see 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
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
- spec/spec_helper.rb
|
23
|
+
files:
|
24
|
+
- .gitignore
|
25
|
+
- Gemfile
|
26
|
+
- README.md
|
27
|
+
- Rakefile
|
28
|
+
- lib/neo4j-advanced.rb
|
29
|
+
- lib/neo4j-advanced/jars/neo4j-management-1.8.jar
|
30
|
+
- lib/neo4j-advanced/version.rb
|
31
|
+
- neo4j-advanced.gemspec
|
32
|
+
- spec/neo4j_spec.rb
|
33
|
+
- spec/spec_helper.rb
|
38
34
|
homepage: https://github.com/dnagir/neo4j-advanced
|
39
35
|
licenses: []
|
40
|
-
|
41
|
-
post_install_message:
|
36
|
+
post_install_message:
|
42
37
|
rdoc_options: []
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
38
|
+
require_paths:
|
39
|
+
- lib
|
40
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
41
|
+
requirements:
|
42
|
+
- - ! '>='
|
43
|
+
- !ruby/object:Gem::Version
|
44
|
+
version: !binary |-
|
45
|
+
MA==
|
47
46
|
none: false
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
47
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
48
|
+
requirements:
|
49
|
+
- - ! '>='
|
50
|
+
- !ruby/object:Gem::Version
|
51
|
+
version: !binary |-
|
52
|
+
MA==
|
53
53
|
none: false
|
54
|
-
requirements:
|
55
|
-
- - ">"
|
56
|
-
- !ruby/object:Gem::Version
|
57
|
-
version: 1.3.1
|
58
54
|
requirements: []
|
59
|
-
|
60
55
|
rubyforge_project: neo4j-advanced
|
61
|
-
rubygems_version: 1.8.
|
62
|
-
signing_key:
|
56
|
+
rubygems_version: 1.8.24
|
57
|
+
signing_key:
|
63
58
|
specification_version: 3
|
64
|
-
summary: The neo4j Advanced edition v1.8
|
65
|
-
test_files:
|
66
|
-
|
67
|
-
|
59
|
+
summary: The neo4j Advanced edition v1.8 JAR files
|
60
|
+
test_files:
|
61
|
+
- spec/neo4j_spec.rb
|
62
|
+
- spec/spec_helper.rb
|