feat(internal/librarian/ruby): add ruby-cloud-renamed-from option - #7500
Merged
Merged
Conversation
Add ruby-cloud-renamed-from configuration to RubyCloudOpts and pass it to GAPIC generator Ruby when generating wrapper gems. For googleapis#7447
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a new configuration option ruby-cloud-renamed-from (mapped to the RenamedFrom field in RubyCloudOpts) to specify the former gem name when a wrapper gem has been renamed. This includes updating the configuration schema documentation, the Go configuration struct, the GAPIC options builder, and the corresponding unit tests. I have no feedback to provide as there are no review comments.
Member
Author
|
googleapis/gapic-generator-ruby#1342 has been merged. It's going to be released. |
JoeWang1127
approved these changes
Sep 4, 2026
JoeWang1127
pushed a commit
that referenced
this pull request
Sep 8, 2026
🤖 I have created a release *beep* *boop* --- ## [0.41.0](v0.40.0...v0.41.0) (2026-09-07) ### Features * **internal/librarian/php:** populate library output on add ([#7494](#7494)) ([6db88be](6db88be)) * **internal/librarian/ruby:** add ruby-cloud-renamed-from option ([#7500](#7500)) ([5cdfd77](5cdfd77)) * **internal/librarian/ruby:** prepareMultiWrapper for multi-wrapper Gems ([#7483](#7483)) ([a325c53](a325c53)) * **internal/librarian/ruby:** ruby-cloud-gem-name for multi-wrapper Gems ([#7486](#7486)) ([37e5b25](37e5b25)) * **internal/librarian/ruby:** support deleting output paths in library declaration ([#7506](#7506)) ([39fbb3f](39fbb3f)) * **internal/librarian/rust:** batch unsupported any field errors ([#7479](#7479)) ([09b2729](09b2729)) * **sidekick/rust:** support grpc_client option ([#7492](#7492)) ([45d06df](45d06df)) * **sidekick/swift:** generate better README with links to monorepo ([#7520](#7520)) ([99a427e](99a427e)) * **sidekick/swift:** propagate `deprecated` tags ([#7472](#7472)) ([2a98183](2a98183)) ### Bug Fixes * **internal/librarian/python:** flatten nested gapic_version paths ([#7501](#7501)) ([c57fa98](c57fa98)) * **internal/librarian/rust:** batch unsupported any field errors ([#7479](#7479)) ([#7512](#7512)) ([bb4aa18](bb4aa18)) * **internal/librarian:** update bulk release-please config for existing python libraries ([#7508](#7508)) ([e7edd83](e7edd83)) * **internal/sidekick/rust:** skip doc links for omitted methods and services ([#7485](#7485)) ([5eb5644](5eb5644)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
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.
Add ruby-cloud-renamed-from configuration to RubyCloudOpts and pass it to GAPIC generator Ruby when generating wrapper gems.
For #7447