forked from thoughtbot/clearance
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathclearance.gemspec
146 lines (137 loc) · 4.36 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
--- !ruby/object:Gem::Specification
name: clearance
version: !ruby/object:Gem::Version
version: 0.8.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
- Jon Yurek
autorequire:
bindir: bin
cert_chain: []
date: 2009-10-21 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
- generators/clearance_views
- generators/clearance_views/clearance_views_generator.rb
- generators/clearance_views/templates
- generators/clearance_views/templates/formtastic
- generators/clearance_views/templates/formtastic/passwords
- generators/clearance_views/templates/formtastic/passwords/edit.html.erb
- generators/clearance_views/templates/formtastic/passwords/new.html.erb
- generators/clearance_views/templates/formtastic/sessions
- generators/clearance_views/templates/formtastic/sessions/new.html.erb
- generators/clearance_views/templates/formtastic/users
- generators/clearance_views/templates/formtastic/users/_inputs.html.erb
- generators/clearance_views/templates/formtastic/users/new.html.erb
- generators/clearance_views/USAGE
- lib/clearance
- lib/clearance/authentication.rb
- lib/clearance/extensions
- lib/clearance/extensions/errors.rb
- lib/clearance/extensions/rescue.rb
- lib/clearance/extensions/routes.rb
- lib/clearance/user.rb
- lib/clearance.rb
- shoulda_macros/clearance.rb
- rails/init.rb
has_rdoc: true
homepage: http://github.com/thoughtbot/clearance
licenses: []
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.4
signing_key:
specification_version: 3
summary: Rails authentication with email & password.
test_files: []