padrino-admin 0.9.17 → 0.9.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -43,7 +43,7 @@ class Account < ::Sequel::Model
43
43
  # This method is used to retrieve the original password.
44
44
  #
45
45
  def password_clean
46
- crypted_password.decrypt(salt)
46
+ self.crypted_password.decrypt(salt)
47
47
  end
48
48
 
49
49
  private
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: padrino-admin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 17
10
- version: 0.9.17
9
+ - 18
10
+ version: 0.9.18
11
11
  platform: ruby
12
12
  authors:
13
13
  - Padrino Team
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2010-10-04 00:00:00 +02:00
21
+ date: 2010-10-05 00:00:00 -07:00
22
22
  default_executable:
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency
@@ -29,12 +29,12 @@ dependencies:
29
29
  requirements:
30
30
  - - "="
31
31
  - !ruby/object:Gem::Version
32
- hash: 25
32
+ hash: 31
33
33
  segments:
34
34
  - 0
35
35
  - 9
36
- - 17
37
- version: 0.9.17
36
+ - 18
37
+ version: 0.9.18
38
38
  type: :runtime
39
39
  version_requirements: *id001
40
40
  - !ruby/object:Gem::Dependency
@@ -45,12 +45,12 @@ dependencies:
45
45
  requirements:
46
46
  - - "="
47
47
  - !ruby/object:Gem::Version
48
- hash: 25
48
+ hash: 31
49
49
  segments:
50
50
  - 0
51
51
  - 9
52
- - 17
53
- version: 0.9.17
52
+ - 18
53
+ version: 0.9.18
54
54
  type: :runtime
55
55
  version_requirements: *id002
56
56
  description: Admin View for Padrino applications