omniauth-lever 0.4.1 → 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: a128b5d11a2242cd19085a4eac6f6d3d761d2e0a7a87354eeec7969b3a368b49
4
- data.tar.gz: 86006b3e4718122afc42d044e8ba18cfc669227efaa8eba5648a97dce0fbe645
3
+ metadata.gz: 86de5c14c55ffb8ed0b808b66b4e0d913622812fcd7c1358e8d75a32fba9ab23
4
+ data.tar.gz: a65816368107a0e3459b698b943edd9515951f363158846254fd53720d91a924
5
5
  SHA512:
6
- metadata.gz: 643e72be77b979ddcc3dcb640c76b44e31c9a91d057ffa1b271a11363de2942e4af627d29c839fd063685bc964647e75ac25fc9543ed5210c7b035b6b96d863f
7
- data.tar.gz: eff8b4a0b14903860e54ad3b2b05d5f0624408a72308c525cf95a7eb6b8c028ae0abcd4732b259c853175f9b2b739607df646f4e6edbb736237d9a813f20159e
6
+ metadata.gz: 90500d6c9ff65b63087a2be7b3a02902c44c0e0e7ac72b910373036bc43a878fc5a1c6908fe3fb91028784cf143dc342f9fe657e61b8e95efcc5fa753cf2137d
7
+ data.tar.gz: dc3cb09ab25338894e9401c2adb93058656f5a468fa6d2692b6c90893d55e57941ba82a02cfe8acc1aa92410496fe6a6e41ecbfd6544caa55dd94c48d4644232
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.5.0](https://www.github.com/ScreenLoop/omniauth-lever/compare/v0.4.1...v0.5.0) (2024-05-08)
4
+
5
+
6
+ ### Features
7
+
8
+ * SL-4382 Add read resumes scope ([bd823f7](https://www.github.com/ScreenLoop/omniauth-lever/commit/bd823f7b6ab404fe108ea05e136b24c7f940e22e))
9
+
3
10
  ### [0.4.1](https://www.github.com/ScreenLoop/omniauth-lever/compare/v0.4.0...v0.4.1) (2022-01-27)
4
11
 
5
12
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-lever (0.4.1)
4
+ omniauth-lever (0.5.0)
5
5
  omniauth (~> 2.0)
6
6
  omniauth-oauth2 (~> 1.7.1)
7
7
 
@@ -9,53 +9,36 @@ GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  ast (2.4.2)
12
+ base64 (0.2.0)
12
13
  diff-lcs (1.4.4)
13
- faraday (1.9.3)
14
- faraday-em_http (~> 1.0)
15
- faraday-em_synchrony (~> 1.0)
16
- faraday-excon (~> 1.1)
17
- faraday-httpclient (~> 1.0)
18
- faraday-multipart (~> 1.0)
19
- faraday-net_http (~> 1.0)
20
- faraday-net_http_persistent (~> 1.0)
21
- faraday-patron (~> 1.0)
22
- faraday-rack (~> 1.0)
23
- faraday-retry (~> 1.0)
14
+ faraday (2.8.1)
15
+ base64
16
+ faraday-net_http (>= 2.0, < 3.1)
24
17
  ruby2_keywords (>= 0.0.4)
25
- faraday-em_http (1.0.0)
26
- faraday-em_synchrony (1.0.0)
27
- faraday-excon (1.1.0)
28
- faraday-httpclient (1.0.1)
29
- faraday-multipart (1.0.3)
30
- multipart-post (>= 1.2, < 3)
31
- faraday-net_http (1.0.1)
32
- faraday-net_http_persistent (1.2.0)
33
- faraday-patron (1.0.0)
34
- faraday-rack (1.0.0)
35
- faraday-retry (1.0.3)
18
+ faraday-net_http (3.0.2)
36
19
  hashie (5.0.0)
37
- jwt (2.3.0)
38
- multi_json (1.15.0)
20
+ jwt (2.8.1)
21
+ base64
39
22
  multi_xml (0.6.0)
40
- multipart-post (2.1.1)
41
- oauth2 (1.4.7)
42
- faraday (>= 0.8, < 2.0)
23
+ oauth2 (2.0.9)
24
+ faraday (>= 0.17.3, < 3.0)
43
25
  jwt (>= 1.0, < 3.0)
44
- multi_json (~> 1.3)
45
26
  multi_xml (~> 0.5)
46
- rack (>= 1.2, < 3)
47
- omniauth (2.0.4)
27
+ rack (>= 1.2, < 4)
28
+ snaky_hash (~> 2.0)
29
+ version_gem (~> 1.1)
30
+ omniauth (2.1.2)
48
31
  hashie (>= 3.4.6)
49
- rack (>= 1.6.2, < 3)
32
+ rack (>= 2.2.3)
50
33
  rack-protection
51
- omniauth-oauth2 (1.7.2)
52
- oauth2 (~> 1.4)
34
+ omniauth-oauth2 (1.7.3)
35
+ oauth2 (>= 1.4, < 3)
53
36
  omniauth (>= 1.9, < 3)
54
37
  parallel (1.20.1)
55
38
  parser (3.0.2.0)
56
39
  ast (~> 2.4.1)
57
- rack (2.2.3)
58
- rack-protection (2.1.0)
40
+ rack (3.0.10)
41
+ rack-protection (3.0.6)
59
42
  rack
60
43
  rainbow (3.0.0)
61
44
  rake (12.3.3)
@@ -90,7 +73,11 @@ GEM
90
73
  rubocop-ast (>= 1.1.0)
91
74
  ruby-progressbar (1.11.0)
92
75
  ruby2_keywords (0.0.5)
76
+ snaky_hash (2.0.1)
77
+ hashie
78
+ version_gem (~> 1.1, >= 1.1.1)
93
79
  unicode-display_width (2.0.0)
80
+ version_gem (1.1.4)
94
81
 
95
82
  PLATFORMS
96
83
  ruby
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Lever
5
- VERSION = '0.4.1'
5
+ VERSION = '0.5.0'
6
6
  end
7
7
  end
@@ -9,7 +9,7 @@ module OmniAuth
9
9
  class Lever < OmniAuth::Strategies::OAuth2
10
10
  DEFAULT_PROMPT = 'consent'
11
11
  DEFAULT_RESPONSE_TYPE = 'code'
12
- DEFAULT_SCOPE = 'offline_access stages:read:admin opportunities:write:admin archive_reasons:read:admin users:read:admin interviews:read:admin postings:read:admin feedback_templates:read:admin notes:write:admin'
12
+ DEFAULT_SCOPE = 'offline_access stages:read:admin opportunities:write:admin archive_reasons:read:admin users:read:admin interviews:read:admin postings:read:admin feedback_templates:read:admin notes:write:admin offers:read:admin resumes:read:admin'
13
13
  SANDBOX_OAUTH_URL = 'https://sandbox-lever.auth0.com'
14
14
  SANDBOX_CLIENT_OPTIONS = {
15
15
  site: 'https://api.sandbox.lever.co/v1',
@@ -28,9 +28,9 @@ module OmniAuth
28
28
  }
29
29
 
30
30
  option :authorize_options, [
31
- :prompt,
32
- :response_type,
33
- :scope,
31
+ :prompt,
32
+ :response_type,
33
+ :scope,
34
34
  ]
35
35
 
36
36
  option :sandbox, false
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-lever
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Santos
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-27 00:00:00.000000000 Z
11
+ date: 2024-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth