omniauth-ekuaishou 0.4.0 → 0.5.0

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
  SHA256:
3
- metadata.gz: 04ce5aea2fe6e4e8f086d416115ba444ac946180f805b489b21d23abd2581ca9
4
- data.tar.gz: 598c86bd95624e2c49da6080e68738d869e6cb9133c617baac6b269574c9b6aa
3
+ metadata.gz: 9269b5e204f45408db1e7cadfd2e5df796ec9d414abf7c48d1f9215494c2fc76
4
+ data.tar.gz: cfcc3fd8bb8c85f7b965e9e42c8414875b19b1b7d69aa928108ef8d6a80dacc7
5
5
  SHA512:
6
- metadata.gz: f64aed5fd89f83bf66907c22af977902fb2e30ec0d4a1a122351c6c2dbe9858841cd59b1a394897aaedf205d1f05976d9278243cf1ad32ff0e127899bd357b13
7
- data.tar.gz: 554a0d8f30fd74d823f4301955508800f7e137d8c90a6255d69b2938ebe6f7e3d47a6626b340f11489ac13de067ecc1b6b6ab1e6f6af36aa5e159481bfc092ea
6
+ metadata.gz: 8669d2ee0f9b97587e67209618b82e3c6e1a2c7839733472658379f6de52e7a8f7434026ffa5613cbf64b1d34a88ee2accf57c8be150cff7a2ac4d1cf6cc5b83
7
+ data.tar.gz: 267449b3c3c8f50dee59a6b262e980c34f683d974540a7814137f803d0d17b3840981419ed1765f4a3101a98b1cad9fef567645a0252b5368f78c9c43549a1f8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-ekuaishou (0.4.0)
4
+ omniauth-ekuaishou (0.5.0)
5
5
  omniauth (~> 2.0)
6
6
  omniauth-oauth2 (~> 1.7.1)
7
7
 
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/omniauth-ekuaishou.svg)](https://badge.fury.io/rb/omniauth-ekuaishou)
2
- [![Build Status](https://github.com/jinhucheung/omniauth-ekuaishou/actions/workflows/main.yml/badge.svg)](https:/github.com/jinhucheung/omniauth-ekuaishou/actions)
2
+ [![Build Status](https://github.com/jinhucheung/omniauth-ekuaishou/actions/workflows/main.yml/badge.svg)](https://github.com/jinhucheung/omniauth-ekuaishou/actions)
3
3
 
4
4
  # Omniauth Ekuaishou
5
5
 
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Ekuaishou
3
- VERSION = "0.4.0"
3
+ VERSION = "0.5.0"
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ module OmniAuth
10
10
  extract_access_token: ::OmniAuth::Ekuaishou::AccessToken
11
11
  }
12
12
 
13
- option :authorize_options, %i[app_id scope state]
13
+ option :authorize_options, %i[app_id oauth_type scope state]
14
14
 
15
15
  def authorize_params
16
16
  super.tap do |params|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-ekuaishou
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - jimcheung
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-06-27 00:00:00.000000000 Z
11
+ date: 2021-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth