omniauth-social 0.1.9 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 499cf089d4725ba0aba0680c1e678dfccc209f83
4
- data.tar.gz: 5c6eeeba4a88fa1b98939348b72375d049ff99fa
3
+ metadata.gz: c0fa6e389a34b4e1878213ef95903d325fb2657d
4
+ data.tar.gz: ccb8199784c1018ad70f181a95569fd7e639d5ee
5
5
  SHA512:
6
- metadata.gz: e2a8e7cfc06f74e2ecc76f76c1e5a6b8405171afee3db8a419c9bb2da24bbb09e0e8975697d0b8d3290031e84bec979151d60c73380a7dbc637f955d873e8871
7
- data.tar.gz: 03c3d9ed9fea9f82542b10001973ad447692558e30c45f4b13434efafe60db54c588decf921ec7e051be3a34fdc44964cadfd24a7864250c9c81311716aa29e6
6
+ metadata.gz: d9f38709dc65ef8dead5362b0813611a819419c31cb40380565483c8c3b9724cdddfa131e3da339c094590444c0a074a633ec4d9b8fac18aab852eb2d40edc98
7
+ data.tar.gz: 9de587a5d24381ca0b028bfed0acc1d69ba3cb1ea1dc1efaef0da6d15c563595c7aeb721c469d4648c55bf165f888ddc3f6d7ee6d6c08e6e5321034d7ca954f9
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-social (0.1.9)
4
+ omniauth-social (0.2.0)
5
5
  omniauth-oauth (~> 1.1)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Social
3
- VERSION = "0.1.9"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
@@ -1,9 +1,9 @@
1
- require 'omniauth-oauth'
1
+ require 'omniauth-oauth2'
2
2
  require 'json'
3
3
 
4
4
  module OmniAuth
5
5
  module Strategies
6
- class Line < OmniAuth::Strategies::OAuth
6
+ class Line < OmniAuth::Strategies::OAuth2
7
7
  option :name, 'line'
8
8
  option :scope, 'profile openid'
9
9
 
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-social
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - nguyenthanhcong101096
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-11 00:00:00.000000000 Z
11
+ date: 2019-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -88,6 +88,7 @@ files:
88
88
  - omniauth-social-0.1.6.gem
89
89
  - omniauth-social-0.1.7.gem
90
90
  - omniauth-social-0.1.8.gem
91
+ - omniauth-social-0.1.9.gem
91
92
  - omniauth-social.gemspec
92
93
  homepage: https://github.com/nguyenthanhcong101096/omniauth-social
93
94
  licenses: