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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: adb683a6eccd0ecbdadcb549475ba8661610cc72
4
- data.tar.gz: 9caacb3c3ac133a1a773b6eae5f2b7f9daec02e4
3
+ metadata.gz: 07a527f552450243875b890318053d470e982035
4
+ data.tar.gz: 77dbb4eedc71b8ff3259c391f8e6ceb631092283
5
5
  SHA512:
6
- metadata.gz: 2e2050b036a9eafcfe8bf4d012881c99454db15153508727c170493fb70c268e2df63f3eb4aa3f58c34afeae4c4b6b1ed7b41632b905a7c931a748503a730881
7
- data.tar.gz: c5ebd7d4f87abd125e50df07f6e1f9cae64ec3d63c4301914c29a147e0ae9df7f8e3106dec5d0c12065de8b60bdd7f8bc2a3c5c2c6f0008818480550d4182226
6
+ metadata.gz: 0da0cd823408c0817a424f71ea41c17c4249bae83da3ee72815bbc38e1eff1b4ac199148c8df4fe88d3844b9bda1059cfca90569f8c1ca7c5c2b14259748f60a
7
+ data.tar.gz: 4b18f8595f7dc1ec49ce1869445920c736fdbbdebc1b8eea8fca4eaf95176b6368d662ae8c4d0e405c426d2b16c144550c13d0ec06af904cb83507b9e1b7f66a
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Fullscreen
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
@@ -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
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-09-25 00:00:00.000000000 Z
11
+ date: 2013-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2