omniauth-makersquare 0.0.3 → 0.0.4

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: 21bcc74a76937280f917861e4ed2f35b9f59caf6
4
- data.tar.gz: 149bf67c99406ee6d38894b5e1c9704e0d684af5
3
+ metadata.gz: 25f3a9fb0034195681f4bbf9f47c4204613c0e04
4
+ data.tar.gz: 84dd12f8e469e19dbbe53c3c003324877c06691e
5
5
  SHA512:
6
- metadata.gz: b40b165599754f4653e584cb6cefff9be9ad873261ae7fac086496349e3d42c32b76bb8dc1faed2606f9920c21c1e0b741ad92af39cd41ef0fa73b56e6f1b131
7
- data.tar.gz: ae13010501065998363c1d68f57d8f42260ddfc92330e31f728997ba1d968d34f31df147c9db22a23628647106a3c000fe3046a35e0d09f1d6e0d332529bbc9f
6
+ metadata.gz: f7f48ab5e4cf637528055c19be1de7c43fc0c9c9a61018c4fd2ea89261ea744a12cb15be07d8ba19aa528f293be870a536f9d8eca867e92cdb9b9e8157c28015
7
+ data.tar.gz: 299607f043aac36676ca0703140d35b69842368db54769519948a97b987841032f368457ddca0322079200abf65f6e1989f44dc9a974f32f9397eaeadc3bec80
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', '0.0.3'
9
+ gem 'omniauth-makersquare', '0.0.4'
10
10
 
11
11
  And then execute:
12
12
 
@@ -1,3 +1,3 @@
1
1
  module MakerPass
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -37,7 +37,7 @@ module OmniAuth
37
37
  :name => raw_info['name'],
38
38
  :email => raw_info['email'],
39
39
  :avatar_url => raw_info['avatar_url'],
40
- :groups => raw_info['groups']
40
+ :memberships => raw_info['memberships']
41
41
  }
42
42
  end
43
43
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-makersquare
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gilbert