fbauth 1.2.2.0 → 1.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.
@@ -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.