omniauth-microsoft_graph 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of omniauth-microsoft_graph might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7a4f9e6f30c9345bfecae177b729853723522de6
4
- data.tar.gz: 24b6ab91c36c01a1e924881d5fb5c567458009ee
3
+ metadata.gz: bc7fe638d8adc7a7d35f5c16bdee73b203ac1692
4
+ data.tar.gz: 61003e06a1329c5da156f151293af05d9b55c34c
5
5
  SHA512:
6
- metadata.gz: 353e5cd4d3547f753a2c99024648df2586c4f7d02a536e6394aa6bfe8a2ed21c294a379cec1702ac08780f0a5830b8ca0ee94076668bc37cee0bcc5986d8ee16
7
- data.tar.gz: 795de6bad7822e1abab2709b966bb9b10ee8407c7ef9011fc0dad07627e4a9a652416d407b1b3579e2ee64eeac830bf1f65ddbceeedbc062a1524e087c81b52e
6
+ metadata.gz: 2a3d808f2b673c8400650aebf3e8ac942b34f378b4419f358ddbeaee3c2780081447118dc18555d9761c6d5e4ed34da687b79da685dc04deb4d9967549041bd4
7
+ data.tar.gz: ffe7af4f24659f74743360a51b8f67bb4e4f367c9bf1f4fe32b29bd9ca5781b24e10f0046c3ba3073d68595f071d5360840ace5f377eec3c088f8f9053a57dd8
data/README.md CHANGED
@@ -27,7 +27,6 @@ Rails.application.config.middleware.use OmniAuth::Builder do
27
27
  end
28
28
  ```
29
29
 
30
-
31
30
  ## Contributing
32
31
 
33
32
  1. Fork it ( https://github.com/synth/omniauth-microsoft_graph/fork )
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module MicrosoftGraph
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-microsoft_graph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Philips
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-10-17 00:00:00.000000000 Z
12
+ date: 2019-03-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: omniauth-oauth2
@@ -96,10 +96,10 @@ files:
96
96
  - README.md
97
97
  - Rakefile
98
98
  - example/example.rb
99
- - lib/microsoft_graph.rb
100
99
  - lib/omniauth/microsoft_graph.rb
101
100
  - lib/omniauth/microsoft_graph/version.rb
102
101
  - lib/omniauth/strategies/microsoft_graph.rb
102
+ - lib/omniauth_microsoft_graph.rb
103
103
  - omniauth-microsoft_graph.gemspec
104
104
  - test/strategy_test.rb
105
105
  - test/test_helper.rb
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  version: '0'
124
124
  requirements: []
125
125
  rubyforge_project:
126
- rubygems_version: 2.4.8
126
+ rubygems_version: 2.5.2.3
127
127
  signing_key:
128
128
  specification_version: 4
129
129
  summary: omniauth provider for Microsoft Graph