fix: include owner role in gem owner#9403
Merged
colby-swandale merged 1 commit intoruby:masterfrom Mar 17, 2026
Merged
Conversation
colby-swandale
approved these changes
Mar 17, 2026
Member
|
👍 |
|
FYI this broke ruby HEAD CI. See errors on ruby/ruby@3092f4f |
Contributor
Author
|
I guess the quickest fix would be to add a And why does matzbot merge directly into |
Member
|
This is alaready fixed. |
|
Oh super! Thank you! |
hsbt
pushed a commit
that referenced
this pull request
Mar 25, 2026
fix: include owner role in `gem owner` (cherry picked from commit 0bcfe4b)
hsbt
pushed a commit
that referenced
this pull request
Mar 25, 2026
fix: include owner role in `gem owner` (cherry picked from commit 0bcfe4b)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was the end-user or developer problem that led to this PR?
The gem owner command lists the owners of a gem but does not display their role. This makes it difficult for gem maintainers to see what level of access each person has.
What is your fix for the problem, implemented in this PR?
Display the owner's role in parentheses next to their identifier when listing gem owners, since that information now comes from the API.
Make sure the following tasks are checked
Closes #9267.