omniauth-gorgias-oauth2 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
2
  SHA256:
3
- metadata.gz: d6a558a507fc12c2e99a9448b5d1ecaac33d49ca36e07fc348417c2d5e43b7a9
4
- data.tar.gz: 439b2bfbf938c5f09f5adc8a02653b80abf7b1c4487ce1e6503f903bf9422ce2
3
+ metadata.gz: 2e4c4991e4c542e842ce358223d6236a2a37348ee3d63a147ad00da496ada50e
4
+ data.tar.gz: aadbb7869d09600e9e9033a49ef33dde2c875606792044c79d17a1ec917c7ec8
5
5
  SHA512:
6
- metadata.gz: 3abca42a7433f690bb1c50ec4594d4d48a7d8a28e352ea7b467831a078049744ba66093f3d30f40a6280d7fe94fc8dff1116e421ae74586aacfe61636ea02d9e
7
- data.tar.gz: a952fb70fc6b7996fc9ef44f857e72a678a3a44ca80a25b6097473e052afa70011e1047bc7e84cfe66bd1d9dd4d40d1e9c06765ab2dbd07f81708932041ab019
6
+ metadata.gz: '08f074f7fb2a63626c2f66ba2c2203119851648f6868123b4d439e2da2ae4568e2ef134f1a731bc11bada824671190b86ad345a4bb9748ff31ace6e66c17c0f1'
7
+ data.tar.gz: 6983831ac5cff75a76b2c171bb3161b8618a480ef43aa6e403966172af8567aeb7bedf64478f8b076cb767973e20b7f3cc1248a76ff8769287563689b75a4f73
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-gorgias-oauth2 (0.1.3)
4
+ omniauth-gorgias-oauth2 (0.1.4)
5
5
  omniauth-oauth2 (~> 1.5)
6
6
 
7
7
  GEM
@@ -24,35 +24,37 @@ GEM
24
24
  faraday-em_synchrony (1.0.0)
25
25
  faraday-excon (1.1.0)
26
26
  faraday-httpclient (1.0.1)
27
- faraday-multipart (1.0.3)
28
- multipart-post (>= 1.2, < 3)
27
+ faraday-multipart (1.0.4)
28
+ multipart-post (~> 2)
29
29
  faraday-net_http (1.0.1)
30
30
  faraday-net_http_persistent (1.2.0)
31
31
  faraday-patron (1.0.0)
32
32
  faraday-rack (1.0.0)
33
33
  faraday-retry (1.0.3)
34
34
  hashie (5.0.0)
35
- jwt (2.3.0)
36
- multi_json (1.15.0)
35
+ jwt (2.4.1)
37
36
  multi_xml (0.6.0)
38
- multipart-post (2.1.1)
39
- oauth2 (1.4.9)
37
+ multipart-post (2.2.3)
38
+ oauth2 (2.0.0)
40
39
  faraday (>= 0.17.3, < 3.0)
41
40
  jwt (>= 1.0, < 3.0)
42
- multi_json (~> 1.3)
43
41
  multi_xml (~> 0.5)
44
42
  rack (>= 1.2, < 3)
43
+ rash_alt (>= 0.4, < 1)
44
+ version_gem (~> 1.0)
45
45
  omniauth (2.1.0)
46
46
  hashie (>= 3.4.6)
47
47
  rack (>= 2.2.3)
48
48
  rack-protection
49
- omniauth-oauth2 (1.7.2)
50
- oauth2 (~> 1.4)
51
- omniauth (>= 1.9, < 3)
52
- rack (2.2.3)
49
+ omniauth-oauth2 (1.8.0)
50
+ oauth2 (>= 1.4, < 3)
51
+ omniauth (~> 2.0)
52
+ rack (2.2.3.1)
53
53
  rack-protection (2.2.0)
54
54
  rack
55
55
  rake (13.0.6)
56
+ rash_alt (0.4.12)
57
+ hashie (>= 3.4)
56
58
  rspec (3.9.0)
57
59
  rspec-core (~> 3.9.0)
58
60
  rspec-expectations (~> 3.9.0)
@@ -67,6 +69,7 @@ GEM
67
69
  rspec-support (~> 3.9.0)
68
70
  rspec-support (3.9.4)
69
71
  ruby2_keywords (0.0.5)
72
+ version_gem (1.0.0)
70
73
 
71
74
  PLATFORMS
72
75
  ruby
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Gorgias
3
- VERSION = '0.1.3'
3
+ VERSION = '0.1.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-gorgias-oauth2
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
  - Joshua Azemoh
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-05-18 00:00:00.000000000 Z
12
+ date: 2022-06-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: omniauth-oauth2