neo4j-community 2.1.5 → 2.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +4 -4
- data/lib/neo4j-community/jars/{neo4j-cypher-2.1.5.jar → neo4j-cypher-2.1.7.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-cypher-commons-2.1.5.jar → neo4j-cypher-commons-2.1.7.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-cypher-compiler-2.1-2.1.5.jar → neo4j-cypher-compiler-2.1-2.1.7.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-graph-algo-2.1.5.jar → neo4j-graph-algo-2.1.7.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-graph-matching-2.1.5.jar → neo4j-graph-matching-2.1.7.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-jmx-2.1.5.jar → neo4j-jmx-2.1.7.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-kernel-2.1.5.jar → neo4j-kernel-2.1.7.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-lucene-index-2.1.5.jar → neo4j-lucene-index-2.1.7.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-primitive-collections-2.1.5.jar → neo4j-primitive-collections-2.1.7.jar} +0 -0
- data/lib/neo4j-community/jars/{neo4j-udc-2.1.5.jar → neo4j-udc-2.1.7.jar} +0 -0
- data/lib/neo4j-community/jars/opencsv-2.3.jar +0 -0
- data/lib/neo4j-community/jars/{server-api-2.1.5.jar → server-api-2.1.7.jar} +0 -0
- data/lib/neo4j-community/test-jars/neo4j-kernel-2.1.7-tests.jar +0 -0
- data/lib/neo4j-community/version.rb +2 -2
- metadata +17 -16
- data/lib/neo4j-community/jars/opencsv-2.0.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: 872ed9665d3c93a382b470592550579e638d4c29
|
4
|
+
data.tar.gz: abdec00c3d4a3e9db0c75e2f98b465beb8788a6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca16217f6e9aedf111f414e0746fb39034b1e558bece34655706ccfc20487916aa9fc0ae875a3dac1aaeed43dfed5c7d464ad1b9304a73111cbe2c05fe44ba05
|
7
|
+
data.tar.gz: 140d8aaa97f683f0616c3a0ddd314e2a06ac6ac29446352710ba9eacb20172b88517557fcc7ee52bf79e3318731eee0bdcbcfa54fd9ade801a6d0e2d490089a2
|
data/Rakefile
CHANGED
@@ -50,7 +50,7 @@ task :download, :version do |_, params|
|
|
50
50
|
filename = "neo4j-community-#{version}-unix.tar.gz"
|
51
51
|
system "mv ~/Downloads/#{filename} ./tmp"
|
52
52
|
end
|
53
|
-
|
53
|
+
|
54
54
|
desc "Delete old Jar files"
|
55
55
|
task :delete_old_jar do
|
56
56
|
root = File.expand_path("./lib/neo4j-community/jars")
|
@@ -67,7 +67,7 @@ end
|
|
67
67
|
def download_test_jar
|
68
68
|
file = "neo4j-kernel-#{version}-tests.jar"
|
69
69
|
#puts "DOWNLOAD TEST JAR #{file} from http://repo.typesafe.com"
|
70
|
-
# neo4j-kernel-2.1.0-M01-tests.jar
|
70
|
+
# neo4j-kernel-2.1.0-M01-tests.jar
|
71
71
|
remote_file = "http://search.maven.org/remotecontent?filepath=org/neo4j/neo4j-kernel/#{version}/#{file}"
|
72
72
|
|
73
73
|
puts "Download #{remote_file} to #{unpack_lib_dir}"
|
@@ -85,12 +85,12 @@ task :prod_jars do
|
|
85
85
|
FileUtils.mkdir_p(jars)
|
86
86
|
test_jars = File.expand_path("./lib/neo4j-community/test-jars")
|
87
87
|
|
88
|
-
download_test_jar
|
88
|
+
download_test_jar
|
89
89
|
|
90
90
|
jar_files_to_copy.each {|f| system "cp #{unpack_lib_dir}/#{f} #{jars}; git add #{jars}/#{f}" unless f =~ /tests/}
|
91
91
|
system_jars.each {|f| system "cp #{system_unpack_lib_dir}/#{f} #{jars}; git add #{jars}/#{f}" unless f =~ /tests/}
|
92
92
|
|
93
93
|
system "mkdir -p #{test_jars}"
|
94
|
-
|
94
|
+
|
95
95
|
jar_files_to_copy.each {|f| system "cp #{unpack_lib_dir}/#{f} #{test_jars}; git add #{test_jars}/#{f}" if f =~ /tests/}
|
96
96
|
end
|
Binary file
|
data/lib/neo4j-community/jars/{neo4j-cypher-commons-2.1.5.jar → neo4j-cypher-commons-2.1.7.jar}
RENAMED
Binary file
|
Binary file
|
Binary file
|
data/lib/neo4j-community/jars/{neo4j-graph-matching-2.1.5.jar → neo4j-graph-matching-2.1.7.jar}
RENAMED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neo4j-community
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmytrii Nagirniak
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2015-03-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -56,24 +56,25 @@ files:
|
|
56
56
|
- lib/neo4j-community/jars/concurrentlinkedhashmap-lru-1.3.1.jar
|
57
57
|
- lib/neo4j-community/jars/geronimo-jta_1.1_spec-1.1.1.jar
|
58
58
|
- lib/neo4j-community/jars/lucene-core-3.6.2.jar
|
59
|
-
- lib/neo4j-community/jars/neo4j-cypher-2.1.
|
60
|
-
- lib/neo4j-community/jars/neo4j-cypher-commons-2.1.
|
59
|
+
- lib/neo4j-community/jars/neo4j-cypher-2.1.7.jar
|
60
|
+
- lib/neo4j-community/jars/neo4j-cypher-commons-2.1.7.jar
|
61
61
|
- lib/neo4j-community/jars/neo4j-cypher-compiler-1.9-2.0.3.jar
|
62
62
|
- lib/neo4j-community/jars/neo4j-cypher-compiler-2.0-2.0.3.jar
|
63
|
-
- lib/neo4j-community/jars/neo4j-cypher-compiler-2.1-2.1.
|
64
|
-
- lib/neo4j-community/jars/neo4j-graph-algo-2.1.
|
65
|
-
- lib/neo4j-community/jars/neo4j-graph-matching-2.1.
|
66
|
-
- lib/neo4j-community/jars/neo4j-jmx-2.1.
|
67
|
-
- lib/neo4j-community/jars/neo4j-kernel-2.1.
|
68
|
-
- lib/neo4j-community/jars/neo4j-lucene-index-2.1.
|
69
|
-
- lib/neo4j-community/jars/neo4j-primitive-collections-2.1.
|
70
|
-
- lib/neo4j-community/jars/neo4j-udc-2.1.
|
71
|
-
- lib/neo4j-community/jars/opencsv-2.
|
63
|
+
- lib/neo4j-community/jars/neo4j-cypher-compiler-2.1-2.1.7.jar
|
64
|
+
- lib/neo4j-community/jars/neo4j-graph-algo-2.1.7.jar
|
65
|
+
- lib/neo4j-community/jars/neo4j-graph-matching-2.1.7.jar
|
66
|
+
- lib/neo4j-community/jars/neo4j-jmx-2.1.7.jar
|
67
|
+
- lib/neo4j-community/jars/neo4j-kernel-2.1.7.jar
|
68
|
+
- lib/neo4j-community/jars/neo4j-lucene-index-2.1.7.jar
|
69
|
+
- lib/neo4j-community/jars/neo4j-primitive-collections-2.1.7.jar
|
70
|
+
- lib/neo4j-community/jars/neo4j-udc-2.1.7.jar
|
71
|
+
- lib/neo4j-community/jars/opencsv-2.3.jar
|
72
72
|
- lib/neo4j-community/jars/parboiled-core-1.1.6.jar
|
73
73
|
- lib/neo4j-community/jars/parboiled-scala_2.10-1.1.6.jar
|
74
74
|
- lib/neo4j-community/jars/scala-library-2.10.4.jar
|
75
|
-
- lib/neo4j-community/jars/server-api-2.1.
|
75
|
+
- lib/neo4j-community/jars/server-api-2.1.7.jar
|
76
76
|
- lib/neo4j-community/test-jars/neo4j-kernel-2.1.5-tests.jar
|
77
|
+
- lib/neo4j-community/test-jars/neo4j-kernel-2.1.7-tests.jar
|
77
78
|
- lib/neo4j-community/version.rb
|
78
79
|
- lib/neo4j-jars.rb
|
79
80
|
- neo4j-community.gemspec
|
@@ -96,8 +97,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
97
|
version: '0'
|
97
98
|
requirements: []
|
98
99
|
rubyforge_project: neo4j-community
|
99
|
-
rubygems_version: 2.4.
|
100
|
+
rubygems_version: 2.4.5
|
100
101
|
signing_key:
|
101
102
|
specification_version: 4
|
102
|
-
summary: The neo4j Community edition v2.1.
|
103
|
+
summary: The neo4j Community edition v2.1.7 JAR files
|
103
104
|
test_files: []
|
Binary file
|