fbdoorman 0.8.0.8 → 0.8.0.9

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.
data/Rakefile CHANGED
@@ -18,7 +18,7 @@ Jeweler::Tasks.new do |gem|
18
18
  gem.summary = "Rails authentication with facebook single sign-on OR email & password."
19
19
  gem.description = "Painless user registration and sign-in using Facebook single sign-on with JS. Typical email login still works too."
20
20
  gem.email = "pelaez89@gmail.com"
21
- gem.version = "0.8.0.8"
21
+ gem.version = "0.8.0.9"
22
22
  gem.homepage = "http://github.com/davidpelaez/minifb-clearance"
23
23
  gem.authors = ["Fbdoorman: David Pelaez","MiniFB: Appoxy","Clearance: Thoughtbot"]
24
24
  gem.files = FileList["[A-Z]*", "{app,config,generators,lib,shoulda_macros,rails}/**/*"]
@@ -15,7 +15,7 @@ class Clearance::FacebookController < ApplicationController
15
15
  redirect_to LOGGED_PATH and return
16
16
  else #If theres no user with that id
17
17
  #Register this user
18
- register_fbu(token)
18
+ register_fbu(params[:token])
19
19
  end
20
20
  else #The token isn't valid
21
21
  closed
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fbdoorman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0.8
4
+ version: 0.8.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: