di-simple_auth 0.3.0 → 0.3.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.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 3
3
- :patch: 0
3
+ :patch: 1
4
4
  :major: 0
@@ -78,7 +78,7 @@ module SimpleAuth
78
78
 
79
79
  def initialize_salt
80
80
  if new_record?
81
- self.password_salt = Digest::SHA1.hexdigest Time.now
81
+ self.password_salt = Digest::SHA1.hexdigest Time.now.to_s
82
82
  end
83
83
  end
84
84
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 0
9
- version: 0.3.0
8
+ - 1
9
+ version: 0.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dieinzige