omniauth-lever 0.3.1 → 0.4.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: 33ab8aa2719ff086d47b59ace1d6de1bd05b1871ac4c143441213f5a18c08199
4
- data.tar.gz: f85ba69417902735bdb0249cff3da174b75f75dbcc31ce73e906b7414c81e74a
3
+ metadata.gz: f2ae702d0997c6ba83769bdc3bb43f8ae7a1888194ee22ce40a3d71830197254
4
+ data.tar.gz: 13eb36bcbe5b48a7de9b8621175b1cc48ebaa430bc3567271ebc967ad62b0ffd
5
5
  SHA512:
6
- metadata.gz: 6c3aab28674a4a0064c095e6c16357c49717fc66960b887b8bde6fb29828acc528929f2e776b89ccc694e269d211dcdda8fe7976bfa0fef178d08d2055dbde46
7
- data.tar.gz: 02a8a8ee5a18ac77a2066ad4275c027be70f448d82eee4383871eb1e3961db40a3fac8a4274a7a6a8dd7a1a9a3de8212f43ba09a41352592a8cc60aaf3556e24
6
+ metadata.gz: 1a4c074801284c40115bfe71f8c32431bfc6d90713a8c7aa0ea498a3138d164665dbaadfc9f2796c5cf46548aa56de6ff882863c45498cbf37e8c9fa7c7d43a7
7
+ data.tar.gz: 9a7192ffb4077e8bb4605a1128e8020a70b23853ad3264d9c5bbeb4293baeeded7bc5c4e18d3a8e016fa3800979cedf6d1f96adb767e452123c23640745ed8bf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.0](https://www.github.com/ScreenLoop/omniauth-lever/compare/v0.3.1...v0.4.0) (2022-01-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * SL-811 Add opportunities stages scopes ([3b76c57](https://www.github.com/ScreenLoop/omniauth-lever/commit/3b76c5776bc4ac90464c5268aea56b5135dcc861))
9
+
10
+ ### [0.3.1](https://www.github.com/ScreenLoop/omniauth-lever/compare/v0.3.0...v0.3.1) (2021-09-24)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * Add audience option ([6e06fe6](https://www.github.com/ScreenLoop/omniauth-lever/commit/6e06fe6b8fb156a4bc7775283d29ede714c4fd80))
16
+
3
17
  ### [0.3.1](https://www.github.com/ScreenLoop/omniauth-lever/compare/v0.3.0...v0.3.1) (2021-09-24)
4
18
 
5
19
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-lever (0.3.1)
4
+ omniauth-lever (0.4.0)
5
5
  omniauth (~> 2.0)
6
6
  omniauth-oauth2 (~> 1.7.1)
7
7
 
@@ -10,27 +10,31 @@ GEM
10
10
  specs:
11
11
  ast (2.4.2)
12
12
  diff-lcs (1.4.4)
13
- faraday (1.8.0)
13
+ faraday (1.9.3)
14
14
  faraday-em_http (~> 1.0)
15
15
  faraday-em_synchrony (~> 1.0)
16
16
  faraday-excon (~> 1.1)
17
- faraday-httpclient (~> 1.0.1)
17
+ faraday-httpclient (~> 1.0)
18
+ faraday-multipart (~> 1.0)
18
19
  faraday-net_http (~> 1.0)
19
- faraday-net_http_persistent (~> 1.1)
20
+ faraday-net_http_persistent (~> 1.0)
20
21
  faraday-patron (~> 1.0)
21
22
  faraday-rack (~> 1.0)
22
- multipart-post (>= 1.2, < 3)
23
+ faraday-retry (~> 1.0)
23
24
  ruby2_keywords (>= 0.0.4)
24
25
  faraday-em_http (1.0.0)
25
26
  faraday-em_synchrony (1.0.0)
26
27
  faraday-excon (1.1.0)
27
28
  faraday-httpclient (1.0.1)
29
+ faraday-multipart (1.0.3)
30
+ multipart-post (>= 1.2, < 3)
28
31
  faraday-net_http (1.0.1)
29
32
  faraday-net_http_persistent (1.2.0)
30
33
  faraday-patron (1.0.0)
31
34
  faraday-rack (1.0.0)
32
- hashie (4.1.0)
33
- jwt (2.2.3)
35
+ faraday-retry (1.0.3)
36
+ hashie (5.0.0)
37
+ jwt (2.3.0)
34
38
  multi_json (1.15.0)
35
39
  multi_xml (0.6.0)
36
40
  multipart-post (2.1.1)
@@ -44,7 +48,7 @@ GEM
44
48
  hashie (>= 3.4.6)
45
49
  rack (>= 1.6.2, < 3)
46
50
  rack-protection
47
- omniauth-oauth2 (1.7.1)
51
+ omniauth-oauth2 (1.7.2)
48
52
  oauth2 (~> 1.4)
49
53
  omniauth (>= 1.9, < 3)
50
54
  parallel (1.20.1)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Lever
5
- VERSION = '0.3.1'
5
+ VERSION = '0.4.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 opportunities:read: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 opportunities:read:admin archive_reasons:read:admin users:read:admin interviews:read:admin postings:read:admin feedback_templates:read:admin notes:write: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',
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.3.1
4
+ version: 0.4.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: 2021-09-24 00:00:00.000000000 Z
11
+ date: 2022-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth