README.md in clearance-1.12.0 vs README.md in clearance-1.12.1
- old
+ new
@@ -1,9 +1,10 @@
# Clearance
[![Build Status](https://secure.travis-ci.org/thoughtbot/clearance.svg)](http://travis-ci.org/thoughtbot/clearance?branch=master)
[![Code Climate](https://codeclimate.com/github/thoughtbot/clearance.svg)](https://codeclimate.com/github/thoughtbot/clearance)
+[![Documentation Quality](https://inch-ci.org/github/thoughtbot/clearance.svg?branch=master)](https://inch-ci.org/github/thoughtbot/clearance)
Rails authentication with email & password.
Clearance is intended to be small, simple, and well-tested. It has opinionated
defaults but is intended to be easy to override.
@@ -225,10 +226,9 @@
(http://guides.rubyonrails.org/i18n.html). Override them like any other
translation.
See [config/locales/clearance.en.yml](/config/locales/clearance.en.yml) for the
default behavior.
-
### User Model
See [lib/clearance/user.rb](/lib/clearance/user.rb) for the default behavior.
You can override those methods as needed.