README.rdoc in active_document-0.1.1 vs README.rdoc in active_document-0.1.2
- old
+ new
@@ -100,12 +100,16 @@
User.find_all_by_username(:per_page => 2, :page => 2).collect {|u| u.username}
=> ["legend", "steve"]
== Install:
- sudo gem install ninjudd-bdb -s http://gems.github.com
- sudo gem install ninjudd-tuple -s http://gems.github.com
- sudo gem install ninjudd-active_document -s http://gems.github.com
+ sudo gem install active_document -s http://gemcutter.org
+
+== Dependencies:
+
+* {berkeley-db}[http://www.oracle.com/technology/software/products/berkeley-db/db/index.html] (4.8 recommended)
+* {bdb}[http://github.com/ninjudd/bdb]
+* {tuple}[http://github.com/ninjudd/tuple]
== License:
Copyright (c) 2009 Justin Balthrop, Geni.com; Published under The MIT License, see LICENSE