Skip to content

Commit

Permalink
release 3.0.0.rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
subvertallchris committed Aug 27, 2014
1 parent 75b764d commit 24fb8ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
== 3.0.0.rc.2
* Use newer neo4j-core release

== 3.0.0.rc.1
* Support for count, size, length, empty, blank? for has_many relationship
* Support for rails logger of cypher queries in development
Expand Down
2 changes: 1 addition & 1 deletion lib/neo4j/version.rb
@@ -1,3 +1,3 @@
module Neo4j
VERSION = "3.0.0.alpha.11"
VERSION = "3.0.0.rc.2"
end
2 changes: 1 addition & 1 deletion neo4j.gemspec
Expand Up @@ -34,7 +34,7 @@ It comes included with the Apache Lucene document database.
s.add_dependency("activesupport", "~> 4")
s.add_dependency("railties", "~> 4")
s.add_dependency('active_attr', "~> 0.8")
s.add_dependency("neo4j-core", "= 3.0.0.rc.1")
s.add_dependency("neo4j-core", "~> 3.0.0.rc.4")

if RUBY_PLATFORM =~ /java/
s.add_dependency("neo4j-community", '~> 2.0')
Expand Down

0 comments on commit 24fb8ca

Please sign in to comment.