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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 53b562507262bff31f9e0812ca08aeac2ac8a58e
4
- data.tar.gz: bb2d88a302096095784c0d2eedc26b5502f39d9a
3
+ metadata.gz: 2c5f03607220a87567e619bb32d66cfb18e837ed
4
+ data.tar.gz: 23f08b52c77deb9ed8bbbde09fc92a29fd47c9ee
5
5
  SHA512:
6
- metadata.gz: 9c3e46a094914b989128daf8476dae6ee4f44ea5bf2729a7163d0904d5adc24553d70a3b0457e8da215bcf62114288adb6c88e511572ac5b05ce8ac40e820b6e
7
- data.tar.gz: fba7109c763f7a89d8548a948d3ac852609a8a0397739103134c86ff2894d9613ae86a82bd00e4e93e9161424bc1d44cf9212d2e91dc3e36729ceb4a0dffa33a
6
+ metadata.gz: 2c7fb3a7b86c5d2bb1359547bed0e9ad4439b809b7354ad3291beb731eca6027771fecdc590b4d755a1ef4ce209bab4518a4ca976243cb93bbd0b1d8db2b9dae
7
+ data.tar.gz: e7d9a20ffa388edd782314f6677c02bbee4606b2844878cb125f7362cad2cc425b737cf8ccccc8763e24b96271173c0a167a871377c09ed7c2084f57839b8c3f
data/README.md CHANGED
@@ -1,4 +1,7 @@
1
- # Omniauth::Microsoft::Office365
1
+ [![Gem Version](https://badge.fury.io/rb/omniauth-microsoft-office365.svg)](https://badge.fury.io/rb/omniauth-microsoft-office365)
2
+ [![Build Status](https://travis-ci.org/murbanski/omniauth-microsoft-office365.svg?branch=master)](https://travis-ci.org/murbanski/omniauth-microsoft-office365)
3
+
4
+ # OmniAuth::MicrosoftOffice365
2
5
 
3
6
  Office365 OAuth2 Strategy for OmniAuth.
4
7
 
@@ -1,5 +1,5 @@
1
- module Omniauth
1
+ module OmniAuth
2
2
  module MicrosoftOffice365
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -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 = Omniauth::MicrosoftOffice365::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{Omniauth provider for Microsoft Office365}
12
- spec.description = %q{Omniauth provider for Microsoft Office365}
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.1
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: Omniauth provider for Microsoft Office365
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: Omniauth provider for Microsoft Office365
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