neo4j-advanced 1.6.1.alpha.1-java → 1.7.M02-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.
Binary file
|
data/neo4j-advanced.gemspec
CHANGED
metadata
CHANGED
@@ -1,70 +1,67 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: neo4j-advanced
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease: 4
|
5
|
+
version: 1.7.M02
|
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
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: 1.6.0.alpha.9
|
23
|
-
type: :runtime
|
24
|
-
prerelease: false
|
25
|
-
version_requirements: *24220380
|
26
|
-
description: ! 'The Java Jar files for the Neo4j Advanced edition, adding advanced
|
27
|
-
monitoring – licensed under the AGPL, see http://neo4j.org/licensing-guide/ '
|
28
|
-
email:
|
29
|
-
- dnagir@gmail.com
|
30
|
-
- andreas.ronge@gmail.com
|
13
|
+
|
14
|
+
date: 2012-03-30 00:00:00 Z
|
15
|
+
dependencies: []
|
16
|
+
|
17
|
+
description: "The Java Jar files for the Neo4j Advanced edition, adding advanced monitoring \xE2\x80\x93 licensed under the AGPL, see http://neo4j.org/licensing-guide/ "
|
18
|
+
email:
|
19
|
+
- dnagir@gmail.com
|
20
|
+
- andreas.ronge@gmail.com
|
31
21
|
executables: []
|
22
|
+
|
32
23
|
extensions: []
|
24
|
+
|
33
25
|
extra_rdoc_files: []
|
34
|
-
|
35
|
-
|
36
|
-
-
|
37
|
-
-
|
38
|
-
-
|
39
|
-
-
|
40
|
-
- lib/neo4j-advanced
|
41
|
-
- lib/neo4j-advanced/jars/neo4j-management-1.
|
42
|
-
- lib/neo4j-advanced/version.rb
|
43
|
-
- neo4j-advanced.gemspec
|
44
|
-
- spec/neo4j_spec.rb
|
45
|
-
- spec/spec_helper.rb
|
26
|
+
|
27
|
+
files:
|
28
|
+
- .gitignore
|
29
|
+
- Gemfile
|
30
|
+
- README.md
|
31
|
+
- Rakefile
|
32
|
+
- lib/neo4j-advanced.rb
|
33
|
+
- lib/neo4j-advanced/jars/neo4j-management-1.7.M02.jar
|
34
|
+
- lib/neo4j-advanced/version.rb
|
35
|
+
- neo4j-advanced.gemspec
|
36
|
+
- spec/neo4j_spec.rb
|
37
|
+
- spec/spec_helper.rb
|
46
38
|
homepage: https://github.com/dnagir/neo4j-advanced
|
47
39
|
licenses: []
|
40
|
+
|
48
41
|
post_install_message:
|
49
42
|
rdoc_options: []
|
50
|
-
|
51
|
-
|
52
|
-
|
43
|
+
|
44
|
+
require_paths:
|
45
|
+
- lib
|
46
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
53
47
|
none: false
|
54
|
-
requirements:
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
48
|
+
requirements:
|
49
|
+
- - ">="
|
50
|
+
- !ruby/object:Gem::Version
|
51
|
+
version: "0"
|
52
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
59
53
|
none: false
|
60
|
-
requirements:
|
61
|
-
|
62
|
-
|
63
|
-
|
54
|
+
requirements:
|
55
|
+
- - ">"
|
56
|
+
- !ruby/object:Gem::Version
|
57
|
+
version: 1.3.1
|
64
58
|
requirements: []
|
59
|
+
|
65
60
|
rubyforge_project: neo4j-advanced
|
66
|
-
rubygems_version: 1.8.
|
61
|
+
rubygems_version: 1.8.15
|
67
62
|
signing_key:
|
68
63
|
specification_version: 3
|
69
|
-
summary: The neo4j Advanced edition v1.
|
64
|
+
summary: The neo4j Advanced edition v1.7.M02 JAR files
|
70
65
|
test_files: []
|
66
|
+
|
67
|
+
has_rdoc:
|
Binary file
|