README.md in devise_ldap_authenticatable-0.3.3 vs README.md in devise_ldap_authenticatable-0.3.5
- old
+ new
@@ -18,17 +18,21 @@
Installation
------------
**_Please Note_**
-This will versions 0.3.0 and above will only work for Rails 3 applications. Please use version 0.2.x for Rails 2 apps.
+This will *only* work for Rails 3 applications.
In the Gemfile for your application:
gem "devise", "1.1.rc2"
- gem "devise_ldap_authenticatable"
+ gem "devise_ldap_authenticatable", "0.3.5"
+For latest version, use the git repository instead
+
+ gem "devise_ldap_authenticatable", :git => "git://github.com/cschiewek/devise_ldap_authenticatable.git", :branch => "rails3"
+
Setup
-----
Run the rails generator
@@ -92,5 +96,6 @@
View on [Pivotal Tracker](http://www.pivotaltracker.com/projects/97318).
Released under the MIT license
Copyright (c) 2010 Curtis Schiewek, Daniel McNevin
+