neo4jr-simple 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
File without changes
data/lib/neo4jr-simple.rb CHANGED
@@ -3,7 +3,6 @@ $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__)))
3
3
  include Java
4
4
 
5
5
  module Neo4jr
6
-
7
6
  require 'jars/neo4j-kernel-1.0-rc.jar'
8
7
  require 'jars/lucene-core-2.9.1.jar'
9
8
  require 'jars/neo4j-index-1.0-b1.jar'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo4jr-simple
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Deiters