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

Commit

Permalink
Bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
halogenandtoast committed Jul 5, 2016
1 parent ac5f490 commit a9aaa79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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:
monban (1.0.1)
monban (1.1.0)
bcrypt
rails
warden
Expand Down Expand Up @@ -120,10 +120,10 @@ GEM
rspec-mocks (~> 3.3.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
sprockets (3.6.0)
sprockets (3.6.3)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.0.4)
sprockets-rails (3.1.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
Expand Down
3 changes: 2 additions & 1 deletion NEWS.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
== master
== 1.1.0
* `Monban.config.sign_in_notice` should now be a callable object in order for I18n to work correctly
* [DEPRECATED] you should no longer set `Monban.config.sign_in_notice` to a string value

== 1.0.1
* Wrap helper_method calls in respond_to?(:helper_method)
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
# 1.0.1
VERSION = "1.0.1"
# 1.1.0
VERSION = "1.1.0"
end

0 comments on commit a9aaa79

Please sign in to comment.