Skip to content

Commit 2162899

Browse files
committed
🔖 Prepare release v3.1.5
1 parent 0ebc750 commit 2162899

Some content is hidden

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

45 files changed

+122
-62
lines changed

.rubocop_gradual.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"README.md:4226975945": [
2+
"README.md:529258921": [
33
[277, 3, 100, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3592044714]
44
],
55
"bin/bundle:247448467": [

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@ Please file a bug if you notice a violation of semantic versioning.
3030

3131
### Security
3232

33+
## [3.1.5] - 2025-10-13
34+
35+
- TAG: [v3.1.5][3.1.5t]
36+
- COVERAGE: 93.58% -- 437/467 lines in 14 files
37+
- BRANCH COVERAGE: 81.00% -- 81/100 branches in 14 files
38+
- 92.39% documented
39+
40+
### Added
41+
42+
- Adapter support for Hanami and ROM
43+
- Complete YARD documentation
44+
- kettle-dev for easier maintenance & dev tooling
45+
3346
## [3.1.4] - 2025-07-28
3447

3548
- TAG: [v3.1.4][3.1.4t]
@@ -321,7 +334,9 @@ Please file a bug if you notice a violation of semantic versioning.
321334
- Gemfile.lock file
322335
- MongoMapper support; unable to satisfy dependencies of both MongoMapper and Mongoid now that MongoMapper is no longer actively maintained.
323336

324-
[Unreleased]: https://github.com/omniauth/omniauth-identity/compare/v3.1.4...HEAD
337+
[Unreleased]: https://github.com/omniauth/omniauth-identity/compare/v3.1.5...HEAD
338+
[3.1.5]: https://github.com/omniauth/omniauth-identity/compare/v3.1.4...v3.1.5
339+
[3.1.5t]: https://github.com/omniauth/omniauth-identity/releases/tag/v3.1.5
325340
[3.1.4]: https://github.com/omniauth/omniauth-identity/compare/v3.1.3...v3.1.4
326341
[3.1.4t]: https://github.com/omniauth/omniauth-identity/tags/v3.1.4
327342
[3.1.3]: https://github.com/omniauth/omniauth-identity/compare/v3.1.2...v3.1.3

Gemfile.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
1414
remote: .
1515
specs:
16-
omniauth-identity (3.1.4)
16+
omniauth-identity (3.1.5)
1717
bcrypt (~> 3.1)
1818
mutex_m (~> 0.1)
1919
omniauth (>= 1)
@@ -40,6 +40,8 @@ GEM
4040
minitest (>= 5.1)
4141
securerandom (>= 0.3)
4242
tzinfo (~> 2.0, >= 2.0.5)
43+
addressable (2.8.7)
44+
public_suffix (>= 2.0.2, < 7.0)
4345
anonymous_active_record (1.0.9)
4446
activerecord (>= 5)
4547
activesupport (>= 5)
@@ -267,6 +269,7 @@ GEM
267269
psych (5.2.6)
268270
date
269271
stringio
272+
public_suffix (6.0.2)
270273
racc (1.8.1)
271274
rack (2.2.20)
272275
rack-protection (3.2.0)
@@ -508,6 +511,7 @@ PLATFORMS
508511

509512
DEPENDENCIES
510513
activerecord (>= 5)
514+
addressable (>= 2.8, < 3)
511515
anonymous_active_record (~> 1.0, >= 1.0.9)
512516
appraisal2 (~> 3.0)
513517
backports (~> 3.25, >= 3.25.1)

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,12 @@ See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright
571571
</picture>
572572
</a>, and omniauth-identity contributors.
573573
</li>
574+
<li>
575+
Copyright (c) 2020 Peter H. Boling, Andrew Roberts, and Jellybooks Ltd.
576+
</li>
577+
<li>
578+
Copyright (c) 2010-2015 Michael Bleigh, and Intridea, Inc.
579+
</li>
574580
</ul>
575581

576582
## 🤑 A request for help
@@ -764,7 +770,7 @@ Thanks for RTFM. ☺️
764770
[📌gitmoji]:https://gitmoji.dev
765771
[📌gitmoji-img]:https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
766772
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
767-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.378-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
773+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.467-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
768774
[🔐security]: SECURITY.md
769775
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
770776
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year

docs/OmniAuth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h2>Overview</h2><div class="docstring">
117117
</div>
118118

119119
<div id="footer">
120-
Generated on Mon Oct 13 14:40:57 2025 by
120+
Generated on Mon Oct 13 16:03:33 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 14:40:57 2025 by
150+
Generated on Mon Oct 13 16:03:33 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ <h3 class="signature " id="uid-instance_method">
910910
</div>
911911

912912
<div id="footer">
913-
Generated on Mon Oct 13 14:40:57 2025 by
913+
Generated on Mon Oct 13 16:03:33 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 14:40:57 2025 by
261+
Generated on Mon Oct 13 16:03:33 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ <h3 class="signature " id="locate-instance_method">
467467
</div>
468468

469469
<div id="footer">
470-
Generated on Mon Oct 13 14:40:57 2025 by
470+
Generated on Mon Oct 13 16:03:33 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 14:40:57 2025 by
239+
Generated on Mon Oct 13 16:03:33 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>

0 commit comments

Comments
 (0)