omniauth-makersquare 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/omniauth-makersquare/version.rb +1 -1
- data/lib/omniauth/strategies/makersquare.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21bcc74a76937280f917861e4ed2f35b9f59caf6
|
4
|
+
data.tar.gz: 149bf67c99406ee6d38894b5e1c9704e0d684af5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b40b165599754f4653e584cb6cefff9be9ad873261ae7fac086496349e3d42c32b76bb8dc1faed2606f9920c21c1e0b741ad92af39cd41ef0fa73b56e6f1b131
|
7
|
+
data.tar.gz: ae13010501065998363c1d68f57d8f42260ddfc92330e31f728997ba1d968d34f31df147c9db22a23628647106a3c000fe3046a35e0d09f1d6e0d332529bbc9f
|
data/README.md
CHANGED
@@ -36,8 +36,8 @@ module OmniAuth
|
|
36
36
|
{
|
37
37
|
:name => raw_info['name'],
|
38
38
|
:email => raw_info['email'],
|
39
|
-
:avatar_url => raw_info['avatar_url']
|
40
|
-
|
39
|
+
:avatar_url => raw_info['avatar_url'],
|
40
|
+
:groups => raw_info['groups']
|
41
41
|
}
|
42
42
|
end
|
43
43
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-makersquare
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gilbert
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-10-
|
11
|
+
date: 2014-10-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: omniauth
|