omniauth-osso 0.1.6 → 0.1.7

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: ef269453ed0ad4abbd20a3b0fef2798314458a191e8328ab324cb2d901756bf8
4
- data.tar.gz: ff3b08d2e09711b81e9200e274c323f01da0b84e0b6006197383cb2a96a30cd8
3
+ metadata.gz: b09981769f4343227de216a0180af65e37801f2a2f26426525ddef929be8117a
4
+ data.tar.gz: f54ee7e9a7a03977c131b783c6e72d06f8842e314da0eb6ef0f4047ff31f64e6
5
5
  SHA512:
6
- metadata.gz: bebba8a9c1fa6cbf764cd8d524c474095f954c9349fe0f471e8746bb3f72f6f2adba774d32a96fbb29a3c28b7960b8d1770fb8f0967955e4b455ffb92fe7afa1
7
- data.tar.gz: d8efb2480199d7ea9d48ad5b296dc10df47f2e001ddad06b01664e4f416e7c82222163ce3845ee1b3aed2920077d4d15ed088789844aa3e692e4e775dbc958d1
6
+ metadata.gz: 4cc4dd0a8b35fe79b3f8c90305d7a48f2a8173589a6c35f0635f3408ff6b58b04478de29f1fa22dd78feab0df4c1246eca86541833f8d53350d0c3b7d06ba7f7
7
+ data.tar.gz: 57913a87111112e55783dd6989d7e1e987e017296e67ab9215d5cb5bf22ffd5be019031f7b536e5ef64f4118ba33927e44e8b4036d8132fc5327d98fa8da945f
data/Gemfile CHANGED
@@ -7,9 +7,9 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
7
7
  group :test do
8
8
  gem 'pry'
9
9
  gem 'rack-test'
10
- gem 'rspec', '~> 3.2'
10
+ gem 'rspec', '~> 3.10'
11
11
  gem 'rubocop'
12
- gem 'webmock', '~> 3.0'
12
+ gem 'webmock', '~> 3.10'
13
13
  end
14
14
 
15
15
  gemspec
@@ -2,24 +2,22 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  omniauth-osso (0.1.6)
5
- omniauth-oauth2 (~> 1.6.0)
5
+ omniauth-oauth2 (>= 1.6, < 1.8)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  addressable (2.7.0)
11
11
  public_suffix (>= 2.0.2, < 5.0)
12
- ast (2.4.0)
13
- coderay (1.1.2)
14
- crack (0.4.3)
15
- safe_yaml (~> 1.0.0)
16
- diff-lcs (1.3)
12
+ ast (2.4.1)
13
+ coderay (1.1.3)
14
+ crack (0.4.4)
15
+ diff-lcs (1.4.4)
17
16
  faraday (1.1.0)
18
17
  multipart-post (>= 1.2, < 3)
19
18
  ruby2_keywords
20
19
  hashdiff (1.0.1)
21
20
  hashie (4.1.0)
22
- jaro_winkler (1.5.4)
23
21
  jwt (2.2.2)
24
22
  method_source (1.0.0)
25
23
  multi_json (1.15.0)
@@ -34,47 +32,50 @@ GEM
34
32
  omniauth (1.9.1)
35
33
  hashie (>= 3.4.6)
36
34
  rack (>= 1.6.2, < 3)
37
- omniauth-oauth2 (1.6.0)
38
- oauth2 (~> 1.1)
35
+ omniauth-oauth2 (1.7.0)
36
+ oauth2 (~> 1.4)
39
37
  omniauth (~> 1.9)
40
- parallel (1.19.1)
41
- parser (2.7.1.0)
42
- ast (~> 2.4.0)
43
- pry (0.13.0)
38
+ parallel (1.20.1)
39
+ parser (2.7.2.0)
40
+ ast (~> 2.4.1)
41
+ pry (0.13.1)
44
42
  coderay (~> 1.1)
45
43
  method_source (~> 1.0)
46
- public_suffix (4.0.4)
47
- rack (2.2.2)
44
+ public_suffix (4.0.6)
45
+ rack (2.2.3)
48
46
  rack-test (1.1.0)
49
47
  rack (>= 1.0, < 3)
50
48
  rainbow (3.0.0)
49
+ regexp_parser (2.0.0)
51
50
  rexml (3.2.4)
52
- rspec (3.8.0)
53
- rspec-core (~> 3.8.0)
54
- rspec-expectations (~> 3.8.0)
55
- rspec-mocks (~> 3.8.0)
56
- rspec-core (3.8.2)
57
- rspec-support (~> 3.8.0)
58
- rspec-expectations (3.8.4)
51
+ rspec (3.10.0)
52
+ rspec-core (~> 3.10.0)
53
+ rspec-expectations (~> 3.10.0)
54
+ rspec-mocks (~> 3.10.0)
55
+ rspec-core (3.10.0)
56
+ rspec-support (~> 3.10.0)
57
+ rspec-expectations (3.10.0)
59
58
  diff-lcs (>= 1.2.0, < 2.0)
60
- rspec-support (~> 3.8.0)
61
- rspec-mocks (3.8.1)
59
+ rspec-support (~> 3.10.0)
60
+ rspec-mocks (3.10.0)
62
61
  diff-lcs (>= 1.2.0, < 2.0)
63
- rspec-support (~> 3.8.0)
64
- rspec-support (3.8.2)
65
- rubocop (0.81.0)
66
- jaro_winkler (~> 1.5.1)
62
+ rspec-support (~> 3.10.0)
63
+ rspec-support (3.10.0)
64
+ rubocop (1.6.1)
67
65
  parallel (~> 1.10)
68
- parser (>= 2.7.0.1)
66
+ parser (>= 2.7.1.5)
69
67
  rainbow (>= 2.2.2, < 4.0)
68
+ regexp_parser (>= 1.8, < 3.0)
70
69
  rexml
70
+ rubocop-ast (>= 1.2.0, < 2.0)
71
71
  ruby-progressbar (~> 1.7)
72
72
  unicode-display_width (>= 1.4.0, < 2.0)
73
+ rubocop-ast (1.3.0)
74
+ parser (>= 2.7.1.5)
73
75
  ruby-progressbar (1.10.1)
74
76
  ruby2_keywords (0.0.2)
75
- safe_yaml (1.0.5)
76
77
  unicode-display_width (1.7.0)
77
- webmock (3.8.3)
78
+ webmock (3.10.0)
78
79
  addressable (>= 2.3.6)
79
80
  crack (>= 0.3.2)
80
81
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -87,9 +88,9 @@ DEPENDENCIES
87
88
  omniauth-osso!
88
89
  pry
89
90
  rack-test
90
- rspec (~> 3.2)
91
+ rspec (~> 3.10)
91
92
  rubocop
92
- webmock (~> 3.0)
93
+ webmock (~> 3.10)
93
94
 
94
95
  BUNDLED WITH
95
96
  2.1.4
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Osso
5
- VERSION = '0.1.6'
5
+ VERSION = '0.1.7'
6
6
  end
7
7
  end
@@ -92,10 +92,6 @@ module OmniAuth
92
92
  domain: request.params['domain'],
93
93
  email: request.params['email']
94
94
  }.compact
95
-
96
- raise StandardError if @user_param.nil?
97
-
98
- @user_param
99
95
  end
100
96
  end
101
97
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.homepage = 'https://github.com/enterprise-oss/omniauth-osso'
11
11
  gem.license = 'BSL'
12
12
 
13
- gem.add_dependency 'omniauth-oauth2', '~> 1.6.0'
13
+ gem.add_dependency 'omniauth-oauth2', '>= 1.6', '< 1.8'
14
14
  gem.add_development_dependency 'bundler', '~> 2.1'
15
15
 
16
16
  gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-osso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Bauch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-24 00:00:00.000000000 Z
11
+ date: 2020-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '1.6'
20
+ - - "<"
18
21
  - !ruby/object:Gem::Version
19
- version: 1.6.0
22
+ version: '1.8'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '1.6'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: 1.6.0
32
+ version: '1.8'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: bundler
29
35
  requirement: !ruby/object:Gem::Requirement