cloudhdr_auth 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58123e038e268682e2449e011f78c65e95c1509013567fe1f11faf43c8dec54f
4
- data.tar.gz: 1e706fe13970c70270fadb149dfafd7d995c5fe1966b021a61d20c55e2409fea
3
+ metadata.gz: a97c94b1b8cee87aff1267ade13543bb769aff6ca227c40fa1bcec877667b948
4
+ data.tar.gz: 4ed0bf633c7b15d6e3ef7e3f22693beb8b322712c51d9d1baaee925a99fd5e2f
5
5
  SHA512:
6
- metadata.gz: e746d406628596508932b1e7d1cb87908977e163d5c1f3575fa6a7fcc281e02491868822709898c5f69dd164531897df7251ec1232daa40a0dad2e5e6150312f
7
- data.tar.gz: 0043d310a7e5e6113f4ff522a925be4c1509aa4be1a125bfd4d9438d4ca8c0011eedb6de03ae0f2e5bd554a1805561e8d04266884fd687c043570c830d623f22
6
+ metadata.gz: 17197b983ad5a3327b472a0fa0559114b16b7b4d38f17cecda0aef8d667e7d54bc10ce253f24a97d7fa7baa274ada09c1e4c827728801090b20df0c4755933e5
7
+ data.tar.gz: 8902f1a4cf96d3b67165fb3f3cd24e1acd6fe625e72bba57cb7a31091e95bc8f928e739010e24f8c6160af45ca4d0d9c293c635a55fb1ff2fc930012fce65181
@@ -5,7 +5,7 @@ class CloudhdrAuth::UserSessionsController < CloudhdrAuth::BaseController
5
5
 
6
6
  # omniauth callback method
7
7
  def create
8
- omniauth = env['omniauth.auth']
8
+ omniauth = request.env['omniauth.auth']
9
9
  logger.debug "+++ #{omniauth}"
10
10
 
11
11
  user = User.find_by_id(omniauth['uid'])
@@ -1,3 +1,3 @@
1
1
  module CloudhdrAuth
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudhdr_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Green
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-01 00:00:00.000000000 Z
11
+ date: 2019-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails