fbauth 1.2.1.0 → 1.2.2.0

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,8 +4,8 @@ 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
8
- @facebook_auth ||= facebook_auth
7
+ def setup_facebook_auth auth
8
+ @facebook_auth = auth ||= facebook_auth
9
9
  end
10
10
 
11
11
  def require_facebook_auth
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: 75
4
+ hash: 71
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 1
9
+ - 2
10
10
  - 0
11
- version: 1.2.1.0
11
+ version: 1.2.2.0
12
12
  platform: ruby
13
13
  authors:
14
14
  - Three Wise Men Inc.
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-03-17 00:00:00 -04:00
19
+ date: 2011-03-24 00:00:00 -04:00
20
20
  default_executable:
21
21
  dependencies: []
22
22