neo4j-test 1.9.2-java → 1.9.3-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.
- checksums.yaml +7 -0
- data/lib/neo4j-test/jars/Meetup template.pptx +0 -0
- data/lib/neo4j-test/jars/{neo4j-cypher-1.9.2.jar → neo4j-cypher-1.9.3.jar} +0 -0
- data/lib/neo4j-test/jars/{neo4j-graph-algo-1.9.2.jar → neo4j-graph-algo-1.9.3.jar} +0 -0
- data/lib/neo4j-test/jars/{neo4j-graph-matching-1.9.2.jar → neo4j-graph-matching-1.9.3.jar} +0 -0
- data/lib/neo4j-test/jars/{neo4j-jmx-1.9.2.jar → neo4j-jmx-1.9.3.jar} +0 -0
- data/lib/neo4j-test/jars/{neo4j-kernel-1.9.2-tests.jar → neo4j-kernel-1.9.3-tests.jar} +0 -0
- data/lib/neo4j-test/jars/{neo4j-lucene-index-1.9.2.jar → neo4j-lucene-index-1.9.3.jar} +0 -0
- data/lib/neo4j-test/jars/{neo4j-shell-1.9.2.jar → neo4j-shell-1.9.3.jar} +0 -0
- data/lib/neo4j-test/jars/{neo4j-udc-1.9.2.jar → neo4j-udc-1.9.3.jar} +0 -0
- data/lib/neo4j-test/jars/{server-api-1.9.2.jar → server-api-1.9.3.jar} +0 -0
- data/lib/neo4j-test/version.rb +2 -2
- data/neo4j-test.gemspec +9 -8
- metadata +19 -26
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 1b1cbaf5cfef3c3231b44ec45e7d01b7da88cd16
|
|
4
|
+
data.tar.gz: 3cf07255ed014bc7051cbcd6f29e85fc0162795f
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: fc8e354fd9fdc99eb6010828c93351142f3188a3766eb38a8b1f8ddff0db9552649c7b855cb3968707ef671de0a94eb177b5edd51b604081fc7341b0e401283d
|
|
7
|
+
data.tar.gz: b7080557bf8caa0ab31768e37cc90c09ad92e8c40c3e0e25c4c3de380afc9099eed36cc6c1a0d21ebd8133b1b9cba78c957e52ef96c7d71bd86180879bccb587
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/neo4j-test/version.rb
CHANGED
data/neo4j-test.gemspec
CHANGED
|
@@ -3,20 +3,21 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
|
3
3
|
require "neo4j-test/version"
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
|
-
s.name
|
|
7
|
-
s.version
|
|
8
|
-
s.authors
|
|
9
|
-
s.email
|
|
10
|
-
s.homepage
|
|
11
|
-
s.summary
|
|
12
|
-
s.description
|
|
6
|
+
s.name = "neo4j-test"
|
|
7
|
+
s.version = Neo4j::Test::VERSION
|
|
8
|
+
s.authors = ["Volker Pacher"]
|
|
9
|
+
s.email = ["volker.pacher@gmail.com"]
|
|
10
|
+
s.homepage = "https://github.com/vpacher/neo4j-test"
|
|
11
|
+
s.summary = "The neo4j jar files for the impermanent database v#{Neo4j::Test::NEO_VERSION}"
|
|
12
|
+
s.description = "The Java Jar files for the Neo4j Impermanent graph database "
|
|
13
13
|
|
|
14
|
-
s.files
|
|
14
|
+
s.files = `git ls-files`.split("\n")
|
|
15
15
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
16
16
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
17
17
|
s.require_paths = ["lib"]
|
|
18
18
|
|
|
19
19
|
s.platform = 'java'
|
|
20
|
+
s.licenses = ['MIT', 'GPL-2']
|
|
20
21
|
|
|
21
22
|
# specify any dependencies here; for example:
|
|
22
23
|
s.add_development_dependency "rake"
|
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: neo4j-test
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.9.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 1.9.3
|
|
6
5
|
platform: java
|
|
7
6
|
authors:
|
|
8
7
|
- Volker Pacher
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
11
|
+
date: 2013-09-02 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: rake
|
|
@@ -18,13 +17,11 @@ dependencies:
|
|
|
18
17
|
- - '>='
|
|
19
18
|
- !ruby/object:Gem::Version
|
|
20
19
|
version: '0'
|
|
21
|
-
none: false
|
|
22
20
|
requirement: !ruby/object:Gem::Requirement
|
|
23
21
|
requirements:
|
|
24
22
|
- - '>='
|
|
25
23
|
- !ruby/object:Gem::Version
|
|
26
24
|
version: '0'
|
|
27
|
-
none: false
|
|
28
25
|
prerelease: false
|
|
29
26
|
type: :development
|
|
30
27
|
description: 'The Java Jar files for the Neo4j Impermanent graph database '
|
|
@@ -39,24 +36,28 @@ files:
|
|
|
39
36
|
- README.md
|
|
40
37
|
- Rakefile
|
|
41
38
|
- lib/neo4j-test.rb
|
|
39
|
+
- lib/neo4j-test/jars/Meetup template.pptx
|
|
42
40
|
- lib/neo4j-test/jars/concurrentlinkedhashmap-lru-1.3.1.jar
|
|
43
41
|
- lib/neo4j-test/jars/geronimo-jta_1.1_spec-1.1.1.jar
|
|
44
42
|
- lib/neo4j-test/jars/lucene-core-3.6.2.jar
|
|
45
|
-
- lib/neo4j-test/jars/neo4j-cypher-1.9.
|
|
46
|
-
- lib/neo4j-test/jars/neo4j-graph-algo-1.9.
|
|
47
|
-
- lib/neo4j-test/jars/neo4j-graph-matching-1.9.
|
|
48
|
-
- lib/neo4j-test/jars/neo4j-jmx-1.9.
|
|
49
|
-
- lib/neo4j-test/jars/neo4j-kernel-1.9.
|
|
50
|
-
- lib/neo4j-test/jars/neo4j-lucene-index-1.9.
|
|
51
|
-
- lib/neo4j-test/jars/neo4j-shell-1.9.
|
|
52
|
-
- lib/neo4j-test/jars/neo4j-udc-1.9.
|
|
43
|
+
- lib/neo4j-test/jars/neo4j-cypher-1.9.3.jar
|
|
44
|
+
- lib/neo4j-test/jars/neo4j-graph-algo-1.9.3.jar
|
|
45
|
+
- lib/neo4j-test/jars/neo4j-graph-matching-1.9.3.jar
|
|
46
|
+
- lib/neo4j-test/jars/neo4j-jmx-1.9.3.jar
|
|
47
|
+
- lib/neo4j-test/jars/neo4j-kernel-1.9.3-tests.jar
|
|
48
|
+
- lib/neo4j-test/jars/neo4j-lucene-index-1.9.3.jar
|
|
49
|
+
- lib/neo4j-test/jars/neo4j-shell-1.9.3.jar
|
|
50
|
+
- lib/neo4j-test/jars/neo4j-udc-1.9.3.jar
|
|
53
51
|
- lib/neo4j-test/jars/org.apache.servicemix.bundles.jline-0.9.94_1.jar
|
|
54
52
|
- lib/neo4j-test/jars/scala-library-2.10.0.jar
|
|
55
|
-
- lib/neo4j-test/jars/server-api-1.9.
|
|
53
|
+
- lib/neo4j-test/jars/server-api-1.9.3.jar
|
|
56
54
|
- lib/neo4j-test/version.rb
|
|
57
55
|
- neo4j-test.gemspec
|
|
58
56
|
homepage: https://github.com/vpacher/neo4j-test
|
|
59
|
-
licenses:
|
|
57
|
+
licenses:
|
|
58
|
+
- MIT
|
|
59
|
+
- GPL-2
|
|
60
|
+
metadata: {}
|
|
60
61
|
post_install_message:
|
|
61
62
|
rdoc_options: []
|
|
62
63
|
require_paths:
|
|
@@ -65,24 +66,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
65
66
|
requirements:
|
|
66
67
|
- - '>='
|
|
67
68
|
- !ruby/object:Gem::Version
|
|
68
|
-
segments:
|
|
69
|
-
- 0
|
|
70
69
|
version: '0'
|
|
71
|
-
hash: 2
|
|
72
|
-
none: false
|
|
73
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
74
71
|
requirements:
|
|
75
72
|
- - '>='
|
|
76
73
|
- !ruby/object:Gem::Version
|
|
77
|
-
segments:
|
|
78
|
-
- 0
|
|
79
74
|
version: '0'
|
|
80
|
-
hash: 2
|
|
81
|
-
none: false
|
|
82
75
|
requirements: []
|
|
83
76
|
rubyforge_project:
|
|
84
|
-
rubygems_version:
|
|
77
|
+
rubygems_version: 2.0.6
|
|
85
78
|
signing_key:
|
|
86
|
-
specification_version:
|
|
87
|
-
summary: The neo4j jar files for the impermanent database v1.9.
|
|
79
|
+
specification_version: 4
|
|
80
|
+
summary: The neo4j jar files for the impermanent database v1.9.3
|
|
88
81
|
test_files: []
|