Skip to content

Commit 0d0686b

Browse files
authored
Merge pull request #9026 from ruby/update-canonical-urls
Now ruby/rubygems is the canonical repository url
2 parents 48272fb + 7339bb9 commit 0d0686b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2327
-2327
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ blank_issues_enabled: true
33
contact_links:
44
- name: Installation or Execution failed
55
about: Check the Discussions section for reports of a failing installation. Submit your experience (plus logs) if you cannot find reports similar to yours.
6-
url: https://github.com/rubygems/rubygems/discussions
6+
url: https://github.com/ruby/rubygems/discussions

.github/ISSUE_TEMPLATE/rubygems-related-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assignees: ''
1010
<!--
1111
1212
Thank you for contributing to the
13-
[rubygems](https://github.com/rubygems/rubygems) repository, and specifically to
13+
[rubygems](https://github.com/ruby/rubygems) repository, and specifically to
1414
[RubyGems](https://guides.rubygems.org/).
1515
1616
-->

.github/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ newPRWelcomeComment: |
55
66
If you have any questions or concerns that you wish to ask, feel free to leave a comment in this PR or join our #rubygems or #bundler channel on [Slack](http://slack.bundler.io/).
77
8-
For more information about contributing to the RubyGems project feel free to review our [CONTRIBUTING](https://github.com/rubygems/rubygems/blob/master/doc/rubygems/CONTRIBUTING.md) guide
8+
For more information about contributing to the RubyGems project feel free to review our [CONTRIBUTING](https://github.com/ruby/rubygems/blob/master/doc/rubygems/CONTRIBUTING.md) guide

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ alternatives, explain why you end up choosing the current implementation -->
1717
## Make sure the following tasks are checked
1818

1919
- [ ] Describe the problem / feature
20-
- [ ] Write [tests](https://github.com/rubygems/rubygems/blob/master/doc/bundler/development/PULL_REQUESTS.md#tests) for features and bug fixes
20+
- [ ] Write [tests](https://github.com/ruby/rubygems/blob/master/doc/bundler/development/PULL_REQUESTS.md#tests) for features and bug fixes
2121
- [ ] Write code to solve the problem
22-
- [ ] Make sure you follow the [current code style](https://github.com/rubygems/rubygems/blob/master/doc/bundler/development/PULL_REQUESTS.md#code-formatting) and [write meaningful commit messages without tags](https://github.com/rubygems/rubygems/blob/master/doc/bundler/development/PULL_REQUESTS.md#commit-messages)
22+
- [ ] Make sure you follow the [current code style](https://github.com/ruby/rubygems/blob/master/doc/bundler/development/PULL_REQUESTS.md#code-formatting) and [write meaningful commit messages without tags](https://github.com/ruby/rubygems/blob/master/doc/bundler/development/PULL_REQUESTS.md#commit-messages)

.github/workflows/daily-bundler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
daily_bundler:
1717
name: Bundler (ruby-head)
1818
runs-on: ubuntu-24.04
19-
if: github.repository == 'rubygems/rubygems'
19+
if: github.repository == 'ruby/rubygems'
2020
env:
2121
RGV: ..
2222
steps:
@@ -42,7 +42,7 @@ jobs:
4242
bin/rake spec:all
4343
- name: Get previous status
4444
if: always()
45-
run: echo "OLD_STATUS=$(curl -sS 'https://api.github.com/repos/rubygems/rubygems/actions/workflows/daily-bundler.yml/runs?event=schedule&branch=master' | jq '.workflow_runs | .[1].conclusion')" >> $GITHUB_ENV
45+
run: echo "OLD_STATUS=$(curl -sS 'https://api.github.com/repos/ruby/rubygems/actions/workflows/daily-bundler.yml/runs?event=schedule&branch=master' | jq '.workflow_runs | .[1].conclusion')" >> $GITHUB_ENV
4646

4747
- uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
4848
with:

.github/workflows/daily-rubygems.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
daily_rubygems:
1313
name: Rubygems (${{ matrix.ruby }})
1414
runs-on: ${{ matrix.os }}
15-
if: github.repository == 'rubygems/rubygems'
15+
if: github.repository == 'ruby/rubygems'
1616
strategy:
1717
fail-fast: false
1818
matrix:
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Get previous status
5252
if: always()
53-
run: echo "OLD_STATUS=$(curl -sS 'https://api.github.com/repos/rubygems/rubygems/actions/workflows/daily-rubygems.yml/runs?event=schedule&branch=master' | jq '.workflow_runs | .[1].conclusion')" >> $GITHUB_ENV
53+
run: echo "OLD_STATUS=$(curl -sS 'https://api.github.com/repos/ruby/rubygems/actions/workflows/daily-rubygems.yml/runs?event=schedule&branch=master' | jq '.workflow_runs | .[1].conclusion')" >> $GITHUB_ENV
5454

5555
- uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
5656
with:

.github/workflows/ruby-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
working-directory: ruby/ruby
4343
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
with:
45-
path: rubygems/rubygems
45+
path: rubygems/rubygems # We need to backport repository url to sync_default_gems.rb of `ruby_3_4` branch.
4646
persist-credentials: false
4747
- name: Sync tools
4848
run: |

.github/workflows/weekly-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
weekly_update:
1313
name: Rubygems weekly update
1414
runs-on: ${{ matrix.os }}
15-
if: github.repository == 'rubygems/rubygems'
15+
if: github.repository == 'ruby/rubygems'
1616
strategy:
1717
matrix:
1818
os: [ubuntu-24.04]

0 commit comments

Comments
 (0)