omniauth-dice 0.1.3 → 0.1.4
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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/omniauth/dice/version.rb +1 -1
- data/lib/omniauth/strategies/dice.rb +1 -8
- data.tar.gz.sig +4 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b1dcf3f2a37af9ae8765b1c55c3e95a2edeeee4
|
4
|
+
data.tar.gz: a03353cebcefc089831a9eacdb58ffba36aecd0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff09f5d4fca2c035d1ef6e2c62c32a8bf3c4252fb0e03d9dfdabde2636c4526f369454b8f9a90a4bedf4f6e47433159846a6c776af27672367da986d68254c4c
|
7
|
+
data.tar.gz: 5864952a54de400474e426e791f8a7a41136dfe90add87aaa5ef9cd69c224d688e4fe298f86466abe9f2438c0411aea2c8d61f4a071b250ec18de03440c58bfe
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -59,9 +59,8 @@ module OmniAuth
|
|
59
59
|
end
|
60
60
|
|
61
61
|
# Determine if required arguments are present or fail hard
|
62
|
-
# NOTE: CANNOT call "log" method from within init block methods
|
63
62
|
def validate_required_params
|
64
|
-
log :
|
63
|
+
log :debug, '.validate_required_params'
|
65
64
|
required_params.each do |param|
|
66
65
|
unless options.send(param)
|
67
66
|
error_msg = "omniauth-dice error: #{param} is required"
|
@@ -130,16 +129,10 @@ module OmniAuth
|
|
130
129
|
info do
|
131
130
|
log :debug, '.info'
|
132
131
|
info = {}
|
133
|
-
log :debug, info.inspect
|
134
132
|
info = auth_info_defaults(info)
|
135
|
-
log :debug, info.inspect
|
136
133
|
info = auth_info_dynamic(info)
|
137
|
-
log :debug, info.inspect
|
138
134
|
info = auth_info_custom(info)
|
139
|
-
log :debug, info.inspect
|
140
135
|
|
141
|
-
#session['omniauth.auth']['info'] = info
|
142
|
-
log :error, info.inspect
|
143
136
|
info
|
144
137
|
end
|
145
138
|
|
data.tar.gz.sig
CHANGED
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|