omniauth-goodgame 0.0.3 → 0.0.4

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: ea96d28ff6cb17a14875bd9d9a97c48d6a4c8dd4d85d23652e2cfb6aa86191a8
4
- data.tar.gz: 5100dedff74af0aac75a9d3c20f3c21d3fb03bdfc80dbe09475454a831d8c7bb
3
+ metadata.gz: e411f599f0ea95cd38842d919854edcdf1a4c05adc651487a2763668fb8ce9a1
4
+ data.tar.gz: 311a27381db43067f26a614e0c82824b9e66846925da8b100197059346bc704a
5
5
  SHA512:
6
- metadata.gz: 4cd75d74fbdb0ed25291ba32b7f859c08614c1c929dec38813f048f6d2ac4dc05df4caaa11f445d18c959e7c89b568a0deb99981d526cd1356d8455efe028408
7
- data.tar.gz: 121cbcdec97a73aae4fd784d18c4f8d97c806f004a4b7efed9d60340bf1345eeaae7a0eb5b60e958b7fff9be4a27cded87a1ffe9a032e59bca68f2929b437842
6
+ metadata.gz: e7d528d076239ecf71292c197e69eb431c767cfaaa5b9ed5dbe3018e8e34941a83e6b1b84d25c7ee148dabb3b88ca7357f7dcd3dc6a129011c9cedb50ee15014
7
+ data.tar.gz: b62d6c67a00d91aaa54fa8a1b7c8595d9da79ebe07834dbc003407ed9c1d6e68f73b62db6098cb70a71aebafdabc91035f2a33d8fad36a320ed867a13ee4ad00
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-goodgame (0.0.3)
4
+ omniauth-goodgame (0.0.4)
5
5
  omniauth-oauth2 (~> 1.6)
6
6
 
7
7
  GEM
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Omniauth
4
4
  module Goodgame
5
- VERSION = "0.0.3"
5
+ VERSION = "0.0.4"
6
6
  end
7
7
  end
@@ -2,7 +2,7 @@ require "omniauth-oauth2"
2
2
 
3
3
  module OmniAuth
4
4
  module Strategies
5
- class GoodGame < OmniAuth::Strategies::OAuth2
5
+ class Goodgame < OmniAuth::Strategies::OAuth2
6
6
  DEFAULT_SCOPE = ""
7
7
  option :name, "goodgame"
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-goodgame
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Seregin