neo4j-test 1.9.3-java → 1.9.5-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1b1cbaf5cfef3c3231b44ec45e7d01b7da88cd16
4
- data.tar.gz: 3cf07255ed014bc7051cbcd6f29e85fc0162795f
3
+ metadata.gz: f6ed67a188f533ebf53c95a70f767a55f19e365a
4
+ data.tar.gz: 3f104a39b1a48493d80e177a117beb19ae53b7f5
5
5
  SHA512:
6
- metadata.gz: fc8e354fd9fdc99eb6010828c93351142f3188a3766eb38a8b1f8ddff0db9552649c7b855cb3968707ef671de0a94eb177b5edd51b604081fc7341b0e401283d
7
- data.tar.gz: b7080557bf8caa0ab31768e37cc90c09ad92e8c40c3e0e25c4c3de380afc9099eed36cc6c1a0d21ebd8133b1b9cba78c957e52ef96c7d71bd86180879bccb587
6
+ metadata.gz: 1572ac14d23115a913cb3cb3b64dda2f1fff44cfaaf58ab90d31d3cf44fad9f3bc34970d58850cdec72633246700d9fae31f6426e1546f8717b380be6dbbb509
7
+ data.tar.gz: 712d22e81ae382ec4660eb1d18e6bffb9873cac1cf0c486ab4130e6de0005457a5d40062deecee68158a1350fc8eafe95d4ceaff619702d843c3a54381bf16c6
data/Rakefile CHANGED
@@ -22,7 +22,7 @@ def unpack_lib_dir
22
22
  end
23
23
 
24
24
  def jar_files_to_copy
25
- Dir.new(unpack_lib_dir).entries.find_all {|x| x =~ /\.jar/}
25
+ Dir.new(unpack_lib_dir).entries.find_all {|x| x =~ /\.jar/ && x !~ /neo4j-shell(.*)jar/ && x !~ /jline(.*)jar/ }
26
26
  end
27
27
 
28
28
  def system_unpack_lib_dir
@@ -1,6 +1,6 @@
1
1
  module Neo4j
2
2
  module Test
3
- VERSION = "1.9.3"
4
- NEO_VERSION = "1.9.3"
3
+ VERSION = "1.9.5"
4
+ NEO_VERSION = "1.9.5"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo4j-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.3
4
+ version: 1.9.5
5
5
  platform: java
6
6
  authors:
7
7
  - Volker Pacher
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-02 00:00:00.000000000 Z
11
+ date: 2013-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -36,21 +36,18 @@ files:
36
36
  - README.md
37
37
  - Rakefile
38
38
  - lib/neo4j-test.rb
39
- - lib/neo4j-test/jars/Meetup template.pptx
40
39
  - lib/neo4j-test/jars/concurrentlinkedhashmap-lru-1.3.1.jar
41
40
  - lib/neo4j-test/jars/geronimo-jta_1.1_spec-1.1.1.jar
42
41
  - lib/neo4j-test/jars/lucene-core-3.6.2.jar
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
51
- - lib/neo4j-test/jars/org.apache.servicemix.bundles.jline-0.9.94_1.jar
42
+ - lib/neo4j-test/jars/neo4j-cypher-1.9.5.jar
43
+ - lib/neo4j-test/jars/neo4j-graph-algo-1.9.5.jar
44
+ - lib/neo4j-test/jars/neo4j-graph-matching-1.9.5.jar
45
+ - lib/neo4j-test/jars/neo4j-jmx-1.9.5.jar
46
+ - lib/neo4j-test/jars/neo4j-kernel-1.9.5-tests.jar
47
+ - lib/neo4j-test/jars/neo4j-lucene-index-1.9.5.jar
48
+ - lib/neo4j-test/jars/neo4j-udc-1.9.5.jar
52
49
  - lib/neo4j-test/jars/scala-library-2.10.0.jar
53
- - lib/neo4j-test/jars/server-api-1.9.3.jar
50
+ - lib/neo4j-test/jars/server-api-1.9.5.jar
54
51
  - lib/neo4j-test/version.rb
55
52
  - neo4j-test.gemspec
56
53
  homepage: https://github.com/vpacher/neo4j-test
@@ -74,8 +71,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
71
  version: '0'
75
72
  requirements: []
76
73
  rubyforge_project:
77
- rubygems_version: 2.0.6
74
+ rubygems_version: 2.1.9
78
75
  signing_key:
79
76
  specification_version: 4
80
- summary: The neo4j jar files for the impermanent database v1.9.3
77
+ summary: The neo4j jar files for the impermanent database v1.9.5
81
78
  test_files: []