neo4j-community 1.9.3-java → 1.9.5-java

Sign up to get free protection for your applications and to get access to all the features.
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 Community
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,7 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo4j-community
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.3
4
+ version: 1.9.5
5
+ prerelease:
5
6
  platform: java
6
7
  authors:
7
8
  - Dmytrii Nagirniak
@@ -9,7 +10,7 @@ authors:
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2013-09-05 00:00:00.000000000 Z
13
+ date: 2013-11-14 00:00:00.000000000 Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: rake
@@ -18,11 +19,13 @@ dependencies:
18
19
  - - '>='
19
20
  - !ruby/object:Gem::Version
20
21
  version: '0'
22
+ none: false
21
23
  requirement: !ruby/object:Gem::Requirement
22
24
  requirements:
23
25
  - - '>='
24
26
  - !ruby/object:Gem::Version
25
27
  version: '0'
28
+ none: false
26
29
  prerelease: false
27
30
  type: :development
28
31
  - !ruby/object:Gem::Dependency
@@ -32,11 +35,13 @@ dependencies:
32
35
  - - '>='
33
36
  - !ruby/object:Gem::Version
34
37
  version: '0'
38
+ none: false
35
39
  requirement: !ruby/object:Gem::Requirement
36
40
  requirements:
37
41
  - - '>='
38
42
  - !ruby/object:Gem::Version
39
43
  version: '0'
44
+ none: false
40
45
  prerelease: false
41
46
  type: :development
42
47
  description: 'The Java Jar files for the Neo4j Community, a high performance, fully
@@ -56,23 +61,20 @@ files:
56
61
  - lib/neo4j-community/jars/concurrentlinkedhashmap-lru-1.3.1.jar
57
62
  - lib/neo4j-community/jars/geronimo-jta_1.1_spec-1.1.1.jar
58
63
  - lib/neo4j-community/jars/lucene-core-3.6.2.jar
59
- - lib/neo4j-community/jars/neo4j-cypher-1.9.3.jar
60
- - lib/neo4j-community/jars/neo4j-graph-algo-1.9.3.jar
61
- - lib/neo4j-community/jars/neo4j-graph-matching-1.9.3.jar
62
- - lib/neo4j-community/jars/neo4j-jmx-1.9.3.jar
63
- - lib/neo4j-community/jars/neo4j-kernel-1.9.3.jar
64
- - lib/neo4j-community/jars/neo4j-lucene-index-1.9.3.jar
65
- - lib/neo4j-community/jars/neo4j-shell-1.9.3.jar
66
- - lib/neo4j-community/jars/neo4j-udc-1.9.3.jar
67
- - lib/neo4j-community/jars/org.apache.servicemix.bundles.jline-0.9.94_1.jar
64
+ - lib/neo4j-community/jars/neo4j-cypher-1.9.5.jar
65
+ - lib/neo4j-community/jars/neo4j-graph-algo-1.9.5.jar
66
+ - lib/neo4j-community/jars/neo4j-graph-matching-1.9.5.jar
67
+ - lib/neo4j-community/jars/neo4j-jmx-1.9.5.jar
68
+ - lib/neo4j-community/jars/neo4j-kernel-1.9.5.jar
69
+ - lib/neo4j-community/jars/neo4j-lucene-index-1.9.5.jar
70
+ - lib/neo4j-community/jars/neo4j-udc-1.9.5.jar
68
71
  - lib/neo4j-community/jars/scala-library-2.10.0.jar
69
- - lib/neo4j-community/jars/server-api-1.9.3.jar
72
+ - lib/neo4j-community/jars/server-api-1.9.5.jar
70
73
  - lib/neo4j-community/version.rb
71
74
  - lib/neo4j-jars.rb
72
75
  - neo4j-community.gemspec
73
76
  homepage: https://github.com/dnagir/neo4j-community
74
77
  licenses: []
75
- metadata: {}
76
78
  post_install_message:
77
79
  rdoc_options: []
78
80
  require_paths:
@@ -82,16 +84,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
82
84
  - - '>='
83
85
  - !ruby/object:Gem::Version
84
86
  version: '0'
87
+ none: false
85
88
  required_rubygems_version: !ruby/object:Gem::Requirement
86
89
  requirements:
87
90
  - - '>='
88
91
  - !ruby/object:Gem::Version
89
92
  version: '0'
93
+ none: false
90
94
  requirements: []
91
95
  rubyforge_project: neo4j-community
92
- rubygems_version: 2.0.3
96
+ rubygems_version: 1.8.24
93
97
  signing_key:
94
- specification_version: 4
95
- summary: The neo4j Community edition v1.9.3 JAR files
98
+ specification_version: 3
99
+ summary: The neo4j Community edition v1.9.5 JAR files
96
100
  test_files: []
97
101
  has_rdoc:
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 1defa3e44c7318edc9d786472bbe6ff4fb105b07
4
- data.tar.gz: f3a5e8f6d5323ccaca0d4d1693e46e234e9797f2
5
- SHA512:
6
- metadata.gz: c4822d3cb5c0741b676f96fdd76b4b8b74a60472fe8525ef01bf2ee06848c0736dbca9c387ed16673e109db98418746aa79e22eccb211f502ab81510e86bf147
7
- data.tar.gz: 4168482297b6e266d42bd478eb4313057e5ca94623dc8ec2ddac6e27619b9048c8aab37814221b75542e0f5f5496c7216a13b9d7a7f93051f489e791602f41ec