neo4j-test 1.9-java → 1.9.1-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.
@@ -1,6 +1,6 @@
1
1
  module Neo4j
2
2
  module Test
3
- VERSION = "1.9"
4
- NEO_VERSION = "1.9"
3
+ VERSION = "1.9.1"
4
+ NEO_VERSION = "1.9.1"
5
5
  end
6
6
  end
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: '1.9'
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-02 00:00:00.000000000 Z
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-community-1.9-tests.jar
47
- - lib/neo4j-test/jars/neo4j-cypher-1.9.jar
48
- - lib/neo4j-test/jars/neo4j-graph-algo-1.9.jar
49
- - lib/neo4j-test/jars/neo4j-graph-matching-1.9.jar
50
- - lib/neo4j-test/jars/neo4j-jmx-1.9.jar
51
- - lib/neo4j-test/jars/neo4j-kernel-1.9-tests.jar
52
- - lib/neo4j-test/jars/neo4j-lucene-index-1.9.jar
53
- - lib/neo4j-test/jars/neo4j-shell-1.9.jar
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: []