From 108edb4cbd6d0cb69dfe4f14d25d85c55b62bc71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 20 Oct 2009 17:40:50 -0200 Subject: [PATCH] Updated README to talk about Warden 0.4.1. --- README.rdoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index c0c49470..7c91b3f9 100644 --- a/README.rdoc +++ b/README.rdoc @@ -17,14 +17,13 @@ Right now it's composed of five mainly modules: There's an example application using Devise at http://github.com/plataformatec/devise_example . - == Dependencies -Devise is based on Warden (http://github.com/hassox/warden), a Rack Authentication Framework so you need to install it as a gem. Current warden version is 0.4.0. Please ensure you have it installed in order to use devise (see instalation below). +Devise is based on Warden (http://github.com/hassox/warden), a Rack Authentication Framework so you need to install it as a gem. Please ensure you have it installed in order to use devise (see instalation below). == Installation -Install warden gem if you don't have it installed: +Install warden gem if you don't have it installed (requires 0.4.1 or higher): sudo gem install warden