omniauth-nylas 0.1.1 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 260d4c1e84f0293b105fa6d462e486d9c40a40f9
4
- data.tar.gz: 7b78c072e5b118d4615d60e768f12704ca7bbc25
3
+ metadata.gz: 782d62f828d3f940419e3452e652eb773164d116
4
+ data.tar.gz: 848f55fa1550cf8d3a7fad673cf856f03fe2ab30
5
5
  SHA512:
6
- metadata.gz: 187aa0f81297bfbcbfd34fe9513da41156940dceb8207afe4a4923665bd10b90351b28e58eae225b56805b464144a8381d6ea2438ad7562ca4e70c4f4e2d8892
7
- data.tar.gz: dd3ca404ea57a223b4853d5c27997a7ac399a45d0956780bb590ed4cf554b02f3e6c79e55d218d5e86e5d8e2a8d1ff2e053b51d86b4c397f731da31d0541f7d8
6
+ metadata.gz: f20bd7ba77496dabce87f52e2c5eaa03587b73c1cc843abe149e704fcb27c85a22500d10305e99960f1a2a63602314d97d477363a79d7c3450b55e4cc446023c
7
+ data.tar.gz: 7c46c93c8e7144640d56dfe23dd3628c30eef79bcb7e5a6411c17d3dfc4020fdc29e0b00bd346753fe9c892f62aa61099cdfff5e2d2c69a130f998eac8ce5b2c
data/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Omniauth::Nylas
2
2
 
3
- ![Build Status](https://travis-ci.org/kwbock/omniauth-nylas.svg?branch=master)
3
+ [![Gem Version](http://img.shields.io/gem/v/omniauth-nylas.svg)][gem]
4
+ [![Build Status](http://img.shields.io/travis/kwbock/omniauth-nylas.svg)][travis]
5
+
6
+ [gem]: https://rubygems.org/gems/omniauth-nylas
7
+ [travis]: http://travis-ci.org/kwbock/omniauth-nylas
4
8
 
5
9
  [OmniAuth](https://github.com/intridea/omniauth) Strategy for [nylas.com](nylas.com).
6
10
 
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Nylas
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
@@ -16,7 +16,8 @@ module OmniAuth
16
16
  info do
17
17
  {
18
18
  "account_id" => access_token.params["account_id"],
19
- "email" => access_token.params["email_address"]
19
+ "email" => access_token.params["email_address"],
20
+ "provider" => access_token.params["provider"]
20
21
  }
21
22
  end
22
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-nylas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Bock
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-11-11 00:00:00.000000000 Z
11
+ date: 2017-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth