scottmotte-merb_auth_slice_multisite 0.8.4 → 0.8.5

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/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 8
4
- :patch: 4
4
+ :patch: 5
@@ -54,7 +54,7 @@ module Merb
54
54
  module InstanceMethods
55
55
  def remember_token?
56
56
  (!remember_token.blank?) &&
57
- remember_token_expires_at && (Time.now.utc < remember_token_expires_at.utc)
57
+ remember_token_expires_at && (Time.now.utc < remember_token_expires_at.to_time)
58
58
  end
59
59
 
60
60
  # These create and unset the fields required for remembering users between browser closes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scottmotte-merb_auth_slice_multisite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - scottmotte