omniauth-workable 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a65af2167a42b2827cf5cb4d07adebb35933220b193dd3e8bb31343b6be25d4
4
- data.tar.gz: 7cccf28a272b9afdede9fc13ec81940149010da89ca0f1311914e5de6a573ba2
3
+ metadata.gz: ca96e909b8bcf3050bf8f1f85b50f5ca266e2daabbe88acb109ae54cba3d8143
4
+ data.tar.gz: a8fb960a9ea63a1ed718bba57e7cbd783112f4e0110efc49efa4093b243f2cd1
5
5
  SHA512:
6
- metadata.gz: '0350906e5d94e4684c61de31fcdca929f5fc8a672002643fc540499176804daab6a68a5cd5f914d04bff897f0a31e453d45ba34ec91c71c98ad479e593ead73e'
7
- data.tar.gz: c57e6e098b5d9f7ca34aacac444a9e902b63d60efa2b1553566e239a40ef4e6d8db8e734cd82992b6f7a9daed3443e8e1d0340263421f89e5771cec6367a24eb
6
+ metadata.gz: 9eda755b54bf92e2fcbb37b8f901b19d26fa3a9608d3b10cbdfaf610d8d15ab908b650b3eb6f3ffa680088b4a83b6270487d0cbc8b5420c2c4a81549d93d9435
7
+ data.tar.gz: ed5051adbe5debbe078e549f4b0f99817672d0d2661462074b11ea3a640f5a8012aad0b65196d50951e78cd8e82a6b59c243a16a38b8ae304cd3673ec8787573
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ### [0.1.3](https://www.github.com/ScreenLoop/omniauth-workable/compare/v0.1.2...v0.1.3) (2022-10-18)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * change default_scope. ([7aef1fa](https://www.github.com/ScreenLoop/omniauth-workable/commit/7aef1faaf8d5aad30d8f7841c17e9fd79c77ad8f))
9
+
3
10
  ### [0.1.2](https://www.github.com/ScreenLoop/omniauth-workable/compare/v0.1.1...v0.1.2) (2022-03-30)
4
11
 
5
12
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-workable (0.1.2)
4
+ omniauth-workable (0.1.3)
5
5
  omniauth (~> 2.0)
6
6
  omniauth-oauth2 (~> 1.7.1)
7
7
 
@@ -10,32 +10,32 @@ GEM
10
10
  specs:
11
11
  ast (2.4.2)
12
12
  diff-lcs (1.4.4)
13
- faraday (2.2.0)
14
- faraday-net_http (~> 2.0)
13
+ faraday (2.6.0)
14
+ faraday-net_http (>= 2.0, < 3.1)
15
15
  ruby2_keywords (>= 0.0.4)
16
- faraday-net_http (2.0.1)
16
+ faraday-net_http (3.0.1)
17
17
  hashie (5.0.0)
18
- jwt (2.3.0)
19
- multi_json (1.15.0)
18
+ jwt (2.5.0)
20
19
  multi_xml (0.6.0)
21
- oauth2 (1.4.9)
20
+ oauth2 (2.0.9)
22
21
  faraday (>= 0.17.3, < 3.0)
23
22
  jwt (>= 1.0, < 3.0)
24
- multi_json (~> 1.3)
25
23
  multi_xml (~> 0.5)
26
- rack (>= 1.2, < 3)
27
- omniauth (2.0.4)
24
+ rack (>= 1.2, < 4)
25
+ snaky_hash (~> 2.0)
26
+ version_gem (~> 1.1)
27
+ omniauth (2.1.0)
28
28
  hashie (>= 3.4.6)
29
- rack (>= 1.6.2, < 3)
29
+ rack (>= 2.2.3)
30
30
  rack-protection
31
- omniauth-oauth2 (1.7.2)
32
- oauth2 (~> 1.4)
31
+ omniauth-oauth2 (1.7.3)
32
+ oauth2 (>= 1.4, < 3)
33
33
  omniauth (>= 1.9, < 3)
34
34
  parallel (1.20.1)
35
35
  parser (3.0.2.0)
36
36
  ast (~> 2.4.1)
37
- rack (2.2.3)
38
- rack-protection (2.2.0)
37
+ rack (3.0.0)
38
+ rack-protection (3.0.2)
39
39
  rack
40
40
  rainbow (3.0.0)
41
41
  rake (12.3.3)
@@ -70,7 +70,11 @@ GEM
70
70
  rubocop-ast (>= 1.1.0)
71
71
  ruby-progressbar (1.11.0)
72
72
  ruby2_keywords (0.0.5)
73
+ snaky_hash (2.0.1)
74
+ hashie
75
+ version_gem (~> 1.1, >= 1.1.1)
73
76
  unicode-display_width (2.0.0)
77
+ version_gem (1.1.1)
74
78
 
75
79
  PLATFORMS
76
80
  ruby
@@ -10,7 +10,9 @@ module OmniAuth
10
10
  class Workable < OmniAuth::Strategies::OAuth2
11
11
  DEFAULT_RESOURCE = 'user'
12
12
  DEFAULT_RESPONSE_TYPE = 'code'
13
- DEFAULT_SCOPE = 'r_candidates r_events r_members r_jobs w_comments'
13
+ DEFAULT_SCOPE = 'r_candidates r_jobs'
14
+ # Uncomment the line below and remove the line above as soon as the workable team releases the w_comment scope
15
+ # DEFAULT_SCOPE = 'r_candidates r_jobs w_comments'
14
16
 
15
17
  option :name, 'workable'
16
18
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Workable
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-workable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Oliveira
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-03-30 00:00:00.000000000 Z
11
+ date: 2022-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth