neo4j-community 2.2.0 → 2.2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +18 -4
- data/lib/neo4j-community/jars/neo4j-shell-2.2.0.jar +0 -0
- data/lib/neo4j-community/jars/org.apache.servicemix.bundles.jline-0.9.94_1.jar +0 -0
- data/lib/neo4j-community/test-jars/neo4j-io-2.2.0-tests.jar +0 -0
- data/lib/neo4j-community/version.rb +1 -1
- metadata +20 -18
- data/lib/neo4j-community/test-jars/neo4j-kernel-2.1.5-tests.jar +0 -0
- data/lib/neo4j-community/test-jars/neo4j-kernel-2.1.7-tests.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c1916d3ffb353336417312ef22902e18e498dd4
|
4
|
+
data.tar.gz: b2b5573e6c8e096f518c0e5b9c223860d0fee0dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa1f8270a25f1476d58deb5309d1fee06179e2f8b5a099d5bba98fdbaa424af3fb5afa15f74e4c0fcc5683c01cc41c4ae698180d2e6ada9bd01797dc47e51c7f
|
7
|
+
data.tar.gz: f2676bb842fcc33631662f60a15d1cd4f216bda8f31db4715b838ba72896c0d1669369120b1e2b493c9eff7bcd2be10e12dafcda27160c6d3787d05fda061fdb
|
data/Rakefile
CHANGED
@@ -88,10 +88,24 @@ task :prod_jars do
|
|
88
88
|
|
89
89
|
download_test_jar
|
90
90
|
|
91
|
-
jar_files_to_copy.
|
92
|
-
|
91
|
+
test_jar_files_to_copy, non_test_jar_files_to_copy = jar_files_to_copy.partition {|f| f =~ /tests/ }
|
92
|
+
|
93
|
+
non_test_jar_files_to_copy.each do |f|
|
94
|
+
system "cp #{unpack_lib_dir}/#{f} #{jars}"
|
95
|
+
system "git add #{jars}/#{f}"
|
96
|
+
end
|
97
|
+
system_jars.each do |f|
|
98
|
+
unless f =~ /tests/
|
99
|
+
system "cp #{system_unpack_lib_dir}/#{f} #{jars}"
|
100
|
+
system "git add #{jars}/#{f}"
|
101
|
+
end
|
102
|
+
end
|
93
103
|
|
94
104
|
system "mkdir -p #{test_jars}"
|
95
105
|
|
96
|
-
|
97
|
-
|
106
|
+
puts 'test_jar_files_to_copy', test_jar_files_to_copy.inspect
|
107
|
+
test_jar_files_to_copy.each do |f|
|
108
|
+
system "cp #{unpack_lib_dir}/#{f} #{test_jars}"
|
109
|
+
system "git add #{test_jars}/#{f}"
|
110
|
+
end
|
111
|
+
end
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,42 +1,42 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neo4j-community
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.0
|
4
|
+
version: 2.2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmytrii Nagirniak
|
8
8
|
- Andreas Ronge
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-03-
|
12
|
+
date: 2015-03-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
|
-
name: rake
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
16
|
requirements:
|
18
|
-
- -
|
17
|
+
- - '>='
|
19
18
|
- !ruby/object:Gem::Version
|
20
19
|
version: '0'
|
21
|
-
|
20
|
+
name: rake
|
22
21
|
prerelease: false
|
22
|
+
type: :development
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
|
-
- -
|
25
|
+
- - '>='
|
26
26
|
- !ruby/object:Gem::Version
|
27
27
|
version: '0'
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
|
-
name: jeweler
|
30
29
|
requirement: !ruby/object:Gem::Requirement
|
31
30
|
requirements:
|
32
|
-
- -
|
31
|
+
- - '>='
|
33
32
|
- !ruby/object:Gem::Version
|
34
33
|
version: '0'
|
35
|
-
|
34
|
+
name: jeweler
|
36
35
|
prerelease: false
|
36
|
+
type: :development
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
|
-
- -
|
39
|
+
- - '>='
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: '0'
|
42
42
|
description: 'The Java Jar files for the Neo4j Community, a high performance, fully
|
@@ -48,7 +48,7 @@ executables: []
|
|
48
48
|
extensions: []
|
49
49
|
extra_rdoc_files: []
|
50
50
|
files:
|
51
|
-
-
|
51
|
+
- .gitignore
|
52
52
|
- Gemfile
|
53
53
|
- README.md
|
54
54
|
- Rakefile
|
@@ -70,14 +70,15 @@ files:
|
|
70
70
|
- lib/neo4j-community/jars/neo4j-kernel-2.2.0.jar
|
71
71
|
- lib/neo4j-community/jars/neo4j-lucene-index-2.2.0.jar
|
72
72
|
- lib/neo4j-community/jars/neo4j-primitive-collections-2.2.0.jar
|
73
|
+
- lib/neo4j-community/jars/neo4j-shell-2.2.0.jar
|
73
74
|
- lib/neo4j-community/jars/neo4j-udc-2.2.0.jar
|
74
75
|
- lib/neo4j-community/jars/opencsv-2.3.jar
|
76
|
+
- lib/neo4j-community/jars/org.apache.servicemix.bundles.jline-0.9.94_1.jar
|
75
77
|
- lib/neo4j-community/jars/parboiled-core-1.1.6.jar
|
76
78
|
- lib/neo4j-community/jars/parboiled-scala_2.10-1.1.6.jar
|
77
79
|
- lib/neo4j-community/jars/scala-library-2.10.4.jar
|
78
80
|
- lib/neo4j-community/jars/server-api-2.2.0.jar
|
79
|
-
- lib/neo4j-community/test-jars/neo4j-
|
80
|
-
- lib/neo4j-community/test-jars/neo4j-kernel-2.1.7-tests.jar
|
81
|
+
- lib/neo4j-community/test-jars/neo4j-io-2.2.0-tests.jar
|
81
82
|
- lib/neo4j-community/test-jars/neo4j-kernel-2.2.0-tests.jar
|
82
83
|
- lib/neo4j-community/version.rb
|
83
84
|
- lib/neo4j-jars.rb
|
@@ -85,24 +86,25 @@ files:
|
|
85
86
|
homepage: https://github.com/dnagir/neo4j-community
|
86
87
|
licenses: []
|
87
88
|
metadata: {}
|
88
|
-
post_install_message:
|
89
|
+
post_install_message:
|
89
90
|
rdoc_options: []
|
90
91
|
require_paths:
|
91
92
|
- lib
|
92
93
|
required_ruby_version: !ruby/object:Gem::Requirement
|
93
94
|
requirements:
|
94
|
-
- -
|
95
|
+
- - '>='
|
95
96
|
- !ruby/object:Gem::Version
|
96
97
|
version: '0'
|
97
98
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
98
99
|
requirements:
|
99
|
-
- -
|
100
|
+
- - '>='
|
100
101
|
- !ruby/object:Gem::Version
|
101
102
|
version: '0'
|
102
103
|
requirements: []
|
103
104
|
rubyforge_project: neo4j-community
|
104
105
|
rubygems_version: 2.4.5
|
105
|
-
signing_key:
|
106
|
+
signing_key:
|
106
107
|
specification_version: 4
|
107
108
|
summary: The neo4j Community edition v2.2.0 JAR files
|
108
109
|
test_files: []
|
110
|
+
has_rdoc:
|
Binary file
|
Binary file
|