Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions .github/workflows/kitchen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
# Targets the Rakefile's default task and the main Gemfile,
# which contributors and maintainers would use locally for development
name: Kitchen Sink

permissions:
contents: read

env:
KITCHEN_SINK: true

on:
push:
branches:
- 'main'
- '*-stable'
tags:
- '!*' # Do not execute on tags
pull_request:
branches:
- '*'
# Allow manually triggering the workflow.
workflow_dispatch:

# Cancels all previous workflow runs for the same branch that have not yet completed.
concurrency:
# The concurrency group contains the workflow name and the branch name.
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

jobs:
test:
name: Tests default rake task with main Gemfile.lock ${{ matrix.name_extra || '' }}
if: ${{ !contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]') }}
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
include:
# Ruby <whichever version is current, e.g., 3.4 as of 2025-07-12>
- ruby: "ruby"
exec_cmd: "rake"
rubygems: latest
bundler: latest
experimental: false

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Ruby & RubyGems
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
rubygems: ${{ matrix.rubygems }}
bundler: ${{ matrix.bundler }}
bundler-cache: true

- name: Checks the kitchen sink via ${{ matrix.exec_cmd }}
run: bundle exec ${{ matrix.exec_cmd }}
6 changes: 3 additions & 3 deletions .rubocop_gradual.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"README.md:1434089789": [
"README.md:766815360": [
[201, 3, 100, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3592044714]
],
"Rakefile:2617189060": [
[94, 3, 11, "Rake/DuplicateTask: Task `spec` is defined at both Rakefile:85 and Rakefile:94.", 2701974006]
"Rakefile:3407355619": [
[93, 3, 11, "Rake/DuplicateTask: Task `spec` is defined at both Rakefile:84 and Rakefile:93.", 2701974006]
],
"bin/bundle:247448467": [
[64, 5, 20, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2485198147]
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# 🫵 OmniAuth::Identity

[![Version][👽versioni]][👽version] [![License: MIT][📄license-img]][📄license-ref] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![Open Source Helpers][👽oss-helpi]][👽oss-help] [![Depfu][🔑depfui♻️]][🔑depfu] [![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls] [![CodeCov Test Coverage][🔑codecovi♻️]][🔑codecov] [![QLTY Test Coverage][🔑qlty-covi♻️]][🔑qlty-cov] [![QLTY Maintainability][🔑qlty-mnti♻️]][🔑qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![CI Supported][🚎6-s-wfi]][🚎6-s-wf] [![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf] [![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf] [![CI Ancient][🚎1-an-wfi]][🚎1-an-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
[![Version][👽versioni]][👽version] [![License: MIT][📄license-img]][📄license-ref] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![Open Source Helpers][👽oss-helpi]][👽oss-help] [![Depfu][🔑depfui♻️]][🔑depfu] [![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls] [![CodeCov Test Coverage][🔑codecovi♻️]][🔑codecov] [![QLTY Test Coverage][🔑qlty-covi♻️]][🔑qlty-cov] [![QLTY Maintainability][🔑qlty-mnti♻️]][🔑qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![CI Supported][🚎6-s-wfi]][🚎6-s-wf] [![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf] [![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf] [![CI Ancient][🚎1-an-wfi]][🚎1-an-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![CI w/ committed Gemfile.lock][🚎13-k-wfi]][🚎13-k-wf]

---

Expand Down Expand Up @@ -564,6 +564,8 @@ P.S. If you need help️, or want to say thanks, 👇 Join the Discord.
[🚎11-c-wfi]: https://github.com/omniauth/omniauth-identity/actions/workflows/current.yml/badge.svg
[🚎12-crh-wf]: https://github.com/omniauth/omniauth-identity/actions/workflows/current-runtime-heads.yml
[🚎12-crh-wfi]: https://github.com/omniauth/omniauth-identity/actions/workflows/current-runtime-heads.yml/badge.svg
[🚎13-k-wf]: https://github.com/omniauth/omniauth-identity/actions/workflows/kitchen.yml
[🚎13-k-wfi]: https://github.com/omniauth/omniauth-identity/actions/workflows/kitchen.yml/badge.svg
[💎ruby-2.3i]: https://img.shields.io/badge/Ruby-2.3-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
[💎ruby-2.4i]: https://img.shields.io/badge/Ruby-2.4-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
[💎ruby-2.5i]: https://img.shields.io/badge/Ruby-2.5-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
Expand Down
5 changes: 2 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ require "bundler/gem_tasks"

defaults = []

# See: https://docs.gitlab.com/ci/variables/predefined_variables/
is_gitlab = ENV.fetch("GITLAB_CI", "false").casecmp("true") == 0
is_ci = ENV.fetch("CI", "false").casecmp("true") == 0

### DEVELOPMENT TASKS
# Setup Kettle Soup Cover
Expand Down Expand Up @@ -142,7 +141,7 @@ begin
t.verbose = false
t.source_files = "{lib,spec,spec_ignored,spec_orms}/**/*.rb"
end
defaults << "reek" unless is_gitlab
defaults << "reek" unless is_ci
rescue LoadError
desc("(stub) reek is unavailable")
task(:reek) do
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h2>Defined Under Namespace</h2>
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth/Identity.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h2>Defined Under Namespace</h2>
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth/Identity/Model.html
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ <h3 class="signature " id="uid-instance_method">
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth/Identity/Model/ClassCreateApi.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <h3 class="signature first" id="create-instance_method">
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth/Identity/Model/ClassMethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ <h3 class="signature " id="locate-instance_method">
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth/Identity/Model/InstancePersistedApi.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h3 class="signature first" id="persisted?-instance_method">
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth/Identity/Model/InstanceSaveApi.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h3 class="signature first" id="save-instance_method">
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth/Identity/Models.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h2>Defined Under Namespace</h2>
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth/Identity/Models/ActiveRecord.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ <h3 class="signature " id="locate-class_method">
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth/Identity/Models/CouchPotatoModule.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h3 class="signature first" id="included-class_method">
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth/Identity/Models/Mongoid.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h3 class="signature first" id="included-class_method">
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth/Identity/Models/NoBrainer.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h3 class="signature first" id="included-class_method">
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth/Identity/Models/Sequel.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ <h3 class="signature first" id="included-class_method">
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth/Identity/SecurePassword.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ <h3 class="signature first" id="included-class_method">
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth/Identity/SecurePassword/ClassMethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ <h3 class="signature first" id="has_secure_password-instance_method">
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h3 class="signature first" id="initialize-instance_method">
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth/Identity/Version.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h2>
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth/Strategies.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h2>Defined Under Namespace</h2>
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/OmniAuth/Strategies/Identity.html
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ <h3 class="signature " id="request_phase-instance_method">
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ <h2>Namespace Listing A-Z</h2>
</div>

<div id="footer">
Generated on Mon Jul 28 02:35:06 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/file.CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ <h3 id="removed-3">Removed</h3>
</div></div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/file.CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</div></div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/file.CODE_OF_CONDUCT.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h2 id="attribution">Attribution</h2>
</div></div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/file.CONTRIBUTING.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ <h3 id="to-release-a-new-version">To release a new version:</h3>
</div></div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/file.LICENSE.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<div id="content"><div id='filecontents'>MIT License<br><br>Copyright (c) 2021, 2024-2025 Peter H. Boling, and omniauth-identity contributors<br>Copyright (c) 2020 Peter H. Boling, Andrew Roberts, and Jellybooks Ltd.<br>Copyright (c) 2010-2015 Michael Bleigh, and Intridea, Inc.<br><br>Permission is hereby granted, free of charge, to any person obtaining<br>a copy of this software and associated documentation files (the<br>"Software"), to deal in the Software without restriction, including<br>without limitation the rights to use, copy, modify, merge, publish,<br>distribute, sublicense, and/or sell copies of the Software, and to<br>permit persons to whom the Software is furnished to do so, subject to<br>the following conditions:<br><br>The above copyright notice and this permission notice shall be<br>included in all copies or substantial portions of the Software.<br><br>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,<br>EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF<br>MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND<br>NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE<br>LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION<br>OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION<br>WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</div></div>

<div id="footer">
Generated on Mon Jul 28 02:35:07 2025 by
Generated on Mon Jul 28 03:53:42 2025 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.4.5).
</div>
Expand Down
Loading