Skip to content

Commit

Permalink
Bumped neo4j-wrapper to 0.0.9
Browse files Browse the repository at this point in the history
* Use Neo4j 1.7
* Fix rule count bug, closes #178
* Update readme
  • Loading branch information
andreasronge committed Apr 23, 2012
1 parent 405f778 commit 0724e56
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,19 @@ It uses two powerful and mature Java libraries:

== Documentation

==== Version >= 2.0

* {Github Wiki}[https://github.com/andreasronge/neo4j/wiki]
* {YARD}[http://rdoc.info/github/andreasronge/neo4j/master/frames]
* RSpecs - There are 2023 RSpecs (478/neo4j-core, 425/neo4j-wrapper and 1120/this gem - 2012 April)

==== Version < 2.0.alpha.5

* {Guides and API}[http://neo4j.rubyforge.org/guides/index.html]
* {RDoc}[http://neo4j.rubyforge.org]
* {Blog: Neo4j and Rails 3}[http://blog.jayway.com/2011/03/02/neo4j-rb-1-0-0-and-rails-3/]
* {Kvitter Example Application}[https://github.com/andreasronge/kvitter/]

==== Version >= 2.0

* {YARD}[http://rdoc.info/github/andreasronge/neo4j/master/frames]
* RSpecs - There are 2023 RSpecs (478/neo4j-core, 425/neo4j-wrapper and 1120/this gem - 2012 April)

=== Presentation Materials and other URLs

* {JRubyConf 2012 May}[http://jrubyconf.com/#speakers]
Expand Down
1 change: 1 addition & 0 deletions example/ha-cluster/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'http://rubygems.org'

gem 'neo4j', :path => "../.."
gem 'neo4j-advanced'
gem 'neo4j-enterprise'
3 changes: 2 additions & 1 deletion example/ha-cluster/README
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ To run this:

0. First you need the neo4j enterprise JAR files
mkdir -p lib
bundle install
bundle exec ../../bin/neo4j-jars enterprise

1. type: start_zookeeper.sh
1. type: ./start_zookeeper.sh
This starts 3 java processes (ps -ef | grep java)

2. type: irb
Expand Down
2 changes: 1 addition & 1 deletion neo4j.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ It comes included with the Apache Lucene document database.
s.add_dependency('orm_adapter', ">= 0.0.3")
s.add_dependency("activemodel", ">= 3.0.0", "< 3.3")
s.add_dependency("railties", ">= 3.0.0", "< 3.3")
s.add_dependency("neo4j-wrapper", '0.0.8')
s.add_dependency("neo4j-wrapper", '0.0.9')
end

0 comments on commit 0724e56

Please sign in to comment.