omniauth-fullscreen 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/omniauth/fullscreen/version.rb +1 -1
- data/lib/omniauth/strategies/fullscreen.rb +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 07a527f552450243875b890318053d470e982035
|
4
|
+
data.tar.gz: 77dbb4eedc71b8ff3259c391f8e6ceb631092283
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0da0cd823408c0817a424f71ea41c17c4249bae83da3ee72815bbc38e1eff1b4ac199148c8df4fe88d3844b9bda1059cfca90569f8c1ca7c5c2b14259748f60a
|
7
|
+
data.tar.gz: 4b18f8595f7dc1ec49ce1869445920c736fdbbdebc1b8eea8fca4eaf95176b6368d662ae8c4d0e405c426d2b16c144550c13d0ec06af904cb83507b9e1b7f66a
|
@@ -3,10 +3,9 @@ require 'omniauth-oauth2'
|
|
3
3
|
module OmniAuth
|
4
4
|
module Strategies
|
5
5
|
class Fullscreen < OmniAuth::Strategies::OAuth2
|
6
|
-
|
7
6
|
option :name, 'fullscreen'
|
8
7
|
|
9
|
-
option :authorize_options, [:state, :prompt]
|
8
|
+
option :authorize_options, [:state, :prompt, :scope]
|
10
9
|
|
11
10
|
option :client_options, {
|
12
11
|
site: 'https://accounts.fullscreen.net',
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-fullscreen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean Stavropoulos
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-10-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: omniauth-oauth2
|