entrance 0.4.4 → 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -108,13 +108,13 @@ module Entrance
108
108
 
109
109
  module RemoteAuthMethods
110
110
 
111
- private
112
-
113
111
  def from_remote_auth?
114
112
  send(::Entrance.fields.auth_provider).present? \
115
113
  && send(::Entrance.fields.auth_uid).present?
116
114
  end
117
115
 
116
+ private
117
+
118
118
  def password_required?
119
119
  !from_remote_auth? && super
120
120
  end
@@ -1,7 +1,7 @@
1
1
  module Entrance
2
2
  MAJOR = 0
3
3
  MINOR = 4
4
- PATCH = 4
4
+ PATCH = 5
5
5
 
6
6
  VERSION = [MAJOR, MINOR, PATCH].join('.')
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: entrance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: