devise_imap_authenticatable 0.6.2 → 0.6.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/devise_imap_authenticatable/version.rb +1 -1
- metadata +16 -10
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: devise_imap_authenticatable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 1
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
version: 0.6.
|
9
|
+
- 3
|
10
|
+
version: 0.6.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- John Medforth
|
@@ -16,8 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2011-
|
20
|
-
default_executable:
|
19
|
+
date: 2011-09-06 00:00:00 Z
|
21
20
|
dependencies:
|
22
21
|
- !ruby/object:Gem::Dependency
|
23
22
|
name: devise
|
@@ -41,7 +40,7 @@ dependencies:
|
|
41
40
|
requirement: &id002 !ruby/object:Gem::Requirement
|
42
41
|
none: false
|
43
42
|
requirements:
|
44
|
-
- -
|
43
|
+
- - ">="
|
45
44
|
- !ruby/object:Gem::Version
|
46
45
|
hash: 7
|
47
46
|
segments:
|
@@ -49,6 +48,14 @@ dependencies:
|
|
49
48
|
- 0
|
50
49
|
- 0
|
51
50
|
version: 3.0.0
|
51
|
+
- - <
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
hash: 15
|
54
|
+
segments:
|
55
|
+
- 3
|
56
|
+
- 2
|
57
|
+
- 0
|
58
|
+
version: 3.2.0
|
52
59
|
type: :runtime
|
53
60
|
version_requirements: *id002
|
54
61
|
description: Authenticate users against an IMAP server
|
@@ -62,12 +69,11 @@ extra_rdoc_files: []
|
|
62
69
|
files:
|
63
70
|
- LICENSE
|
64
71
|
- README
|
65
|
-
- lib/devise_imap_authenticatable/adapter.rb
|
66
72
|
- lib/devise_imap_authenticatable/version.rb
|
67
|
-
- lib/devise_imap_authenticatable/strategy.rb
|
68
73
|
- lib/devise_imap_authenticatable/model.rb
|
74
|
+
- lib/devise_imap_authenticatable/adapter.rb
|
75
|
+
- lib/devise_imap_authenticatable/strategy.rb
|
69
76
|
- lib/devise_imap_authenticatable.rb
|
70
|
-
has_rdoc: true
|
71
77
|
homepage: https://github.com/bsm/devise_imap_authenticatable
|
72
78
|
licenses: []
|
73
79
|
|
@@ -101,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
107
|
requirements: []
|
102
108
|
|
103
109
|
rubyforge_project:
|
104
|
-
rubygems_version: 1.
|
110
|
+
rubygems_version: 1.8.5
|
105
111
|
signing_key:
|
106
112
|
specification_version: 3
|
107
113
|
summary: IMAP authentication for Devise
|