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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bcc8b2583fdaf74543f7dc861c92f98ae609b0a0
4
- data.tar.gz: ae8762d71a7077af50e68ab187494e9baca1eee2
3
+ metadata.gz: 21bcc74a76937280f917861e4ed2f35b9f59caf6
4
+ data.tar.gz: 149bf67c99406ee6d38894b5e1c9704e0d684af5
5
5
  SHA512:
6
- metadata.gz: c441b41f0bdff1dfd556c94d73e210884cc33deccbe3c976f8a3ad41b4a549cc02939261c37077a73fe19a90f9adfe10911963198ae1431cd0179e76ac186648
7
- data.tar.gz: 9c426335575085f2730e8079e9897609d50d543a3a70372d63402832fb8ce00f48d2423441e14bb081b7586a82ca168a88842e42e91a74c697ca9fafdd05bb43
6
+ metadata.gz: b40b165599754f4653e584cb6cefff9be9ad873261ae7fac086496349e3d42c32b76bb8dc1faed2606f9920c21c1e0b741ad92af39cd41ef0fa73b56e6f1b131
7
+ data.tar.gz: ae13010501065998363c1d68f57d8f42260ddfc92330e31f728997ba1d968d34f31df147c9db22a23628647106a3c000fe3046a35e0d09f1d6e0d332529bbc9f
data/README.md CHANGED
@@ -6,7 +6,7 @@ Log in with MakerSquare!
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
- gem 'omniauth-makersquare'
9
+ gem 'omniauth-makersquare', '0.0.3'
10
10
 
11
11
  And then execute:
12
12
 
@@ -1,3 +1,3 @@
1
1
  module MakerPass
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -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
- # and anything else you want to return to your API consumers
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.2
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-07 00:00:00.000000000 Z
11
+ date: 2014-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth