fbdoorman 0.8.0.92 → 0.8.0.93

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.92"
21
+ gem.version = "0.8.0.93"
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}/**/*"]
@@ -73,7 +73,7 @@ module Clearance
73
73
  if !user.fbid.blank? then
74
74
  cookies[:fb_token] = {
75
75
  :value => fb_token,
76
- :expires => token_expiration.seconds.from_now.utc
76
+ :expires => token_expiration.to_i.seconds.from_now.utc
77
77
  }
78
78
  end
79
79
  self.current_user = user
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.92
4
+ version: 0.8.0.93
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: