merb-auth-more 1.0.12 → 1.0.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,8 +5,8 @@ class Merb::Authentication
5
5
  def self.extended(base)
6
6
  base.class_eval do
7
7
 
8
- property :crypted_password, String
9
- property :salt, String
8
+ property :crypted_password, String, :length => 60
9
+ property :salt, String
10
10
 
11
11
  validates_present :password, :if => proc{|m| m.password_required?}
12
12
  validates_is_confirmed :password, :if => proc{|m| m.password_required?}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merb-auth-more
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.12
4
+ version: 1.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Neighman
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-30 00:00:00 -07:00
12
+ date: 2009-11-03 00:00:00 +00:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 1.0.12
23
+ version: 1.0.13
24
24
  version:
25
25
  description: Additional resources for use with the merb-auth-core authentication framework.
26
26
  email: has.sox@gmail.com
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  requirements: []
78
78
 
79
79
  rubyforge_project: merb
80
- rubygems_version: 1.3.2
80
+ rubygems_version: 1.3.5
81
81
  signing_key:
82
82
  specification_version: 3
83
83
  summary: Additional resources for use with the merb-auth-core authentication framework.