pacer-neo4j 2.0.0-java → 2.0.1-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.
@@ -41,7 +41,7 @@ module Pacer
41
41
  PacerGraph.new(Pacer::YamlEncoder, open, shutdown)
42
42
  else
43
43
  # Don't register the new graph so that it won't be automatically closed.
44
- PacerGraph.new Pacer::YamlEncoder, proc { graph.neo.new(path_or_graph) }
44
+ PacerGraph.new Pacer::YamlEncoder, proc { neo.new(path_or_graph) }
45
45
  end
46
46
  end
47
47
  end
@@ -1,6 +1,6 @@
1
1
  module Pacer
2
2
  module Neo4j
3
- VERSION = "2.0.0"
3
+ VERSION = "2.0.1"
4
4
  JAR = "pacer-neo4j-#{ VERSION }-standalone.jar"
5
5
  JAR_PATH = "lib/#{ JAR }"
6
6
  BLUEPRINTS_VERSION = "2.1.0"
data/lib/pacer-neo4j.rb CHANGED
@@ -1,6 +1,10 @@
1
+ require 'pacer' unless defined? Pacer
2
+
3
+ lib_path = File.expand_path(File.join(File.dirname(__FILE__), '../lib'))
4
+ $:.unshift lib_path unless $:.any? { |path| path == lib_path }
5
+
1
6
  require 'pacer-neo4j/version'
2
7
 
3
- require 'pacer'
4
8
  require Pacer::Neo4j::JAR
5
9
 
6
10
  require 'pacer-neo4j/graph'
data/pom.xml CHANGED
@@ -7,7 +7,7 @@
7
7
  <artifactId>pacer-neo4j</artifactId>
8
8
  <!-- NOTE: the following properties are automatically updated based on the values in lib/pacer-neo4j/version.rb -->
9
9
  <properties>
10
- <gem.version>2.0.0</gem.version>
10
+ <gem.version>2.0.1</gem.version>
11
11
  <blueprints.version>2.1.0</blueprints.version>
12
12
  <pipes.version>2.1.0</pipes.version>
13
13
  </properties>
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pacer-neo4j
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
5
4
  prerelease:
5
+ version: 2.0.1
6
6
  platform: java
7
7
  authors:
8
8
  - Darrick Wiebe
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-04 00:00:00.000000000 Z
12
+ date: 2012-09-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pacer
@@ -45,7 +45,7 @@ files:
45
45
  - pacer-neo4j.gemspec
46
46
  - pom.xml
47
47
  - pom/standalone.xml
48
- - lib/pacer-neo4j-2.0.0-standalone.jar
48
+ - lib/pacer-neo4j-2.0.1-standalone.jar
49
49
  homepage: http://neo4j.org
50
50
  licenses: []
51
51
  post_install_message: