devise_ldap_authenticatable 0.3.3 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -20,12 +20,16 @@ Installation
20
20
 
21
21
  **_Please Note_**
22
22
 
23
- This will versions 0.3.0 and above will only work for Rails 3 applications. Please use version 0.2.x for Rails 2 apps.
23
+ This will *only* work for Rails 3 applications.
24
24
 
25
25
  In the Gemfile for your application:
26
26
 
27
27
  gem "devise", "1.1.rc2"
28
- gem "devise_ldap_authenticatable"
28
+ gem "devise_ldap_authenticatable", "0.3.5"
29
+
30
+ For latest version, use the git repository instead
31
+
32
+ gem "devise_ldap_authenticatable", :git => "git://github.com/cschiewek/devise_ldap_authenticatable.git", :branch => "rails3"
29
33
 
30
34
  Setup
31
35
  -----
@@ -94,3 +98,4 @@ View on [Pivotal Tracker](http://www.pivotaltracker.com/projects/97318).
94
98
  Released under the MIT license
95
99
 
96
100
  Copyright (c) 2010 Curtis Schiewek, Daniel McNevin
101
+
@@ -1,3 +1,4 @@
1
1
  module DeviseLdapAuthenticatable
2
- VERSION = "0.3.3"
3
- end
2
+ VERSION = "0.3.5"
3
+ end
4
+
@@ -0,0 +1,27 @@
1
+ development:
2
+ host: localhost
3
+ port: 389
4
+ attribute: cn
5
+ base: ou=people,dc=yourdomain,dc=com
6
+ admin_user: cn=admin,dc=yourdomain,dc=com
7
+ admin_password: admin_password
8
+ ssl: false
9
+
10
+ test:
11
+ host: localhost
12
+ port: 3389
13
+ attribute: cn
14
+ base: ou=people,dc=yourdomain,dc=com
15
+ admin_user: cn=admin,dc=yourdomain,dc=com
16
+ admin_password: admin_password
17
+ ssl: false
18
+
19
+ production:
20
+ host: localhost
21
+ port: 636
22
+ attribute: cn
23
+ base: ou=people,dc=yourdomain,dc=com
24
+ admin_user: cn=admin,dc=yourdomain,dc=com
25
+ admin_password: admin_password
26
+ ssl: true
27
+
metadata CHANGED
@@ -5,17 +5,17 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 3
9
- version: 0.3.3
8
+ - 5
9
+ version: 0.3.5
10
10
  platform: ruby
11
11
  authors:
12
- - Daneil McNevin
12
+ - Daniel McNevin
13
13
  - Curtis Schiewek
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-12 00:00:00 -04:00
18
+ date: 2010-07-13 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -50,8 +50,8 @@ dependencies:
50
50
  version_requirements: *id002
51
51
  description: LDAP Authentication for Devise
52
52
  email:
53
- - - dpmcnevin@gmail.com
54
- - - curtis.schiewek@gmail.com
53
+ - dpmcnevin@gmail.com
54
+ - curtis.schiewek@gmail.com
55
55
  executables: []
56
56
 
57
57
  extensions: []
@@ -67,9 +67,10 @@ files:
67
67
  - lib/devise_ldap_authenticatable/version.rb
68
68
  - lib/devise_ldap_authenticatable.rb
69
69
  - lib/generators/devise_ldap_authenticatable/install_generator.rb
70
+ - lib/generators/devise_ldap_authenticatable/templates/ldap.yml
70
71
  - README.md
71
72
  has_rdoc: true
72
- homepage: http://github.com/cschiewek/devise_ldap_authenticatable
73
+ homepage: http://github.com/cschiewek/devise_ldap_authenticatable/tree/rails3
73
74
  licenses: []
74
75
 
75
76
  post_install_message: