fbauth 1.2.2.0 → 1.2.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ module FacebookAuthFunctions
4
4
  OLD_FB_SESSION_PARAMS_KEY = :session
5
5
  FB_SIGNED_REQUEST_KEY = :signed_request
6
6
 
7
- def setup_facebook_auth auth
7
+ def setup_facebook_auth auth=nil
8
8
  @facebook_auth = auth ||= facebook_auth
9
9
  end
10
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fbauth
3
3
  version: !ruby/object:Gem::Version
4
- hash: 71
4
+ hash: 69
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
9
  - 2
10
- - 0
11
- version: 1.2.2.0
10
+ - 1
11
+ version: 1.2.2.1
12
12
  platform: ruby
13
13
  authors:
14
14
  - Three Wise Men Inc.