Skip to content

Commit 419e64e

Browse files
authored
Merge pull request #657 from ruby-oauth/org-ruby-oauth
2 parents 7e2a392 + d3bb6c7 commit 419e64e

13 files changed

+737
-727
lines changed

.github/workflows/coverage.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ jobs:
9191
files: coverage/.resultset.json
9292
continue-on-error: ${{ matrix.experimental != 'false' }}
9393

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

104104
# Then PR comments
105105
- name: Code Coverage Summary Report

.rubocop_gradual.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lib/oauth2/response.rb:2054901929": [
2222
[53, 5, 204, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 996912427]
2323
],
24-
"oauth2.gemspec:1143666092": [
24+
"oauth2.gemspec:2662087024": [
2525
[5, 23, 12, "Gemspec/RubyVersionGlobalsUsage: Do not use `RUBY_VERSION` in gemspec file.", 31296028]
2626
],
2727
"spec/oauth2/access_token_spec.rb:1202129469": [

CHANGELOG.md

Lines changed: 236 additions & 236 deletions
Large diffs are not rendered by default.

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ authors:
1515
affiliation: railsbling.com
1616
identifiers:
1717
- type: url
18-
value: 'https://github.com/oauth-xx/oauth2'
18+
value: 'https://github.com/ruby-oauth/oauth2'
1919
description: oauth2
20-
repository-code: 'https://github.com/oauth-xx/oauth2'
20+
repository-code: 'https://github.com/ruby-oauth/oauth2'
2121
abstract: >-
2222
oauth2
2323
license: See license file

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Contributing
22

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

@@ -78,7 +78,7 @@ bundle exec rake rubocop_gradual:autocorrect
7878

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

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

8383
## For Maintainers
8484

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

119-
[🚎src-main]: https://gitlab.com/oauth-xx/oauth2
120-
[🧪build]: https://github.com/oauth-xx/oauth2/actions
121-
[🤝conduct]: https://gitlab.com/oauth-xx/oauth2/-/blob/main/CODE_OF_CONDUCT.md
119+
[🚎src-main]: https://gitlab.com/ruby-oauth/oauth2
120+
[🧪build]: https://github.com/ruby-oauth/oauth2/actions
121+
[🤝conduct]: https://gitlab.com/ruby-oauth/oauth2/-/blob/main/CODE_OF_CONDUCT.md
122122
[🖐contrib-rocks]: https://contrib.rocks
123-
[🖐contributors]: https://github.com/oauth-xx/oauth2/graphs/contributors
124-
[🚎contributors-gl]: https://gitlab.com/oauth-xx/oauth2/-/graphs/main
125-
[🖐contributors-img]: https://contrib.rocks/image?repo=oauth-xx/oauth2
123+
[🖐contributors]: https://github.com/ruby-oauth/oauth2/graphs/contributors
124+
[🚎contributors-gl]: https://gitlab.com/ruby-oauth/oauth2/-/graphs/main
125+
[🖐contributors-img]: https://contrib.rocks/image?repo=ruby-oauth/oauth2
126126
[💎rubygems]: https://rubygems.org
127127
[🔒️rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
128128
[🔒️rubygems-checksums-pr]: https://github.com/rubygems/rubygems/pull/6022

README.md

Lines changed: 150 additions & 140 deletions
Large diffs are not rendered by default.

docs/file.CHANGELOG.html

Lines changed: 211 additions & 211 deletions
Large diffs are not rendered by default.

docs/file.CITATION.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
affiliation: railsbling.com<br>
7676
identifiers:</li>
7777
<li>type: url<br>
78-
value: ‘https://github.com/oauth-xx/oauth2’<br>
78+
value: ‘https://github.com/ruby-oauth/oauth2’<br>
7979
description: oauth2<br>
80-
repository-code: ‘https://github.com/oauth-xx/oauth2’<br>
80+
repository-code: ‘https://github.com/ruby-oauth/oauth2’<br>
8181
abstract: &gt;-<br>
8282
oauth2<br>
8383
license: See license file</li>

docs/file.CONTRIBUTING.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959

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

62-
<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>
62+
<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>
6363
This project should be a safe, welcoming space for collaboration, so contributors agree to adhere to<br>
64-
the <a href="https://gitlab.com/oauth-xx/oauth2/-/blob/main/CODE_OF_CONDUCT.md">code of conduct</a>.</p>
64+
the <a href="https://gitlab.com/ruby-oauth/oauth2/-/blob/main/CODE_OF_CONDUCT.md">code of conduct</a>.</p>
6565

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

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

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

133-
<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>
133+
<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>
134134

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

137-
<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>
137+
<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>
138138

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

@@ -158,7 +158,7 @@ <h3 id="to-release-a-new-version">To release a new version:</h3>
158158
<li>Run <code>git commit -am "🔖 Prepare release v&lt;VERSION&gt;"</code> to commit the changes</li>
159159
<li>Run <code>git push</code> to trigger the final CI pipeline before release, and merge PRs
160160
<ul>
161-
<li>NOTE: Remember to <a href="https://github.com/oauth-xx/oauth2/actions">check the build</a>.</li>
161+
<li>NOTE: Remember to <a href="https://github.com/ruby-oauth/oauth2/actions">check the build</a>.</li>
162162
</ul>
163163
</li>
164164
<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>

0 commit comments

Comments
 (0)