Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed Dec 19, 2014
1 parent 8bb88dc commit 23d715d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clearance (1.5.0)
clearance (1.5.1)
bcrypt
email_validator (~> 1.4)
rails (>= 3.1)
Expand Down Expand Up @@ -44,7 +44,7 @@ GEM
childprocess (>= 0.3.6)
cucumber (>= 1.1.1)
rspec-expectations (>= 2.7.0)
bcrypt (3.1.7)
bcrypt (3.1.9)
bourne (1.5.0)
mocha (>= 0.13.2, < 0.15)
builder (3.2.2)
Expand All @@ -70,7 +70,7 @@ GEM
rails (>= 3, < 5)
database_cleaner (1.3.0)
diff-lcs (1.2.5)
email_validator (1.4.0)
email_validator (1.5.0)
activemodel
erubis (2.7.0)
factory_girl (4.4.0)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Thank you to all the [contributors](https://github.com/thoughtbot/clearance/graphs/contributors)!

New for 1.5.1 (December 19, 2014)
* Blowfish password strategy fixed
* Specs generated with `rails generate clearance:specs` now work properly in
RSpec 3 projects.

New for 1.5.0 (October 17, 2014)
* Disable clearance routes by setting `config.routes = false`.
* Running `rails generate clearance:routes` will dump the default set of
Expand Down
2 changes: 1 addition & 1 deletion lib/clearance/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Clearance
VERSION = '1.5.0'
VERSION = "1.5.1"
end

0 comments on commit 23d715d

Please sign in to comment.