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 +4 -4
- data/Gemfile +2 -2
- data/Gemfile.lock +34 -33
- data/lib/omniauth-osso/version.rb +1 -1
- data/lib/omniauth/strategies/osso.rb +0 -4
- data/omniauth-osso.gemspec +1 -1
- metadata +12 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b09981769f4343227de216a0180af65e37801f2a2f26426525ddef929be8117a
|
4
|
+
data.tar.gz: f54ee7e9a7a03977c131b783c6e72d06f8842e314da0eb6ef0f4047ff31f64e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
10
|
+
gem 'rspec', '~> 3.10'
|
11
11
|
gem 'rubocop'
|
12
|
-
gem 'webmock', '~> 3.
|
12
|
+
gem 'webmock', '~> 3.10'
|
13
13
|
end
|
14
14
|
|
15
15
|
gemspec
|
data/Gemfile.lock
CHANGED
@@ -2,24 +2,22 @@ PATH
|
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
4
|
omniauth-osso (0.1.6)
|
5
|
-
omniauth-oauth2 (
|
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.
|
13
|
-
coderay (1.1.
|
14
|
-
crack (0.4.
|
15
|
-
|
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.
|
38
|
-
oauth2 (~> 1.
|
35
|
+
omniauth-oauth2 (1.7.0)
|
36
|
+
oauth2 (~> 1.4)
|
39
37
|
omniauth (~> 1.9)
|
40
|
-
parallel (1.
|
41
|
-
parser (2.7.
|
42
|
-
ast (~> 2.4.
|
43
|
-
pry (0.13.
|
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.
|
47
|
-
rack (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.
|
53
|
-
rspec-core (~> 3.
|
54
|
-
rspec-expectations (~> 3.
|
55
|
-
rspec-mocks (~> 3.
|
56
|
-
rspec-core (3.
|
57
|
-
rspec-support (~> 3.
|
58
|
-
rspec-expectations (3.
|
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.
|
61
|
-
rspec-mocks (3.
|
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.
|
64
|
-
rspec-support (3.
|
65
|
-
rubocop (
|
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.
|
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.
|
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.
|
91
|
+
rspec (~> 3.10)
|
91
92
|
rubocop
|
92
|
-
webmock (~> 3.
|
93
|
+
webmock (~> 3.10)
|
93
94
|
|
94
95
|
BUNDLED WITH
|
95
96
|
2.1.4
|
data/omniauth-osso.gemspec
CHANGED
@@ -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', '
|
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.
|
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
|
+
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.
|
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.
|
32
|
+
version: '1.8'
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: bundler
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|