Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
halogenandtoast committed Jun 12, 2014
1 parent 46c1d3d commit 0766bf1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
monban (0.0.14)
monban (0.0.15)
bcrypt
rails
warden
Expand Down
4 changes: 3 additions & 1 deletion NEWS.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
== next
== 0.0.15
* Delegate user_class correctly so that config returns class
* Fixed issue authenticate session not allowing for multiple fields
* Do not hardcode User class
* Add signed out routing constraint
* Backfill NEWS.md
Expand Down
2 changes: 1 addition & 1 deletion lib/monban/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Monban
VERSION = "0.0.14"
VERSION = "0.0.15"
end

0 comments on commit 0766bf1

Please sign in to comment.