omniauth-dice 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/omniauth/dice/version.rb +1 -1
- data/lib/string.rb +0 -5
- data/spec/omniauth/strategies/dice_integrations_spec.rb +0 -4
- metadata +2 -2
- 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: 73fcf4e82f7a3cb5bc51b896ba05690bce329dfc
|
4
|
+
data.tar.gz: 9e49e6eb58ccfe61db6021e6decbecf98ba241d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b33a3be497f0ce1335f3c364c272e6c1594cce756d3306c871b92d35cb4eb34f21016e84c65bd1ca2d9af7a6fe7edbbdde244af992e6eca62869a6b758bb121d
|
7
|
+
data.tar.gz: a006cae98bdb3574fef38016903548e3ed701fff069ea6cfe6abf0b514ddfd9398aa063804371c9ab7af6b8ebe463d9c8be06039eba88cf5eca1680add46ff83
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/lib/string.rb
CHANGED
@@ -142,8 +142,6 @@ describe OmniAuth::Strategies::Dice, type: :strategy do
|
|
142
142
|
header 'Ssl-Client-Cert', user_cert
|
143
143
|
get '/auth/dice'
|
144
144
|
follow_redirect!
|
145
|
-
expect(last_response.location).to eq('/')
|
146
|
-
ap last_request.env['rack.session']['omniauth.auth'].inspect
|
147
145
|
raw_info = last_request.env['rack.session']['omniauth.auth']['extra']['raw_info']
|
148
146
|
expect(raw_info).to eq(valid_user_json)
|
149
147
|
end
|
@@ -152,7 +150,6 @@ describe OmniAuth::Strategies::Dice, type: :strategy do
|
|
152
150
|
header 'Ssl-Client-Cert', user_cert
|
153
151
|
get '/auth/dice'
|
154
152
|
follow_redirect!
|
155
|
-
expect(last_response.location).to eq('/')
|
156
153
|
raw_info = last_request.env['rack.session']['omniauth.auth']['extra']['raw_info']
|
157
154
|
expect(last_request.env['rack.session']['omniauth.auth']).to be_kind_of(Hash)
|
158
155
|
expect(last_request.env['rack.session']['omniauth.auth'].sort).to eq(auth_hash.sort)
|
@@ -178,7 +175,6 @@ describe OmniAuth::Strategies::Dice, type: :strategy do
|
|
178
175
|
header 'Ssl-Client-Cert', user_cert
|
179
176
|
get '/auth/dice'
|
180
177
|
follow_redirect!
|
181
|
-
expect(last_response.location).to eq('/')
|
182
178
|
raw_info = last_request.env['rack.session']['omniauth.auth']['extra']['raw_info']
|
183
179
|
expect(raw_info).to eq(valid_user_xml)
|
184
180
|
end
|
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.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Haddox
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
30
30
|
42qdwEXvvkODZAD6KAIXPdmbMfBgPbcd+B/4eUA0PyKo+4dgL1NuqX4MPWToevIZ
|
31
31
|
O8EKLF2X7NmC6FY1bOsSj/J8r1SOkx0rxgF+geRvY1P+hfNjDfxTsjU=
|
32
32
|
-----END CERTIFICATE-----
|
33
|
-
date: 2015-02-
|
33
|
+
date: 2015-02-10 00:00:00.000000000 Z
|
34
34
|
dependencies:
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
36
|
name: awesome_print
|
metadata.gz.sig
CHANGED
Binary file
|