omniauth-microsoft-office365 0.0.1 → 0.0.2
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 +4 -4
- data/README.md +4 -1
- data/lib/omniauth/microsoft_office365/version.rb +2 -2
- data/omniauth-microsoft-office365.gemspec +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c5f03607220a87567e619bb32d66cfb18e837ed
|
|
4
|
+
data.tar.gz: 23f08b52c77deb9ed8bbbde09fc92a29fd47c9ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c7fb3a7b86c5d2bb1359547bed0e9ad4439b809b7354ad3291beb731eca6027771fecdc590b4d755a1ef4ce209bab4518a4ca976243cb93bbd0b1d8db2b9dae
|
|
7
|
+
data.tar.gz: e7d9a20ffa388edd782314f6677c02bbee4606b2844878cb125f7362cad2cc425b737cf8ccccc8763e24b96271173c0a167a871377c09ed7c2084f57839b8c3f
|
data/README.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://badge.fury.io/rb/omniauth-microsoft-office365)
|
|
2
|
+
[](https://travis-ci.org/murbanski/omniauth-microsoft-office365)
|
|
3
|
+
|
|
4
|
+
# OmniAuth::MicrosoftOffice365
|
|
2
5
|
|
|
3
6
|
Office365 OAuth2 Strategy for OmniAuth.
|
|
4
7
|
|
|
@@ -5,11 +5,11 @@ require 'omniauth/microsoft_office365/version'
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "omniauth-microsoft-office365"
|
|
8
|
-
spec.version =
|
|
8
|
+
spec.version = OmniAuth::MicrosoftOffice365::VERSION
|
|
9
9
|
spec.authors = ["Marcin Urbański"]
|
|
10
10
|
spec.email = ["marcin@urbanski.vdl.pl"]
|
|
11
|
-
spec.summary = %q{
|
|
12
|
-
spec.description = %q{
|
|
11
|
+
spec.summary = %q{OmniAuth provider for Microsoft Office365}
|
|
12
|
+
spec.description = %q{OmniAuth provider for Microsoft Office365}
|
|
13
13
|
spec.homepage = "https://github.com/murbanski/omniauth-microsoft-office365"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-microsoft-office365
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marcin Urbański
|
|
@@ -94,7 +94,7 @@ dependencies:
|
|
|
94
94
|
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: 0.10.3
|
|
97
|
-
description:
|
|
97
|
+
description: OmniAuth provider for Microsoft Office365
|
|
98
98
|
email:
|
|
99
99
|
- marcin@urbanski.vdl.pl
|
|
100
100
|
executables: []
|
|
@@ -139,7 +139,7 @@ rubyforge_project:
|
|
|
139
139
|
rubygems_version: 2.5.0
|
|
140
140
|
signing_key:
|
|
141
141
|
specification_version: 4
|
|
142
|
-
summary:
|
|
142
|
+
summary: OmniAuth provider for Microsoft Office365
|
|
143
143
|
test_files:
|
|
144
144
|
- spec/omniauth/strategies/microsoft_office365_spec.rb
|
|
145
145
|
- spec/spec_helper.rb
|