neo4j-core 0.0.8-java → 0.0.9-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Neo4j
2
2
  module Core
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
data/lib/neo4j/config.rb CHANGED
@@ -123,8 +123,6 @@ module Neo4j
123
123
  map
124
124
  end
125
125
 
126
- private
127
-
128
126
  # @return The a new configuration using default values as a hash.
129
127
  def setup()
130
128
  @configuration = {}
@@ -132,7 +130,6 @@ module Neo4j
132
130
  @configuration
133
131
  end
134
132
 
135
-
136
133
  end
137
134
  end
138
135
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: neo4j-core
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.8
5
+ version: 0.0.9
6
6
  platform: java
7
7
  authors:
8
8
  - Andreas Ronge
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-04-13 00:00:00 Z
13
+ date: 2012-04-15 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: neo4j-community