Skip to content

Commit ef1e18d

Browse files
committed
🔖 Prepare release v3.1.2
1 parent ae0304e commit ef1e18d

File tree

6 files changed

+72
-65
lines changed

6 files changed

+72
-65
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:2227163165": [
2+
"README.md:2218654579": [
33
[201, 3, 100, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3592044714]
44
],
55
"Rakefile:746406378": [

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,18 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
1111
### Fixed
1212
### Removed
1313

14-
## [3.1.2] - 2024-11-18 ([tag][3.1.1t])
15-
- COVERAGE: 92.00% -- 345/375 lines in 15 files
16-
- BRANCH COVERAGE: 80.26% -- 61/76 branches in 15 files
14+
## [3.1.2] - 2025-05-07 ([tag][3.1.2t])
15+
- COVERAGE: 92.02% -- 346/376 lines in 15 files
16+
- BRANCH COVERAGE: 79.49% -- 62/78 branches in 15 files
1717
### Added
18-
- 20-year cert
18+
- 20 year signing cert expires 2045-04-29 by @pboling
19+
- Added CITATION.cff by @pboling
20+
- Improved documentation
21+
- Greatly improved spec suite and CI config
22+
- Testing against JRuby 9.2, 9.3, 9.4, 10.0, and head
23+
- Testing against many more combinations of Databases, ORMs, Rails, and Ruby versions
1924
### Changed
20-
- CoC 2.1
25+
- Upgraded Code of Conduct based on Contributor Covenant v2.1 by @pboling
2126

2227
## [3.1.1] - 2024-11-18 ([tag][3.1.1t])
2328
- COVERAGE: 92.00% -- 345/375 lines in 15 files
@@ -170,7 +175,9 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
170175
- Gemfile.lock file
171176
- MongoMapper support; unable to satisfy dependencies of both MongoMapper and Mongoid now that MongoMapper is no longer actively maintained.
172177

173-
[Unreleased]: https://github.com/omniauth/omniauth-identity/compare/v3.1.1...HEAD
178+
[Unreleased]: https://github.com/omniauth/omniauth-identity/compare/v3.1.2...HEAD
179+
[3.1.2]: https://github.com/omniauth/omniauth-identity/compare/v3.1.1...v3.1.2
180+
[3.1.2t]: https://github.com/omniauth/omniauth-identity/tags/v3.1.2
174181
[3.1.1]: https://github.com/omniauth/omniauth-identity/compare/v3.1.0...v3.1.1
175182
[3.1.1t]: https://github.com/omniauth/omniauth-identity/tags/v3.1.1
176183
[3.1.0]: https://github.com/omniauth/omniauth-identity/compare/v3.0.9...v3.1.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GIT
2323
PATH
2424
remote: .
2525
specs:
26-
omniauth-identity (3.1.1)
26+
omniauth-identity (3.1.2)
2727
bcrypt (~> 3.1)
2828
mutex_m (~> 0.1)
2929
omniauth (>= 1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
[![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls]
1010
[![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf]
1111
[![CI Current][🚎11-c-wfi]][🚎11-c-wf]
12+
[![CI JRuby][🚎10-j-wfi]][🚎10-j-wf]
1213
[![CI Supported][🚎6-s-wfi]][🚎6-s-wf]
1314
[![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf]
1415
[![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf]
@@ -36,7 +37,6 @@ basic construct for user management and then gets out of the way.
3637
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
3738
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
3839
| Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎10-j-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎10-j-wf] [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎10-j-wf] [![JRuby 10.0 Compat][💎jruby-c-i]][🚎11-c-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf] |
39-
| Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎9-t-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎9-t-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎9-t-wf] [![Truffle Ruby 24.1 Compat][💎truby-c-i]][🚎11-c-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf] |
4040
| Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎4-lg-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎6-s-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎6-s-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎6-s-wf] [![Ruby 3.4 Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf] |
4141
| Works with MRI Ruby 2 | [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎1-an-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎1-an-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎7-us-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎7-us-wf] |
4242
| Source | [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |

0 commit comments

Comments
 (0)