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

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
halogenandtoast committed Feb 24, 2015
1 parent 85a5caa commit f213f9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
monban (0.1.1)
monban (0.2.0)
bcrypt
rails
warden
Expand Down Expand Up @@ -36,7 +36,7 @@ GEM
thread_safe (~> 0.1)
tzinfo (~> 1.1)
arel (5.0.1.20140414130214)
bcrypt (3.1.7)
bcrypt (3.1.10)
builder (3.2.2)
capybara (2.0.2)
mime-types (>= 1.16)
Expand Down
3 changes: 2 additions & 1 deletion NEWS.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
== HEAD
== 0.2.0
* `sign_in` test helper now returns the user
* `authenticate_session` arguments are coerced to Hash
* Monban::BackDoor can be configured with a block
* Document validation suggestions
Expand Down
4 changes: 2 additions & 2 deletions lib/monban/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Monban
# 0.1.1
VERSION = "0.1.1"
# 0.2.0
VERSION = "0.2.0"
end

0 comments on commit f213f9a

Please sign in to comment.