omniauth-microsoft_graph 1.1.0 → 1.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6fe6e2c005ac0bf995f831460527c29ea1610daecfd48e9c83a6987a3b7ab91
|
|
4
|
+
data.tar.gz: 569e04a9a5e50e712ea4e4a847454f6d263392a9932fcd179b6e5a1db9c77645
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2be452a85ef752c0c0b0b30a0338cbe867dbd3e29079001ebf3ae5e7377ca0fbd3c8ef8a0fb61461c507b99c9692a8aefb9ecf4c556bcd2f7f9e4e97125a56b
|
|
7
|
+
data.tar.gz: b77352003e95997a8993c098f894df4c3ea846c42fd0f18743cb933fe5417db3d631934ac073d2424cb7f8491407927fc83af5cfb77962b7d6a1305839bbed28
|
|
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
|
|
|
19
19
|
spec.require_paths = ["lib"]
|
|
20
20
|
|
|
21
21
|
spec.add_runtime_dependency 'omniauth', '~> 2.0'
|
|
22
|
-
spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.
|
|
22
|
+
spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.8.0'
|
|
23
23
|
spec.add_development_dependency "sinatra", '~> 0'
|
|
24
24
|
spec.add_development_dependency "rake", '~> 12.3.3', '>= 12.3.3'
|
|
25
25
|
spec.add_development_dependency 'rspec', '~> 3.6'
|
|
@@ -267,7 +267,7 @@ describe OmniAuth::Strategies::MicrosoftGraph do
|
|
|
267
267
|
end
|
|
268
268
|
end
|
|
269
269
|
end
|
|
270
|
-
let(:access_token) { OAuth2::AccessToken.from_hash(client, {}) }
|
|
270
|
+
let(:access_token) { OAuth2::AccessToken.from_hash(client, { 'access_token' => 'a' }) }
|
|
271
271
|
before { allow(subject).to receive(:access_token).and_return(access_token) }
|
|
272
272
|
|
|
273
273
|
context 'with verified email' do
|
|
@@ -291,7 +291,7 @@ describe OmniAuth::Strategies::MicrosoftGraph do
|
|
|
291
291
|
end
|
|
292
292
|
end
|
|
293
293
|
end
|
|
294
|
-
let(:access_token) { OAuth2::AccessToken.from_hash(client, {}) }
|
|
294
|
+
let(:access_token) { OAuth2::AccessToken.from_hash(client, { 'access_token' => 'a' }) }
|
|
295
295
|
|
|
296
296
|
before { allow(subject).to receive(:access_token).and_return(access_token) }
|
|
297
297
|
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-microsoft_graph
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Philips
|
|
8
8
|
- Joel Van Horn
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2022-
|
|
12
|
+
date: 2022-09-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: omniauth
|
|
@@ -31,14 +31,14 @@ dependencies:
|
|
|
31
31
|
requirements:
|
|
32
32
|
- - "~>"
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: 1.
|
|
34
|
+
version: 1.8.0
|
|
35
35
|
type: :runtime
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
39
|
- - "~>"
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: 1.
|
|
41
|
+
version: 1.8.0
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: sinatra
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -129,7 +129,7 @@ homepage: https://github.com/synth/omniauth-microsoft_graph
|
|
|
129
129
|
licenses:
|
|
130
130
|
- MIT
|
|
131
131
|
metadata: {}
|
|
132
|
-
post_install_message:
|
|
132
|
+
post_install_message:
|
|
133
133
|
rdoc_options: []
|
|
134
134
|
require_paths:
|
|
135
135
|
- lib
|
|
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
145
145
|
version: '0'
|
|
146
146
|
requirements: []
|
|
147
147
|
rubygems_version: 3.1.6
|
|
148
|
-
signing_key:
|
|
148
|
+
signing_key:
|
|
149
149
|
specification_version: 4
|
|
150
150
|
summary: omniauth provider for Microsoft Graph
|
|
151
151
|
test_files:
|