omnicontacts 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module OmniContacts
2
2
 
3
- VERSION = "0.3.6"
3
+ VERSION = "0.3.7"
4
4
 
5
5
  MOUNT_PATH = "/contacts/"
6
6
 
@@ -13,7 +13,7 @@ module OmniContacts
13
13
  super *args
14
14
  @auth_host = 'graph.facebook.com'
15
15
  @authorize_path = '/oauth/authorize'
16
- @scope = 'email,user_relationships,user_birthday,friends_birthday'
16
+ @scope = 'email,user_relationships,user_birthday'
17
17
  @auth_token_path = '/oauth/access_token'
18
18
  @contacts_host = 'graph.facebook.com'
19
19
  @friends_path = '/me/friends'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omnicontacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-04-30 00:00:00.000000000 Z
13
+ date: 2015-05-21 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rack