facebook_digit_auth 2.1.2 → 2.2.1

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: 6383e8b5ecf74797b741ca35e37458494735cdc5
4
- data.tar.gz: 8a32fcd48c4157ee554bd17f8495d6796090cff2
3
+ metadata.gz: c199ca1f27ac68b79c0f8a17a114eb65a3f5ba6e
4
+ data.tar.gz: 715e6668eefbf76db06320f53d838e2a3d80c53a
5
5
  SHA512:
6
- metadata.gz: 7d0d891f39f590a34b45b3e5c8dcde1c0f8c9ff7834dc9b2994a481e72b868ebadb5dd1c1125fce01b4cef9f833e7ee71dd67b741f216190e4406bf83be51d96
7
- data.tar.gz: adf35ef3e4ae2e73b58ca20a0e88e5c7233171dbbc19409d082c670f613d88cf23fc9045c2055f01dc142b8a906ccf4c25ff57a0ee47ff5c38a54ba464c5973d
6
+ metadata.gz: 6b412ccb10e4e5a555b659b4a1dd0d47104230ceab6c6521ebf08a4a107c67269d0ec74830f4407643166f38ab45551130c1a42fc21395c157b10a98f941cf89
7
+ data.tar.gz: 049242b3369c8c8c776b6136cdfce05a133770a75a19d52da4c0e8515e0413078018a35b00a517386b662408016bd9ba9f9745dc1ff5a99619fa4be2c04ed758
@@ -107,7 +107,7 @@
107
107
  attr_reader :client
108
108
 
109
109
  def basic_information
110
- @basic_information ||= client.get_object("me",fields:'first_name,last_name,email,birthday,education,work,gender,token_for_business')
110
+ @basic_information ||= client.get_object("me",fields:'first_name,last_name,email,birthday,education,work,gender')
111
111
  end
112
112
 
113
113
  def user_context(facebook_user_id)
@@ -1,3 +1,3 @@
1
1
  module FacebookDigitAuth
2
- VERSION = "2.1.2"
2
+ VERSION = "2.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: facebook_digit_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - RaghavSingh