omniauth-passport 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,7 @@ module OmniAuth
|
|
17
17
|
end
|
18
18
|
|
19
19
|
def request_phase
|
20
|
-
branding_params = request.params.slice('background_colour', 'tagline', 'header_image')
|
20
|
+
branding_params = request.params.slice('background_colour', 'tagline', 'header_image', 'background_image')
|
21
21
|
options.authorize_params.update branding_params
|
22
22
|
|
23
23
|
super
|
data/omniauth-passport.gemspec
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
require File.expand_path('../lib/omniauth-passport/version', __FILE__)
|
3
3
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
|
-
gem.authors = ["Tim Cooper"]
|
6
|
-
gem.email = ["timc@everydayhero.com.au"]
|
5
|
+
gem.authors = ["Tim Cooper", "Marty Zalega"]
|
6
|
+
gem.email = ["timc@everydayhero.com.au", "evil.marty@gmail.com"]
|
7
7
|
gem.description = %q{OmniAuth strategy for Everyday Hero's Passport}
|
8
8
|
gem.summary = %q{OmniAuth strategy for Everyday Hero's Passport}
|
9
9
|
gem.homepage = "http://everydayhero.github.com/omniauth-passport"
|
metadata
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-passport
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Tim Cooper
|
9
|
+
- Marty Zalega
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
12
|
-
date: 2013-02-
|
13
|
+
date: 2013-02-22 00:00:00.000000000 Z
|
13
14
|
dependencies:
|
14
15
|
- !ruby/object:Gem::Dependency
|
15
16
|
name: omniauth-oauth2
|
@@ -30,6 +31,7 @@ dependencies:
|
|
30
31
|
description: OmniAuth strategy for Everyday Hero's Passport
|
31
32
|
email:
|
32
33
|
- timc@everydayhero.com.au
|
34
|
+
- evil.marty@gmail.com
|
33
35
|
executables: []
|
34
36
|
extensions: []
|
35
37
|
extra_rdoc_files: []
|