omniauth-workable 0.1.2 → 0.2.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: 8a65af2167a42b2827cf5cb4d07adebb35933220b193dd3e8bb31343b6be25d4
4
- data.tar.gz: 7cccf28a272b9afdede9fc13ec81940149010da89ca0f1311914e5de6a573ba2
3
+ metadata.gz: 2c9880a682edbe74c46f0d28139f4e1f2e5347a7ee9d3119008427869fd9103f
4
+ data.tar.gz: f833df5643d19d83f090a65b15621880a29d22f1d455777d57e366282f9a0b34
5
5
  SHA512:
6
- metadata.gz: '0350906e5d94e4684c61de31fcdca929f5fc8a672002643fc540499176804daab6a68a5cd5f914d04bff897f0a31e453d45ba34ec91c71c98ad479e593ead73e'
7
- data.tar.gz: c57e6e098b5d9f7ca34aacac444a9e902b63d60efa2b1553566e239a40ef4e6d8db8e734cd82992b6f7a9daed3443e8e1d0340263421f89e5771cec6367a24eb
6
+ metadata.gz: 3ea2952f883819a98c965cdecbf85e5a16f18875e7ab1316bc19087d01d1157c9cb5f24b992e457e59fb8334b1c587310f011aa9cefb48ecc86fbc8828077262
7
+ data.tar.gz: b02061ed24fd846389ce8592f0bba623854f1303dc31cbc116fffbf04d7ad6ead2ed43536c4c1504e645067a340388cf728e76590ac93f2b64493dbc7f032462
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.0](https://www.github.com/ScreenLoop/omniauth-workable/compare/v0.1.3...v0.2.0) (2022-12-12)
4
+
5
+
6
+ ### Features
7
+
8
+ * update default_scope to include w_comments. ([8d710ab](https://www.github.com/ScreenLoop/omniauth-workable/commit/8d710abd1b97a04014b83409e7df5cdf6e25a70c))
9
+
10
+ ### [0.1.3](https://www.github.com/ScreenLoop/omniauth-workable/compare/v0.1.2...v0.1.3) (2022-10-18)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * change default_scope. ([7aef1fa](https://www.github.com/ScreenLoop/omniauth-workable/commit/7aef1faaf8d5aad30d8f7841c17e9fd79c77ad8f))
16
+
3
17
  ### [0.1.2](https://www.github.com/ScreenLoop/omniauth-workable/compare/v0.1.1...v0.1.2) (2022-03-30)
4
18
 
5
19
 
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.2.0)
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.7.1)
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.2)
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.2)
38
+ rack-protection (3.0.4)
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,7 @@ 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 w_comments'
14
14
 
15
15
  option :name, 'workable'
16
16
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Workable
5
- VERSION = '0.1.2'
5
+ VERSION = '0.2.0'
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.2.0
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-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth