omniauth-zalo 0.1.3 → 0.1.4

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
- SHA1:
3
- metadata.gz: e6907ed2eadfb1a261cb6a4085d1c30089dff64c
4
- data.tar.gz: 474cade29f7d25d2db684af9dc36e08b3cb21007
2
+ SHA256:
3
+ metadata.gz: fb72119b74863c473c1d8d613f9a2bbc54f5566cf771cbd3d0e3922f5f615e35
4
+ data.tar.gz: c391c3f835985655a3ac631a1df44c524e23237f04103b542681d719baf19752
5
5
  SHA512:
6
- metadata.gz: 558a6cdf1b070b43bc8aa72f7b3b9dbfc83709cfe993b1ce5a032859f1ed1f003d5e68902bc976c3ea67fd9a80b8bcadc02a830cb0fe17eafedc27f7417381cc
7
- data.tar.gz: c2da4e586a5c9a9bb445601b333f9fc3f321605e93e944a1a7d45b1f1d279e0bfdf6ede88cbb367a594d622e85fbb65ac7cfa6073aca8f440329f00f36511d6e
6
+ metadata.gz: 8ecab798f75edc89fd1d537c67587224d1f59c1187a2b6d0742ce0b44c86c2401937373620929c2cd0b1aaeae4c9fc084c595b0f8793915b846532333a6d9d6a
7
+ data.tar.gz: a6defc433f4d9df4e5f3b8f3d93fc7e9ac1e6b46a80aec2c17ea5b70133353ece36b3575440bad2f460707d92e7f24eae07d627c4965f0aaf71b0b844be9c9ea
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-zalo (0.1.1)
5
- omniauth-oauth2 (~> 1.3.1)
4
+ omniauth-zalo (0.1.4)
5
+ omniauth-oauth2 (~> 1.6)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -32,7 +32,7 @@ GEM
32
32
  concurrent-ruby (1.1.5)
33
33
  crass (1.0.4)
34
34
  erubi (1.8.0)
35
- faraday (0.15.4)
35
+ faraday (0.17.1)
36
36
  multipart-post (>= 1.2, < 3)
37
37
  hashie (3.6.0)
38
38
  i18n (1.6.0)
@@ -44,13 +44,13 @@ GEM
44
44
  method_source (0.9.2)
45
45
  mini_portile2 (2.4.0)
46
46
  minitest (5.11.3)
47
- multi_json (1.13.1)
47
+ multi_json (1.14.1)
48
48
  multi_xml (0.6.0)
49
49
  multipart-post (2.1.1)
50
50
  nokogiri (1.10.4)
51
51
  mini_portile2 (~> 2.4.0)
52
- oauth2 (1.4.1)
53
- faraday (>= 0.8, < 0.16.0)
52
+ oauth2 (1.4.2)
53
+ faraday (>= 0.8, < 2.0)
54
54
  jwt (>= 1.0, < 3.0)
55
55
  multi_json (~> 1.3)
56
56
  multi_xml (~> 0.5)
@@ -58,9 +58,9 @@ GEM
58
58
  omniauth (1.9.0)
59
59
  hashie (>= 3.4.6, < 3.7.0)
60
60
  rack (>= 1.6.2, < 3)
61
- omniauth-oauth2 (1.3.1)
62
- oauth2 (~> 1.0)
63
- omniauth (~> 1.2)
61
+ omniauth-oauth2 (1.6.0)
62
+ oauth2 (~> 1.1)
63
+ omniauth (~> 1.9)
64
64
  rack (2.0.7)
65
65
  rack-test (1.1.0)
66
66
  rack (>= 1.0, < 3)
data/README.md CHANGED
@@ -21,6 +21,13 @@ Or install it yourself as:
21
21
  $ gem install omniauth-zalo
22
22
 
23
23
  ## Usage
24
+ omniauth.rb
25
+
26
+ ```
27
+ Rails.application.config.middleware.use OmniAuth::Builder do
28
+ provider :zalo, ENV['APP_ID'], env['SERECT_ID']
29
+ end
30
+ ```
24
31
 
25
32
  TODO: Write usage instructions here
26
33
 
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Zalo
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
Binary file
@@ -26,5 +26,5 @@ Gem::Specification.new do |spec|
26
26
  spec.add_development_dependency "bundler", "~> 1.17"
27
27
  spec.add_development_dependency 'web-console', '~> 3.3', '>= 3.3.0'
28
28
  # spec.add_development_dependency "rake", "~> 10.0"
29
- spec.add_dependency 'omniauth-oauth2', '~>1.3.1'
29
+ spec.add_dependency 'omniauth-oauth2', '~>1.6'
30
30
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-zalo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
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-12 00:00:00.000000000 Z
11
+ date: 2019-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -50,14 +50,14 @@ dependencies:
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: 1.3.1
53
+ version: '1.6'
54
54
  type: :runtime
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: 1.3.1
60
+ version: '1.6'
61
61
  description: Write a longer description or delete this line.
62
62
  email:
63
63
  - nguyenthanhcong101096@gmail.com
@@ -81,6 +81,7 @@ files:
81
81
  - omniauth-zalo-0.1.0.gem
82
82
  - omniauth-zalo-0.1.1.gem
83
83
  - omniauth-zalo-0.1.2.gem
84
+ - omniauth-zalo-0.1.3.gem
84
85
  - omniauth-zalo.gemspec
85
86
  homepage: https://github.com/nguyenthanhcong101096/omniauth-zalo
86
87
  licenses:
@@ -102,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
103
  version: '0'
103
104
  requirements: []
104
105
  rubyforge_project:
105
- rubygems_version: 2.5.2.3
106
+ rubygems_version: 2.7.6
106
107
  signing_key:
107
108
  specification_version: 4
108
109
  summary: this is the all module for wakuwaku appkication