Skip to content

Commit

Permalink
v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed May 12, 2016
1 parent 233fe9d commit 75e33bb
Show file tree
Hide file tree
Showing 3 changed files with 14 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.14.0)
clearance (1.14.1)
bcrypt
email_validator (~> 1.4)
rails (>= 3.1)
Expand Down Expand Up @@ -56,15 +56,15 @@ GEM
arel (6.0.3)
bcrypt (3.1.11)
builder (3.2.2)
capybara (2.7.0)
capybara (2.7.1)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
coderay (1.1.1)
concurrent-ruby (1.0.1)
concurrent-ruby (1.0.2)
database_cleaner (1.5.3)
diff-lcs (1.2.5)
email_validator (1.6.0)
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
The noteworthy changes for each Clearance version are included here. For a
complete changelog, see the git history for each version via the version links.

## [1.14.1] - May 12, 2016

### Fixed
- Fixed insertion of `include Clearance::User` when running the install
generator in an app that already has a `User` model.
- Updated `deny_access` matcher to assert against configured redirect location
rather than hard coded `/`.

[1.14.1]: https://github.com/thoughtbot/clearance/compare/v1.14.0...v1.14.1

## [1.14.0] - April 29, 2016

### Added
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.14.0".freeze
VERSION = "1.14.1".freeze
end

0 comments on commit 75e33bb

Please sign in to comment.