neo4j-test 1.9-java → 1.9.1-java
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/neo4j-test/jars/{neo4j-cypher-1.9.jar → neo4j-cypher-1.9.1.jar} +0 -0
- data/lib/neo4j-test/jars/{neo4j-graph-algo-1.9.jar → neo4j-graph-algo-1.9.1.jar} +0 -0
- data/lib/neo4j-test/jars/{neo4j-graph-matching-1.9.jar → neo4j-graph-matching-1.9.1.jar} +0 -0
- data/lib/neo4j-test/jars/{neo4j-jmx-1.9.jar → neo4j-jmx-1.9.1.jar} +0 -0
- data/lib/neo4j-test/jars/{neo4j-kernel-1.9-tests.jar → neo4j-kernel-1.9.1-tests.jar} +0 -0
- data/lib/neo4j-test/jars/{neo4j-lucene-index-1.9.jar → neo4j-lucene-index-1.9.1.jar} +0 -0
- data/lib/neo4j-test/jars/{neo4j-shell-1.9.jar → neo4j-shell-1.9.1.jar} +0 -0
- data/lib/neo4j-test/jars/{neo4j-udc-1.9.jar → neo4j-udc-1.9.1.jar} +0 -0
- data/lib/neo4j-test/jars/{server-api-1.9.jar → server-api-1.9.1.jar} +0 -0
- data/lib/neo4j-test/version.rb +2 -2
- metadata +12 -13
- data/lib/neo4j-test/jars/neo4j-community-1.9-tests.jar +0 -0
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
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neo4j-test
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.9.1
|
5
5
|
prerelease:
|
6
6
|
platform: java
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-07-
|
12
|
+
date: 2013-07-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -43,18 +43,17 @@ files:
|
|
43
43
|
- lib/neo4j-test/jars/concurrentlinkedhashmap-lru-1.3.1.jar
|
44
44
|
- lib/neo4j-test/jars/geronimo-jta_1.1_spec-1.1.1.jar
|
45
45
|
- lib/neo4j-test/jars/lucene-core-3.6.2.jar
|
46
|
-
- lib/neo4j-test/jars/neo4j-
|
47
|
-
- lib/neo4j-test/jars/neo4j-
|
48
|
-
- lib/neo4j-test/jars/neo4j-graph-
|
49
|
-
- lib/neo4j-test/jars/neo4j-
|
50
|
-
- lib/neo4j-test/jars/neo4j-
|
51
|
-
- lib/neo4j-test/jars/neo4j-
|
52
|
-
- lib/neo4j-test/jars/neo4j-
|
53
|
-
- lib/neo4j-test/jars/neo4j-
|
54
|
-
- lib/neo4j-test/jars/neo4j-udc-1.9.jar
|
46
|
+
- lib/neo4j-test/jars/neo4j-cypher-1.9.1.jar
|
47
|
+
- lib/neo4j-test/jars/neo4j-graph-algo-1.9.1.jar
|
48
|
+
- lib/neo4j-test/jars/neo4j-graph-matching-1.9.1.jar
|
49
|
+
- lib/neo4j-test/jars/neo4j-jmx-1.9.1.jar
|
50
|
+
- lib/neo4j-test/jars/neo4j-kernel-1.9.1-tests.jar
|
51
|
+
- lib/neo4j-test/jars/neo4j-lucene-index-1.9.1.jar
|
52
|
+
- lib/neo4j-test/jars/neo4j-shell-1.9.1.jar
|
53
|
+
- lib/neo4j-test/jars/neo4j-udc-1.9.1.jar
|
55
54
|
- lib/neo4j-test/jars/org.apache.servicemix.bundles.jline-0.9.94_1.jar
|
56
55
|
- lib/neo4j-test/jars/scala-library-2.10.0.jar
|
57
|
-
- lib/neo4j-test/jars/server-api-1.9.jar
|
56
|
+
- lib/neo4j-test/jars/server-api-1.9.1.jar
|
58
57
|
- lib/neo4j-test/version.rb
|
59
58
|
- neo4j-test.gemspec
|
60
59
|
homepage: https://github.com/vpacher/neo4j-test
|
@@ -86,5 +85,5 @@ rubyforge_project:
|
|
86
85
|
rubygems_version: 1.8.24
|
87
86
|
signing_key:
|
88
87
|
specification_version: 3
|
89
|
-
summary: The neo4j jar files for the impermanent database v1.9
|
88
|
+
summary: The neo4j jar files for the impermanent database v1.9.1
|
90
89
|
test_files: []
|
Binary file
|