Skip to content

Commit 32d3263

Browse files
committed
🔖 Prepare release v3.1.4
1 parent 587250a commit 32d3263

33 files changed

+133
-60
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
1313
### Fixed
1414
### Security
1515

16+
## [3.1.4] - 2025-07-28
17+
- TAG: [v3.1.4][3.1.4t]
18+
- COVERAGE: 92.06% -- 348/378 lines in 15 files
19+
- BRANCH COVERAGE: 79.49% -- 62/78 branches in 15 files
20+
- 44.44% documented
21+
# Added
22+
- More documentation
23+
- Tracking maintainability and coverage with QLTY.sh
24+
- Documentation site
25+
- https://omniauth-identity.galtzo.com
26+
- Test against bson v5.1.1
27+
- Test against locked and unlocked, runtime and development, dependencies
28+
### Changed
29+
- gemspec metadata
30+
- Test against latest bundler
31+
- Develop on ruby@3.4.5
32+
- Switch to [Appraisal2](https://github.com/appraisal-rb/appraisal2)
33+
1634
## [3.1.3] - 2025-06-08
1735
- TAG: [v3.1.3][3.1.3t]
1836
- COVERAGE: 92.06% -- 348/378 lines in 15 files
@@ -206,7 +224,9 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
206224
- Gemfile.lock file
207225
- MongoMapper support; unable to satisfy dependencies of both MongoMapper and Mongoid now that MongoMapper is no longer actively maintained.
208226

209-
[Unreleased]: https://github.com/omniauth/omniauth-identity/compare/v3.1.3...HEAD
227+
[Unreleased]: https://github.com/omniauth/omniauth-identity/compare/v3.1.4...HEAD
228+
[3.1.4]: https://github.com/omniauth/omniauth-identity/compare/v3.1.3...v3.1.4
229+
[3.1.4t]: https://github.com/omniauth/omniauth-identity/tags/v3.1.4
210230
[3.1.3]: https://github.com/omniauth/omniauth-identity/compare/v3.1.2...v3.1.3
211231
[3.1.3t]: https://github.com/omniauth/omniauth-identity/tags/v3.1.3
212232
[3.1.2]: https://github.com/omniauth/omniauth-identity/compare/v3.1.1...v3.1.2

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in th
195195
12. Run `bundle exec rake release` which will create a git tag for the version,
196196
push git commits and tags, and push the `.gem` file to [rubygems.org][💎rubygems]
197197

198-
13. [🚎src-main]: https://github.com/omniauth/omniauth-identity
198+
[🚎src-main]: https://github.com/omniauth/omniauth-identity
199199
[🧪build]: https://github.com/omniauth/omniauth-identity/actions
200200
[🤝conduct]: https://github.com/omniauth/omniauth-identity/blob/main/CODE_OF_CONDUCT.md
201201
[🖐contrib-rocks]: https://contrib.rocks

Gemfile.lock

Lines changed: 1 addition & 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.3)
16+
omniauth-identity (3.1.4)
1717
bcrypt (~> 3.1)
1818
mutex_m (~> 0.1)
1919
omniauth (>= 1)

docs/OmniAuth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h2>Defined Under Namespace</h2>
107107
</div>
108108

109109
<div id="footer">
110-
Generated on Mon Jul 28 13:55:04 2025 by
110+
Generated on Mon Jul 28 20:44:21 2025 by
111111
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112112
0.9.37 (ruby-3.4.5).
113113
</div>

docs/OmniAuth/Identity.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h2>Defined Under Namespace</h2>
107107
</div>
108108

109109
<div id="footer">
110-
Generated on Mon Jul 28 13:55:04 2025 by
110+
Generated on Mon Jul 28 20:44:21 2025 by
111111
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112112
0.9.37 (ruby-3.4.5).
113113
</div>

docs/OmniAuth/Identity/Model.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ <h3 class="signature " id="uid-instance_method">
744744
</div>
745745

746746
<div id="footer">
747-
Generated on Mon Jul 28 13:55:04 2025 by
747+
Generated on Mon Jul 28 20:44:21 2025 by
748748
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
749749
0.9.37 (ruby-3.4.5).
750750
</div>

docs/OmniAuth/Identity/Model/ClassCreateApi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ <h3 class="signature first" id="create-instance_method">
248248
</div>
249249

250250
<div id="footer">
251-
Generated on Mon Jul 28 13:55:04 2025 by
251+
Generated on Mon Jul 28 20:44:21 2025 by
252252
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
253253
0.9.37 (ruby-3.4.5).
254254
</div>

docs/OmniAuth/Identity/Model/ClassMethods.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ <h3 class="signature " id="locate-instance_method">
436436
</div>
437437

438438
<div id="footer">
439-
Generated on Mon Jul 28 13:55:04 2025 by
439+
Generated on Mon Jul 28 20:44:21 2025 by
440440
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
441441
0.9.37 (ruby-3.4.5).
442442
</div>

docs/OmniAuth/Identity/Model/InstancePersistedApi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ <h3 class="signature first" id="persisted?-instance_method">
226226
</div>
227227

228228
<div id="footer">
229-
Generated on Mon Jul 28 13:55:04 2025 by
229+
Generated on Mon Jul 28 20:44:21 2025 by
230230
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
231231
0.9.37 (ruby-3.4.5).
232232
</div>

docs/OmniAuth/Identity/Model/InstanceSaveApi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ <h3 class="signature first" id="save-instance_method">
228228
</div>
229229

230230
<div id="footer">
231-
Generated on Mon Jul 28 13:55:04 2025 by
231+
Generated on Mon Jul 28 20:44:21 2025 by
232232
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
233233
0.9.37 (ruby-3.4.5).
234234
</div>

0 commit comments

Comments
 (0)