omniauth-zalo2 0.1.0 → 0.2.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: fecda283040611e5b2626d8a1faa029d0a1d4d6d28377cd6469d9957271878cb
4
- data.tar.gz: 821c5b782bc9b65af4e9a9e181682e4804399f2999e1b44f947f75b65f522e6e
3
+ metadata.gz: 05ca01de0be0ca3c531c7c1a81fa886d743a16cdd9cf9dcec52910f1aec3ccc6
4
+ data.tar.gz: ecfb1307d0eeabb71138a345491665b7490361d94e9023228ea499d694095304
5
5
  SHA512:
6
- metadata.gz: 20596f09018d0ccd5a599ccd6d1dcf003973a165f1a481eb018ea07ad6a8a073d0366c2e230698b243748679cd99e0e6c36f4ac54e946cbd729d6928ae5eab4e
7
- data.tar.gz: 55d28d37d1804bdad73e2054847c5084fd228a56079f64f267cf2190079456281e50a74c11df3e2e61927316c0e5263ad89b440e2583b0dca6936196d52512ad
6
+ metadata.gz: 5b9ba508a367e04bf5c1d3cd9333e2fb0bd9bd21cd3d9bfcfcd7ee7984c1cd344bc429d365021b3d53e73920d2182218db818ba8c5f507b25bd55a521e2be827
7
+ data.tar.gz: 6c135330a8b4cae82374f01285c3829965c61a3bca77a21642a5d607e214c790cba6aa21592e68d37369eb332aa117a997e4cd8762ce82e52901798ba544c456
@@ -6,7 +6,7 @@ require "base64"
6
6
  module OmniAuth
7
7
  module Strategies
8
8
  class Zalo2 < OmniAuth::Strategies::OAuth2
9
- option :name, 'zalo'
9
+ option :name, 'zalo2'
10
10
  option :pkce, true
11
11
 
12
12
  option :client_options, {
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Zalo2
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-zalo2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - trungle1612