omniauth-wyngle 1.0.0 → 1.1.0

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: 55192d7bab138c350553f4a393f8d27facd87b32
4
- data.tar.gz: 1a90c9a5937fee106a42bf75b18800fe45db2f0b
3
+ metadata.gz: a9de400f8e5604f0b347f57c1cfc6c2816843814
4
+ data.tar.gz: 2516b63f223fdb5e7f0f1cf3dd8d7b1362ce1697
5
5
  SHA512:
6
- metadata.gz: 52e720359c9f02d1bf08e09e4acab0e9a025d6cfbd67377b240adbc59343c332d982c0e5a42714fee5ffff521122bf2bc0d58938e53623d0fe806f24e1347660
7
- data.tar.gz: 5bf91e523b803f475c8ee1f8fd846ae0501d2d51566eb5eda19d713ede1637886152410ea8544d969a34351f5227e46796e21424abd64ce49096cc13de5c5475
6
+ metadata.gz: 5e35aa447fcced04171e1b859b6d543e437463c252f4cc92f278b1902239eb2b9032faea427914232e0d113ef2dfdc3b5d9ae6a8cb1af3bb807252be8bdf7ee0
7
+ data.tar.gz: a720a125c07226407dae4bd56aaf0b941880a2825d7e4451d5ad29ab52f675bb213a6c4d51b69a6f6954bbeffdf7428212b6888ac789650c36af48db4c72477c
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014 Panayotis Matsinopoulos
1
+ Copyright (c) 2014 Panayotis Matsinopoulos / Wyngle
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -56,14 +56,3 @@ Here's an example *Auth Hash* available in `request.env['omniauth.auth']`:
56
56
  }
57
57
  }
58
58
  ```
59
-
60
- ## License
61
-
62
- Copyright (c) 2014 by Wyngle
63
-
64
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
65
-
66
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
67
-
68
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
69
-
@@ -20,7 +20,9 @@ module OmniAuth
20
20
  :email => raw_info["email"],
21
21
  :gender => raw_info["gender"],
22
22
  :first_name => raw_info["first_name"],
23
- :last_name => raw_info["last_name"]
23
+ :last_name => raw_info["last_name"],
24
+ :address => raw_info["address"]
25
+
24
26
  }
25
27
  end
26
28
 
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Wyngle
3
- VERSION = "1.0.0"
3
+ VERSION = "1.1.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-wyngle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Panayotis Matsinopoulos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-07 00:00:00.000000000 Z
11
+ date: 2014-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler