neo4j-advanced 1.6.0.alpha.4-java → 1.6.0.alpha.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.
@@ -5,7 +5,7 @@ module Neo4j
5
5
  module Advanced
6
6
 
7
7
  def self.jars_root
8
- "#{File.dirname(__FILE__)}/neo4j-advanced/jars"
8
+ File.join("#{File.dirname(__FILE__)}", "neo4j-advanced", "jars")
9
9
  end
10
10
 
11
11
  def self.load_jars!
@@ -1,6 +1,6 @@
1
1
  module Neo4j
2
2
  module Advanced
3
- VERSION = "1.6.0.alpha.4"
3
+ VERSION = "1.6.0.alpha.5"
4
4
  NEO_VERSION = "1.6.M02"
5
5
  end
6
6
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: neo4j-advanced
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 1.6.0.alpha.4
5
+ version: 1.6.0.alpha.5
6
6
  platform: java
7
7
  authors:
8
8
  - Dmytrii Nagirniak
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2012-01-13 00:00:00 Z
14
+ date: 2012-01-16 00:00:00 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: neo4j-community