forked from thoughtbot/clearance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clearance.gemspec
129 lines (121 loc) · 3.57 KB
/
clearance.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
--- !ruby/object:Gem::Specification
name: clearance
version: !ruby/object:Gem::Version
version: 0.6.3
platform: ruby
authors:
- Dan Croak
- Mike Burns
- Jason Morrison
- Joe Ferris
- Eugene Bolshakov
- Nick Quaranto
- Josh Nichols
- Mike Breen
- "Marcel G\xC3\xB6rner"
- Bence Nagy
- Ben Mabey
- Eloy Duran
- Tim Pope
- Mihai Anca
- Mark Cornick
- Shay Arnett
autorequire:
bindir: bin
cert_chain: []
date: 2009-04-23 00:00:00 -04:00
default_executable:
dependencies: []
description: Rails authentication with email & password.
email: [email protected]
executables: []
extensions: []
extra_rdoc_files: []
files:
- CHANGELOG.textile
- LICENSE
- Rakefile
- README.textile
- TODO.textile
- app/controllers
- app/controllers/clearance
- app/controllers/clearance/confirmations_controller.rb
- app/controllers/clearance/passwords_controller.rb
- app/controllers/clearance/sessions_controller.rb
- app/controllers/clearance/users_controller.rb
- app/models
- app/models/clearance_mailer.rb
- app/views
- app/views/clearance_mailer
- app/views/clearance_mailer/change_password.html.erb
- app/views/clearance_mailer/confirmation.html.erb
- app/views/passwords
- app/views/passwords/edit.html.erb
- app/views/passwords/new.html.erb
- app/views/sessions
- app/views/sessions/new.html.erb
- app/views/users
- app/views/users/_form.html.erb
- app/views/users/new.html.erb
- config/clearance_routes.rb
- generators/clearance
- generators/clearance/clearance_generator.rb
- generators/clearance/lib
- generators/clearance/lib/insert_commands.rb
- generators/clearance/lib/rake_commands.rb
- generators/clearance/templates
- generators/clearance/templates/factories.rb
- generators/clearance/templates/migrations
- generators/clearance/templates/migrations/create_users.rb
- generators/clearance/templates/migrations/update_users.rb
- generators/clearance/templates/README
- generators/clearance/templates/user.rb
- generators/clearance/USAGE
- generators/clearance_features
- generators/clearance_features/clearance_features_generator.rb
- generators/clearance_features/templates
- generators/clearance_features/templates/features
- generators/clearance_features/templates/features/password_reset.feature
- generators/clearance_features/templates/features/sign_in.feature
- generators/clearance_features/templates/features/sign_out.feature
- generators/clearance_features/templates/features/sign_up.feature
- generators/clearance_features/templates/features/step_definitions
- generators/clearance_features/templates/features/step_definitions/clearance_steps.rb
- generators/clearance_features/templates/features/step_definitions/factory_girl_steps.rb
- generators/clearance_features/templates/features/support
- generators/clearance_features/templates/features/support/paths.rb
- generators/clearance_features/USAGE
- lib/clearance
- lib/clearance/authentication.rb
- lib/clearance/extensions
- lib/clearance/extensions/errors.rb
- lib/clearance/extensions/rescue.rb
- lib/clearance/user.rb
- lib/clearance.rb
- shoulda_macros/clearance.rb
- rails/init.rb
has_rdoc: false
homepage: http://github.com/thoughtbot/clearance
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
required_rubygems_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
requirements: []
rubyforge_project:
rubygems_version: 1.3.1
signing_key:
specification_version: 2
summary: Rails authentication with email & password.
test_files: []