README.md in dm-is-authenticatable-0.1.0 vs README.md in dm-is-authenticatable-0.1.1
- old
+ new
@@ -1,10 +1,11 @@
# dm-is-authenticatable
-* [github.com/postmodern/dm-is-authenticatable](http://github.com/postmodern/dm-is-authenticatable)
-* [github.com/postmodern/dm-is-authenticatable/issues](http://github.com/postmodern/dm-is-authenticatable/issues)
-* Postmodern (postmodern.mod3 at gmail.com)
+* [Source](http://github.com/postmodern/dm-is-authenticatable)
+* [Issues](http://github.com/postmodern/dm-is-authenticatable/issues)
+* [Documentation](http://rubydoc.info/gems/dm-is-authenticatable/frames)
+* [Email](mailto:postmodern.mod3 at gmail.com)
## Description
A DataMapper plugin for adding authentication and encrypted passwords to
your DataMapper models. Ideal for use with
@@ -55,15 +56,19 @@
User.authenticate(:name => 'bob', :password => 'secret')
# => #<User: ...>
## Requirements
-* [dm-core](http://github.com/datamapper/dm-core/) ~> 1.0.0
+* [bcrypt-ruby](http://rubygems.org/gems/bcrypt-ruby) ~> 2.1
+* [dm-core](http://github.com/datamapper/dm-core/) ~> 1.0
+* [dm-types](http://github.com/datamapper/dm-types/) ~> 1.0
+* [dm-validations](http://github.com/datamapper/dm-validations/) ~> 1.0
## Install
- $ sudo gem install dm-is-authenticatable
+ $ gem install dm-is-authenticatable
## License
-See {file:LICENSE.txt} for license information.
+Copyright (c) 2010-2011 Hal Brodigan
+See {file:LICENSE.txt} for license information.