Skip to content

Commit d96236f

Browse files
committed
🚨 Linting
- update docs site
1 parent f0ff5f2 commit d96236f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1770
-164
lines changed

.rubocop_gradual.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"bin/bundle:247448467": [
66
[64, 5, 20, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2485198147]
77
],
8-
"lib/omniauth/identity/model.rb:4176389330": [
8+
"lib/omniauth/identity/model.rb:2544890477": [
99
[71, 11, 9, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 4045031525],
1010
[72, 11, 9, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 4045031525],
1111
[72, 40, 9, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 4045031525],

docs/OmniAuth.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dl>
8080
<dt>Defined in:</dt>
8181
<dd>lib/omniauth/identity.rb<span class="defines">,<br />
82-
lib/omniauth/identity/model.rb,<br /> lib/omniauth/identity/version.rb,<br /> lib/omniauth/strategies/identity.rb,<br /> lib/omniauth/identity/models/sequel.rb,<br /> lib/omniauth/identity/models/mongoid.rb,<br /> lib/omniauth/identity/secure_password.rb,<br /> lib/omniauth/identity/models/nobrainer.rb,<br /> lib/omniauth/identity/models/couch_potato.rb,<br /> lib/omniauth/identity/models/active_record.rb</span>
82+
lib/omniauth/identity/model.rb,<br /> lib/omniauth/identity/version.rb,<br /> lib/omniauth/identity/models/rom.rb,<br /> lib/omniauth/strategies/identity.rb,<br /> lib/omniauth/identity/models/sequel.rb,<br /> lib/omniauth/identity/models/mongoid.rb,<br /> lib/omniauth/identity/secure_password.rb,<br /> lib/omniauth/identity/models/nobrainer.rb,<br /> lib/omniauth/identity/models/couch_potato.rb,<br /> lib/omniauth/identity/models/active_record.rb</span>
8383
</dd>
8484
</dl>
8585

@@ -117,7 +117,7 @@ <h2>Overview</h2><div class="docstring">
117117
</div>
118118

119119
<div id="footer">
120-
Generated on Mon Oct 13 11:53:19 2025 by
120+
Generated on Mon Oct 13 14:40:57 2025 by
121121
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
122122
0.9.37 (ruby-3.4.7).
123123
</div>

docs/OmniAuth/Identity.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dl>
8080
<dt>Defined in:</dt>
8181
<dd>lib/omniauth/identity.rb<span class="defines">,<br />
82-
lib/omniauth/identity/model.rb,<br /> lib/omniauth/identity/version.rb,<br /> lib/omniauth/identity/models/sequel.rb,<br /> lib/omniauth/identity/models/mongoid.rb,<br /> lib/omniauth/identity/secure_password.rb,<br /> lib/omniauth/identity/models/nobrainer.rb,<br /> lib/omniauth/identity/models/couch_potato.rb,<br /> lib/omniauth/identity/models/active_record.rb</span>
82+
lib/omniauth/identity/model.rb,<br /> lib/omniauth/identity/version.rb,<br /> lib/omniauth/identity/models/rom.rb,<br /> lib/omniauth/identity/models/sequel.rb,<br /> lib/omniauth/identity/models/mongoid.rb,<br /> lib/omniauth/identity/secure_password.rb,<br /> lib/omniauth/identity/models/nobrainer.rb,<br /> lib/omniauth/identity/models/couch_potato.rb,<br /> lib/omniauth/identity/models/active_record.rb</span>
8383
</dd>
8484
</dl>
8585

@@ -147,7 +147,7 @@ <h5 class="example_title"><div class='inline'><p>Basic Setup</p>
147147
</div>
148148

149149
<div id="footer">
150-
Generated on Mon Oct 13 11:53:19 2025 by
150+
Generated on Mon Oct 13 14:40:57 2025 by
151151
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
152152
0.9.37 (ruby-3.4.7).
153153
</div>

docs/OmniAuth/Identity/Model.html

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -570,16 +570,16 @@ <h3 class="signature first" id="auth_key-instance_method">
570570
<pre class="lines">
571571

572572

573+
162
574+
163
575+
164
576+
165
573577
166
574578
167
575-
168
576-
169
577-
170
578-
171
579-
172</pre>
579+
168</pre>
580580
</td>
581581
<td>
582-
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 166</span>
582+
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 162</span>
583583

584584
<span class='kw'>def</span> <span class='id identifier rubyid_auth_key'>auth_key</span>
585585
<span class='kw'>if</span> <span class='id identifier rubyid_respond_to?'>respond_to?</span><span class='lparen'>(</span><span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_auth_key'>auth_key</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span><span class='rparen'>)</span>
@@ -640,17 +640,17 @@ <h3 class="signature " id="auth_key=-instance_method">
640640
<pre class="lines">
641641

642642

643+
176
644+
177
645+
178
646+
179
643647
180
644648
181
645649
182
646-
183
647-
184
648-
185
649-
186
650-
187</pre>
650+
183</pre>
651651
</td>
652652
<td>
653-
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 180</span>
653+
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 176</span>
654654

655655
<span class='kw'>def</span> <span class='id identifier rubyid_auth_key='>auth_key=</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
656656
<span class='id identifier rubyid_auth_key_setter'>auth_key_setter</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='embexpr_beg'>#{</span><span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_auth_key'>auth_key</span><span class='embexpr_end'>}</span><span class='tstring_content'>=</span><span class='tstring_end'>&quot;</span></span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span>
@@ -745,12 +745,12 @@ <h3 class="signature " id="authenticate-instance_method">
745745
<pre class="lines">
746746

747747

748-
142
749-
143
750-
144</pre>
748+
138
749+
139
750+
140</pre>
751751
</td>
752752
<td>
753-
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 142</span>
753+
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 138</span>
754754

755755
<span class='kw'>def</span> <span class='id identifier rubyid_authenticate'>authenticate</span><span class='lparen'>(</span><span class='id identifier rubyid__password'>_password</span><span class='rparen'>)</span>
756756
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>NotImplementedError</span>
@@ -808,18 +808,18 @@ <h3 class="signature " id="info-instance_method">
808808
<pre class="lines">
809809

810810

811+
194
812+
195
813+
196
814+
197
811815
198
812816
199
813817
200
814818
201
815-
202
816-
203
817-
204
818-
205
819-
206</pre>
819+
202</pre>
820820
</td>
821821
<td>
822-
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 198</span>
822+
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 194</span>
823823

824824
<span class='kw'>def</span> <span class='id identifier rubyid_info'>info</span>
825825
<span class='id identifier rubyid_info'>info</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
@@ -878,18 +878,18 @@ <h3 class="signature " id="uid-instance_method">
878878
<pre class="lines">
879879

880880

881+
146
882+
147
883+
148
884+
149
881885
150
882886
151
883887
152
884888
153
885-
154
886-
155
887-
156
888-
157
889-
158</pre>
889+
154</pre>
890890
</td>
891891
<td>
892-
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 150</span>
892+
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 146</span>
893893

894894
<span class='kw'>def</span> <span class='id identifier rubyid_uid'>uid</span>
895895
<span class='kw'>if</span> <span class='id identifier rubyid_respond_to?'>respond_to?</span><span class='lparen'>(</span><span class='symbol'>:id</span><span class='rparen'>)</span>
@@ -910,7 +910,7 @@ <h3 class="signature " id="uid-instance_method">
910910
</div>
911911

912912
<div id="footer">
913-
Generated on Mon Oct 13 11:53:19 2025 by
913+
Generated on Mon Oct 13 14:40:57 2025 by
914914
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
915915
0.9.37 (ruby-3.4.7).
916916
</div>

docs/OmniAuth/Identity/Model/ClassCreateApi.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,12 @@ <h3 class="signature first" id="create-instance_method">
238238
<pre class="lines">
239239

240240

241-
100
242-
101
243-
102</pre>
241+
98
242+
99
243+
100</pre>
244244
</td>
245245
<td>
246-
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 100</span>
246+
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 98</span>
247247

248248
<span class='kw'>def</span> <span class='id identifier rubyid_create'>create</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid__args'>_args</span><span class='rparen'>)</span>
249249
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>NotImplementedError</span>
@@ -258,7 +258,7 @@ <h3 class="signature first" id="create-instance_method">
258258
</div>
259259

260260
<div id="footer">
261-
Generated on Mon Oct 13 11:53:19 2025 by
261+
Generated on Mon Oct 13 14:40:57 2025 by
262262
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
263263
0.9.37 (ruby-3.4.7).
264264
</div>

docs/OmniAuth/Identity/Model/ClassMethods.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -250,15 +250,15 @@ <h3 class="signature first" id="auth_key-instance_method">
250250
<pre class="lines">
251251

252252

253+
70
253254
71
254255
72
255256
73
256257
74
257-
75
258-
76</pre>
258+
75</pre>
259259
</td>
260260
<td>
261-
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 71</span>
261+
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 70</span>
262262

263263
<span class='kw'>def</span> <span class='id identifier rubyid_auth_key'>auth_key</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span> <span class='op'>=</span> <span class='kw'>false</span><span class='rparen'>)</span>
264264
<span class='ivar'>@auth_key</span> <span class='op'>=</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='kw'>unless</span> <span class='id identifier rubyid_method'>method</span> <span class='op'>==</span> <span class='kw'>false</span>
@@ -347,15 +347,15 @@ <h3 class="signature " id="authenticate-instance_method">
347347
<pre class="lines">
348348

349349

350+
58
350351
59
351352
60
352353
61
353354
62
354-
63
355-
64</pre>
355+
63</pre>
356356
</td>
357357
<td>
358-
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 59</span>
358+
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 58</span>
359359

360360
<span class='kw'>def</span> <span class='id identifier rubyid_authenticate'>authenticate</span><span class='lparen'>(</span><span class='id identifier rubyid_conditions'>conditions</span><span class='comma'>,</span> <span class='id identifier rubyid_password'>password</span><span class='rparen'>)</span>
361361
<span class='id identifier rubyid_instance'>instance</span> <span class='op'>=</span> <span class='id identifier rubyid_locate'>locate</span><span class='lparen'>(</span><span class='id identifier rubyid_conditions'>conditions</span><span class='rparen'>)</span>
@@ -447,12 +447,12 @@ <h3 class="signature " id="locate-instance_method">
447447
<pre class="lines">
448448

449449

450+
82
450451
83
451-
84
452-
85</pre>
452+
84</pre>
453453
</td>
454454
<td>
455-
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 83</span>
455+
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 82</span>
456456

457457
<span class='kw'>def</span> <span class='id identifier rubyid_locate'>locate</span><span class='lparen'>(</span><span class='id identifier rubyid__key'>_key</span><span class='rparen'>)</span>
458458
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>NotImplementedError</span>
@@ -467,7 +467,7 @@ <h3 class="signature " id="locate-instance_method">
467467
</div>
468468

469469
<div id="footer">
470-
Generated on Mon Oct 13 11:53:19 2025 by
470+
Generated on Mon Oct 13 14:40:57 2025 by
471471
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
472472
0.9.37 (ruby-3.4.7).
473473
</div>

docs/OmniAuth/Identity/Model/InstancePersistedApi.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,12 @@ <h3 class="signature first" id="persisted?-instance_method">
216216
<pre class="lines">
217217

218218

219-
131
220-
132
221-
133</pre>
219+
127
220+
128
221+
129</pre>
222222
</td>
223223
<td>
224-
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 131</span>
224+
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 127</span>
225225

226226
<span class='kw'>def</span> <span class='id identifier rubyid_persisted?'>persisted?</span>
227227
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>NotImplementedError</span>
@@ -236,7 +236,7 @@ <h3 class="signature first" id="persisted?-instance_method">
236236
</div>
237237

238238
<div id="footer">
239-
Generated on Mon Oct 13 11:53:19 2025 by
239+
Generated on Mon Oct 13 14:40:57 2025 by
240240
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
241241
0.9.37 (ruby-3.4.7).
242242
</div>

docs/OmniAuth/Identity/Model/InstanceSaveApi.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ <h3 class="signature first" id="save-instance_method">
170170

171171
<li>
172172

173-
<span class='name'>options</span>
173+
<span class='name'>_options</span>
174174

175175

176176
<span class='type'>(<tt>Hash</tt>)</span>
@@ -237,12 +237,12 @@ <h3 class="signature first" id="save-instance_method">
237237
<pre class="lines">
238238

239239

240-
117
241-
118
242-
119</pre>
240+
114
241+
115
242+
116</pre>
243243
</td>
244244
<td>
245-
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 117</span>
245+
<pre class="code"><span class="info file"># File 'lib/omniauth/identity/model.rb', line 114</span>
246246

247247
<span class='kw'>def</span> <span class='id identifier rubyid_save'>save</span><span class='lparen'>(</span><span class='op'>**</span><span class='id identifier rubyid__options'>_options</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid__block'>_block</span><span class='rparen'>)</span>
248248
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>NotImplementedError</span>
@@ -257,7 +257,7 @@ <h3 class="signature first" id="save-instance_method">
257257
</div>
258258

259259
<div id="footer">
260-
Generated on Mon Oct 13 11:53:19 2025 by
260+
Generated on Mon Oct 13 14:40:57 2025 by
261261
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
262262
0.9.37 (ruby-3.4.7).
263263
</div>

docs/OmniAuth/Identity/Models.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dl>
8080
<dt>Defined in:</dt>
8181
<dd>lib/omniauth/identity.rb<span class="defines">,<br />
82-
lib/omniauth/identity/models/sequel.rb,<br /> lib/omniauth/identity/models/mongoid.rb,<br /> lib/omniauth/identity/models/nobrainer.rb,<br /> lib/omniauth/identity/models/couch_potato.rb,<br /> lib/omniauth/identity/models/active_record.rb</span>
82+
lib/omniauth/identity/models/rom.rb,<br /> lib/omniauth/identity/models/sequel.rb,<br /> lib/omniauth/identity/models/mongoid.rb,<br /> lib/omniauth/identity/models/nobrainer.rb,<br /> lib/omniauth/identity/models/couch_potato.rb,<br /> lib/omniauth/identity/models/active_record.rb</span>
8383
</dd>
8484
</dl>
8585

@@ -99,7 +99,7 @@ <h2>Overview</h2><div class="docstring">
9999
<p class="children">
100100

101101

102-
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Models/CouchPotatoModule.html" title="OmniAuth::Identity::Models::CouchPotatoModule (module)">CouchPotatoModule</a></span>, <span class='object_link'><a href="Models/Mongoid.html" title="OmniAuth::Identity::Models::Mongoid (module)">Mongoid</a></span>, <span class='object_link'><a href="Models/NoBrainer.html" title="OmniAuth::Identity::Models::NoBrainer (module)">NoBrainer</a></span>, <span class='object_link'><a href="Models/Sequel.html" title="OmniAuth::Identity::Models::Sequel (module)">Sequel</a></span>
102+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Models/CouchPotatoModule.html" title="OmniAuth::Identity::Models::CouchPotatoModule (module)">CouchPotatoModule</a></span>, <span class='object_link'><a href="Models/Mongoid.html" title="OmniAuth::Identity::Models::Mongoid (module)">Mongoid</a></span>, <span class='object_link'><a href="Models/NoBrainer.html" title="OmniAuth::Identity::Models::NoBrainer (module)">NoBrainer</a></span>, <span class='object_link'><a href="Models/Rom.html" title="OmniAuth::Identity::Models::Rom (module)">Rom</a></span>, <span class='object_link'><a href="Models/Sequel.html" title="OmniAuth::Identity::Models::Sequel (module)">Sequel</a></span>
103103

104104

105105

@@ -119,7 +119,7 @@ <h2>Overview</h2><div class="docstring">
119119
</div>
120120

121121
<div id="footer">
122-
Generated on Mon Oct 13 11:53:19 2025 by
122+
Generated on Mon Oct 13 14:40:57 2025 by
123123
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124124
0.9.37 (ruby-3.4.7).
125125
</div>

docs/OmniAuth/Identity/Models/ActiveRecord.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ <h4 class="tag_title">Examples:</h4>
441441
</div>
442442

443443
<div id="footer">
444-
Generated on Mon Oct 13 11:53:19 2025 by
444+
Generated on Mon Oct 13 14:40:57 2025 by
445445
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
446446
0.9.37 (ruby-3.4.7).
447447
</div>

0 commit comments

Comments
 (0)