oa-basic 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,7 +35,7 @@ module OmniAuth
35
35
 
36
36
  def perform
37
37
  @response = perform_authentication(endpoint)
38
- request.POST['auth'] = auth_hash
38
+ @env['rack.auth'] = auth_hash
39
39
  @env['REQUEST_METHOD'] = 'GET'
40
40
  @env['PATH_INFO'] = "#{OmniAuth.config.path_prefix}/#{name}/callback"
41
41
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oa-basic
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Bleigh
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-04 00:00:00 -05:00
18
+ date: 2010-10-06 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -24,12 +24,12 @@ dependencies:
24
24
  requirements:
25
25
  - - "="
26
26
  - !ruby/object:Gem::Version
27
- hash: 25
27
+ hash: 31
28
28
  segments:
29
29
  - 0
30
30
  - 1
31
- - 1
32
- version: 0.1.1
31
+ - 2
32
+ version: 0.1.2
33
33
  requirement: *id001
34
34
  name: oa-core
35
35
  prerelease: false