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
18 changes: 9 additions & 9 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ jobs:
files: coverage/.resultset.json
continue-on-error: ${{ matrix.experimental != 'false' }}

# Build will fail here if coverage upload fails
# which will hopefully be noticed for the lack of code coverage comments
- name: Upload coverage to CodeCov
uses: codecov/codecov-action@v5
with:
use_oidc: true
fail_ci_if_error: true # optional (default = false)
files: coverage/lcov.info,coverage/coverage.xml
verbose: true # optional (default = false)
# # Build will fail here if coverage upload fails
# # which will hopefully be noticed for the lack of code coverage comments
# - name: Upload coverage to CodeCov
# uses: codecov/codecov-action@v5
# with:
# use_oidc: true
# fail_ci_if_error: true # optional (default = false)
# files: coverage/lcov.info,coverage/coverage.xml
# verbose: true # optional (default = false)

# Then PR comments
- name: Code Coverage Summary Report
Expand Down
2 changes: 1 addition & 1 deletion .rubocop_gradual.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lib/oauth2/response.rb:2054901929": [
[53, 5, 204, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 996912427]
],
"oauth2.gemspec:1143666092": [
"oauth2.gemspec:2662087024": [
[5, 23, 12, "Gemspec/RubyVersionGlobalsUsage: Do not use `RUBY_VERSION` in gemspec file.", 31296028]
],
"spec/oauth2/access_token_spec.rb:1202129469": [
Expand Down
472 changes: 236 additions & 236 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ authors:
affiliation: railsbling.com
identifiers:
- type: url
value: 'https://github.com/oauth-xx/oauth2'
value: 'https://github.com/ruby-oauth/oauth2'
description: oauth2
repository-code: 'https://github.com/oauth-xx/oauth2'
repository-code: 'https://github.com/ruby-oauth/oauth2'
abstract: >-
oauth2
license: See license file
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Contributing

Bug reports and pull requests are welcome on GitLab at [https://gitlab.com/oauth-xx/oauth2][🚎src-main].
Bug reports and pull requests are welcome on GitLab at [https://gitlab.com/ruby-oauth/oauth2][🚎src-main].
This project should be a safe, welcoming space for collaboration, so contributors agree to adhere to
the [code of conduct][🤝conduct].

Expand Down Expand Up @@ -78,7 +78,7 @@ bundle exec rake rubocop_gradual:autocorrect

Made with [contributors-img][🖐contrib-rocks].

Also see GitLab Contributors: [https://gitlab.com/oauth-xx/oauth2/-/graphs/main][🚎contributors-gl]
Also see GitLab Contributors: [https://gitlab.com/ruby-oauth/oauth2/-/graphs/main][🚎contributors-gl]

## For Maintainers

Expand Down Expand Up @@ -116,13 +116,13 @@ NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in th
12. Run `bundle exec rake release` which will create a git tag for the version,
push git commits and tags, and push the `.gem` file to [rubygems.org][💎rubygems]

[🚎src-main]: https://gitlab.com/oauth-xx/oauth2
[🧪build]: https://github.com/oauth-xx/oauth2/actions
[🤝conduct]: https://gitlab.com/oauth-xx/oauth2/-/blob/main/CODE_OF_CONDUCT.md
[🚎src-main]: https://gitlab.com/ruby-oauth/oauth2
[🧪build]: https://github.com/ruby-oauth/oauth2/actions
[🤝conduct]: https://gitlab.com/ruby-oauth/oauth2/-/blob/main/CODE_OF_CONDUCT.md
[🖐contrib-rocks]: https://contrib.rocks
[🖐contributors]: https://github.com/oauth-xx/oauth2/graphs/contributors
[🚎contributors-gl]: https://gitlab.com/oauth-xx/oauth2/-/graphs/main
[🖐contributors-img]: https://contrib.rocks/image?repo=oauth-xx/oauth2
[🖐contributors]: https://github.com/ruby-oauth/oauth2/graphs/contributors
[🚎contributors-gl]: https://gitlab.com/ruby-oauth/oauth2/-/graphs/main
[🖐contributors-img]: https://contrib.rocks/image?repo=ruby-oauth/oauth2
[💎rubygems]: https://rubygems.org
[🔒️rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
[🔒️rubygems-checksums-pr]: https://github.com/rubygems/rubygems/pull/6022
Expand Down
290 changes: 150 additions & 140 deletions README.md

Large diffs are not rendered by default.

422 changes: 211 additions & 211 deletions docs/file.CHANGELOG.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/file.CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
affiliation: railsbling.com<br>
identifiers:</li>
<li>type: url<br>
value: ‘https://github.com/oauth-xx/oauth2’<br>
value: ‘https://github.com/ruby-oauth/oauth2’<br>
description: oauth2<br>
repository-code: ‘https://github.com/oauth-xx/oauth2’<br>
repository-code: ‘https://github.com/ruby-oauth/oauth2’<br>
abstract: &gt;-<br>
oauth2<br>
license: See license file</li>
Expand Down
10 changes: 5 additions & 5 deletions docs/file.CONTRIBUTING.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@

<div id="content"><div id='filecontents'><h2 id="contributing">Contributing</h2>

<p>Bug reports and pull requests are welcome on GitLab at <a href="https://gitlab.com/oauth-xx/oauth2">https://gitlab.com/oauth-xx/oauth2</a>.<br>
<p>Bug reports and pull requests are welcome on GitLab at <a href="https://gitlab.com/ruby-oauth/oauth2">https://gitlab.com/ruby-oauth/oauth2</a>.<br>
This project should be a safe, welcoming space for collaboration, so contributors agree to adhere to<br>
the <a href="https://gitlab.com/oauth-xx/oauth2/-/blob/main/CODE_OF_CONDUCT.md">code of conduct</a>.</p>
the <a href="https://gitlab.com/ruby-oauth/oauth2/-/blob/main/CODE_OF_CONDUCT.md">code of conduct</a>.</p>

<p>To submit a patch, please fork the project, create a patch with tests, and send a pull request.</p>

Expand Down Expand Up @@ -130,11 +130,11 @@ <h2 id="lint-it">Lint It</h2>

<h2 id="contributors">Contributors</h2>

<p><a href="https://github.com/oauth-xx/oauth2/graphs/contributors"><img src="https://contrib.rocks/image?repo=oauth-xx/oauth2" alt="Contributors"></a></p>
<p><a href="https://github.com/ruby-oauth/oauth2/graphs/contributors"><img src="https://contrib.rocks/image?repo=ruby-oauth/oauth2" alt="Contributors"></a></p>

<p>Made with <a href="https://contrib.rocks">contributors-img</a>.</p>

<p>Also see GitLab Contributors: <a href="https://gitlab.com/oauth-xx/oauth2/-/graphs/main">https://gitlab.com/oauth-xx/oauth2/-/graphs/main</a></p>
<p>Also see GitLab Contributors: <a href="https://gitlab.com/ruby-oauth/oauth2/-/graphs/main">https://gitlab.com/ruby-oauth/oauth2/-/graphs/main</a></p>

<h2 id="for-maintainers">For Maintainers</h2>

Expand All @@ -158,7 +158,7 @@ <h3 id="to-release-a-new-version">To release a new version:</h3>
<li>Run <code>git commit -am "🔖 Prepare release v&lt;VERSION&gt;"</code> to commit the changes</li>
<li>Run <code>git push</code> to trigger the final CI pipeline before release, and merge PRs
<ul>
<li>NOTE: Remember to <a href="https://github.com/oauth-xx/oauth2/actions">check the build</a>.</li>
<li>NOTE: Remember to <a href="https://github.com/ruby-oauth/oauth2/actions">check the build</a>.</li>
</ul>
</li>
<li>Run <code>export GIT_TRUNK_BRANCH_NAME="$(git remote show origin | grep 'HEAD branch' | cut -d ' ' -f5)" &amp;&amp; echo $GIT_TRUNK_BRANCH_NAME</code>
Expand Down
Loading
Loading