README.md in devise_ldap_authenticatable-0.6.0 vs README.md in devise_ldap_authenticatable-0.6.1
- old
+ new
@@ -17,11 +17,11 @@
- An LDAP server (tested on OpenLDAP)
- Rails 3.0.0
These gems are dependencies of the gem:
-- Devise ~> 1.4.0
+- Devise ~> 2.0.0
- net-ldap ~> 0.2.2
Installation
------------
@@ -29,11 +29,11 @@
This will *only* work for Rails 3 applications.
In the Gemfile for your application:
- gem "devise", "~> 1.4"
+ gem "devise", "~> 2.0"
gem "devise_ldap_authenticatable"
To get the latest version, pull directly from github instead of the gem:
gem "devise_ldap_authenticatable", :git => "git://github.com/cschiewek/devise_ldap_authenticatable.git"
@@ -171,15 +171,8 @@
* [OpenLDAP](http://www.openldap.org/)
* [Devise](http://github.com/plataformatec/devise)
* [Warden](http://github.com/hassox/warden)
-
-TODO
-----
-
-View on [Pivotal Tracker](http://www.pivotaltracker.com/projects/97318).
-
Released under the MIT license
-Copyright (c) 2010 Curtis Schiewek, Daniel McNevin
-
+Copyright (c) 2010 Curtis Schiewek, Daniel McNevin, Steven Xu
\ No newline at end of file