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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bcc625a7b838b312fb211a4aa76ffa8bd9c4ccc3
4
- data.tar.gz: 17b2c9a77c4d26fe27e489ac6eaeb48fbd918d63
3
+ metadata.gz: 2b1dcf3f2a37af9ae8765b1c55c3e95a2edeeee4
4
+ data.tar.gz: a03353cebcefc089831a9eacdb58ffba36aecd0f
5
5
  SHA512:
6
- metadata.gz: a8ab0e5c280d041f0b3499542bc1144151b4c8bc0ecf6833eee10cd05aeb82b94fd1a29d59430ae7842cd84d7ba4a813e729678ffa2b38572faae4cfe3dbb21f
7
- data.tar.gz: 3301e4f10c98985c9fec9f84c426f90d963e55444fc8d42b9b5253bca5bd2d02a8b1570e89663aa2480feb3ad388d2f7db176c930c41a19106585f42b04a3484
6
+ metadata.gz: ff09f5d4fca2c035d1ef6e2c62c32a8bf3c4252fb0e03d9dfdabde2636c4526f369454b8f9a90a4bedf4f6e47433159846a6c776af27672367da986d68254c4c
7
+ data.tar.gz: 5864952a54de400474e426e791f8a7a41136dfe90add87aaa5ef9cd69c224d688e4fe298f86466abe9f2438c0411aea2c8d61f4a071b250ec18de03440c58bfe
checksums.yaml.gz.sig CHANGED
Binary file
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Dice
3
- VERSION = '0.1.3'
3
+ VERSION = '0.1.4'
4
4
  end
5
5
  end
@@ -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 :error, '.validate_required_params'
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
@@ -1 +1,4 @@
1
- !�v�ڇ�F)O�� y��Iw8�^�"� �M�������>?���ֳ���$�����u��rg���Г�� a�����4q0Y��7���?/Ah-nX�
1
+ �\����`.�u{�� �����onɥrS���Rf�=<&��ң��Ber��m.GϚ�e]��%p�%
2
+ ������IP�ثm��#鏬��,B>�H��v��)�
3
+ �m���k�����:+���m~�'�p�M`r(O�
4
+ ��T���
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-dice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Haddox
metadata.gz.sig CHANGED
Binary file