loyal_devise 2.1.4 → 2.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/devise/controllers/helpers.rb +1 -1
- data/loyal_devise.gemspec +1 -1
- metadata +1 -1
@@ -272,7 +272,7 @@ module Devise
|
|
272
272
|
# Overwrite Rails' handle unverified request to sign out all scopes,
|
273
273
|
# clear run strategies and remove cached variables.
|
274
274
|
def handle_unverified_request
|
275
|
-
if signed_in
|
275
|
+
if signed_in?
|
276
276
|
sign_out_all_scopes(false)
|
277
277
|
request.env["devise.skip_storage"] = true
|
278
278
|
expire_devise_cached_variables!
|
data/loyal_devise.gemspec
CHANGED
@@ -5,7 +5,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = "loyal_devise"
|
7
7
|
# s.version = Devise::VERSION.dup
|
8
|
-
s.version = '2.1.
|
8
|
+
s.version = '2.1.5'
|
9
9
|
s.platform = Gem::Platform::RUBY
|
10
10
|
s.licenses = ["MIT"]
|
11
11
|
s.summary = "Flexible authentication solution for Rails with Warden"
|