clearance 0.16.0 → 0.16.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of clearance might be problematic. Click here for more details.
- data/.travis.yml +6 -3
- data/Appraisals +4 -6
- data/Gemfile +1 -1
- data/Gemfile.lock +25 -25
- data/NEWS.md +5 -0
- data/README.md +1 -1
- data/Rakefile +8 -4
- data/app/controllers/clearance/users_controller.rb +11 -2
- data/clearance.gemspec +5 -4
- data/features/step_definitions/engine/clearance_steps.rb +2 -2
- data/gemfiles/3.0.12.gemfile +13 -0
- data/gemfiles/{3.0.9.gemfile.lock → 3.0.12.gemfile.lock} +75 -78
- data/gemfiles/{3.0.9.gemfile → 3.1.4.gemfile} +4 -4
- data/gemfiles/3.1.4.gemfile.lock +186 -0
- data/gemfiles/{3.1.0.gemfile → 3.2.3.gemfile} +4 -4
- data/gemfiles/3.2.3.gemfile.lock +184 -0
- data/lib/clearance/session.rb +1 -1
- data/lib/clearance/testing/helpers.rb +1 -1
- data/lib/clearance/version.rb +3 -0
- data/spec/clearance/session_spec.rb +6 -6
- data/spec/controllers/forgeries_controller_spec.rb +1 -1
- data/spec/controllers/passwords_controller_spec.rb +4 -4
- data/spec/controllers/sessions_controller_spec.rb +5 -5
- data/spec/controllers/users_controller_spec.rb +3 -3
- data/spec/factories.rb +9 -9
- data/spec/mailers/clearance_mailer_spec.rb +1 -1
- data/spec/models/user_spec.rb +10 -10
- data/spec/spec_helper.rb +1 -0
- data/spec/support/cookies.rb +1 -1
- metadata +152 -150
- data/VERSION +0 -1
- data/gemfiles/3.1.0.gemfile.lock +0 -191
data/VERSION
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
0.16.0
|
data/gemfiles/3.1.0.gemfile.lock
DELETED
@@ -1,191 +0,0 @@
|
|
1
|
-
GIT
|
2
|
-
remote: git://github.com/thoughtbot/shoulda-matchers.git
|
3
|
-
revision: 25c2623bb9d96cf6a446ecc141fdfefe5c4860fa
|
4
|
-
specs:
|
5
|
-
shoulda-matchers (1.0.0)
|
6
|
-
|
7
|
-
PATH
|
8
|
-
remote: /home/mike/lib/clearance
|
9
|
-
specs:
|
10
|
-
clearance (0.16.0)
|
11
|
-
diesel (~> 0.1.5)
|
12
|
-
rails (>= 3.0)
|
13
|
-
|
14
|
-
GEM
|
15
|
-
remote: http://rubygems.org/
|
16
|
-
specs:
|
17
|
-
actionmailer (3.1.0)
|
18
|
-
actionpack (= 3.1.0)
|
19
|
-
mail (~> 2.3.0)
|
20
|
-
actionpack (3.1.0)
|
21
|
-
activemodel (= 3.1.0)
|
22
|
-
activesupport (= 3.1.0)
|
23
|
-
builder (~> 3.0.0)
|
24
|
-
erubis (~> 2.7.0)
|
25
|
-
i18n (~> 0.6)
|
26
|
-
rack (~> 1.3.2)
|
27
|
-
rack-cache (~> 1.0.3)
|
28
|
-
rack-mount (~> 0.8.2)
|
29
|
-
rack-test (~> 0.6.1)
|
30
|
-
sprockets (~> 2.0.0)
|
31
|
-
activemodel (3.1.0)
|
32
|
-
activesupport (= 3.1.0)
|
33
|
-
bcrypt-ruby (~> 3.0.0)
|
34
|
-
builder (~> 3.0.0)
|
35
|
-
i18n (~> 0.6)
|
36
|
-
activerecord (3.1.0)
|
37
|
-
activemodel (= 3.1.0)
|
38
|
-
activesupport (= 3.1.0)
|
39
|
-
arel (~> 2.2.1)
|
40
|
-
tzinfo (~> 0.3.29)
|
41
|
-
activeresource (3.1.0)
|
42
|
-
activemodel (= 3.1.0)
|
43
|
-
activesupport (= 3.1.0)
|
44
|
-
activesupport (3.1.0)
|
45
|
-
multi_json (~> 1.0)
|
46
|
-
addressable (2.2.6)
|
47
|
-
appraisal (0.3.8)
|
48
|
-
bundler
|
49
|
-
rake
|
50
|
-
arel (2.2.1)
|
51
|
-
aruba (0.4.6)
|
52
|
-
bcat (>= 0.6.1)
|
53
|
-
childprocess (>= 0.2.0)
|
54
|
-
cucumber (>= 1.0.2)
|
55
|
-
rdiscount (>= 1.6.8)
|
56
|
-
rspec (>= 2.6.0)
|
57
|
-
bcat (0.6.2)
|
58
|
-
rack (~> 1.0)
|
59
|
-
bcrypt-ruby (3.0.1)
|
60
|
-
bourne (1.0)
|
61
|
-
mocha (= 0.9.8)
|
62
|
-
builder (3.0.0)
|
63
|
-
capybara (1.1.2)
|
64
|
-
mime-types (>= 1.16)
|
65
|
-
nokogiri (>= 1.3.3)
|
66
|
-
rack (>= 1.0.0)
|
67
|
-
rack-test (>= 0.5.4)
|
68
|
-
selenium-webdriver (~> 2.0)
|
69
|
-
xpath (~> 0.1.4)
|
70
|
-
childprocess (0.3.0)
|
71
|
-
ffi (~> 1.0.6)
|
72
|
-
cucumber (1.1.4)
|
73
|
-
builder (>= 2.1.2)
|
74
|
-
diff-lcs (>= 1.1.2)
|
75
|
-
gherkin (~> 2.7.1)
|
76
|
-
json (>= 1.4.6)
|
77
|
-
term-ansicolor (>= 1.0.6)
|
78
|
-
cucumber-rails (1.1.1)
|
79
|
-
capybara (>= 1.1.1)
|
80
|
-
cucumber (>= 1.1.0)
|
81
|
-
nokogiri (>= 1.5.0)
|
82
|
-
database_cleaner (0.7.1)
|
83
|
-
diesel (0.1.5)
|
84
|
-
railties
|
85
|
-
diff-lcs (1.1.3)
|
86
|
-
erubis (2.7.0)
|
87
|
-
factory_girl (2.5.0)
|
88
|
-
activesupport
|
89
|
-
factory_girl_rails (1.6.0)
|
90
|
-
factory_girl (~> 2.5.0)
|
91
|
-
railties (>= 3.0.0)
|
92
|
-
ffi (1.0.11)
|
93
|
-
gherkin (2.7.6)
|
94
|
-
json (>= 1.4.6)
|
95
|
-
hike (1.2.1)
|
96
|
-
i18n (0.6.0)
|
97
|
-
json (1.6.5)
|
98
|
-
launchy (2.0.5)
|
99
|
-
addressable (~> 2.2.6)
|
100
|
-
mail (2.3.0)
|
101
|
-
i18n (>= 0.4.0)
|
102
|
-
mime-types (~> 1.16)
|
103
|
-
treetop (~> 1.4.8)
|
104
|
-
mime-types (1.17.2)
|
105
|
-
mocha (0.9.8)
|
106
|
-
rake
|
107
|
-
multi_json (1.0.4)
|
108
|
-
nokogiri (1.5.0)
|
109
|
-
polyglot (0.3.3)
|
110
|
-
rack (1.3.6)
|
111
|
-
rack-cache (1.0.3)
|
112
|
-
rack (>= 0.4)
|
113
|
-
rack-mount (0.8.3)
|
114
|
-
rack (>= 1.0.0)
|
115
|
-
rack-ssl (1.3.2)
|
116
|
-
rack
|
117
|
-
rack-test (0.6.1)
|
118
|
-
rack (>= 1.0)
|
119
|
-
rails (3.1.0)
|
120
|
-
actionmailer (= 3.1.0)
|
121
|
-
actionpack (= 3.1.0)
|
122
|
-
activerecord (= 3.1.0)
|
123
|
-
activeresource (= 3.1.0)
|
124
|
-
activesupport (= 3.1.0)
|
125
|
-
bundler (~> 1.0)
|
126
|
-
railties (= 3.1.0)
|
127
|
-
railties (3.1.0)
|
128
|
-
actionpack (= 3.1.0)
|
129
|
-
activesupport (= 3.1.0)
|
130
|
-
rack-ssl (~> 1.3.2)
|
131
|
-
rake (>= 0.8.7)
|
132
|
-
rdoc (~> 3.4)
|
133
|
-
thor (~> 0.14.6)
|
134
|
-
rake (0.9.2.2)
|
135
|
-
rdiscount (1.6.8)
|
136
|
-
rdoc (3.12)
|
137
|
-
json (~> 1.4)
|
138
|
-
rspec (2.6.0)
|
139
|
-
rspec-core (~> 2.6.0)
|
140
|
-
rspec-expectations (~> 2.6.0)
|
141
|
-
rspec-mocks (~> 2.6.0)
|
142
|
-
rspec-core (2.6.4)
|
143
|
-
rspec-expectations (2.6.0)
|
144
|
-
diff-lcs (~> 1.1.2)
|
145
|
-
rspec-mocks (2.6.0)
|
146
|
-
rspec-rails (2.6.1)
|
147
|
-
actionpack (~> 3.0)
|
148
|
-
activesupport (~> 3.0)
|
149
|
-
railties (~> 3.0)
|
150
|
-
rspec (~> 2.6.0)
|
151
|
-
rubyzip (0.9.5)
|
152
|
-
selenium-webdriver (2.18.0)
|
153
|
-
childprocess (>= 0.2.5)
|
154
|
-
ffi (~> 1.0.9)
|
155
|
-
multi_json (~> 1.0.4)
|
156
|
-
rubyzip
|
157
|
-
sprockets (2.0.3)
|
158
|
-
hike (~> 1.2)
|
159
|
-
rack (~> 1.0)
|
160
|
-
tilt (~> 1.1, != 1.3.0)
|
161
|
-
sqlite3 (1.3.5)
|
162
|
-
term-ansicolor (1.0.7)
|
163
|
-
thor (0.14.6)
|
164
|
-
tilt (1.3.3)
|
165
|
-
timecop (0.3.5)
|
166
|
-
treetop (1.4.10)
|
167
|
-
polyglot
|
168
|
-
polyglot (>= 0.3.1)
|
169
|
-
tzinfo (0.3.31)
|
170
|
-
xpath (0.1.4)
|
171
|
-
nokogiri (~> 1.3)
|
172
|
-
|
173
|
-
PLATFORMS
|
174
|
-
ruby
|
175
|
-
|
176
|
-
DEPENDENCIES
|
177
|
-
appraisal (~> 0.3.8)
|
178
|
-
aruba (~> 0.4.2)
|
179
|
-
bourne
|
180
|
-
bundler (~> 1.0.0)
|
181
|
-
capybara (~> 1.1.1)
|
182
|
-
clearance!
|
183
|
-
cucumber-rails (~> 1.1.1)
|
184
|
-
database_cleaner
|
185
|
-
factory_girl_rails
|
186
|
-
launchy
|
187
|
-
rails (= 3.1.0)
|
188
|
-
rspec-rails (~> 2.6.0)
|
189
|
-
shoulda-matchers!
|
190
|
-
sqlite3
|
191
|
-
timecop
|