pry / pry-stack_explorer

Walk the stack in a Pry session
Other
455 stars 28 forks source link

RubyGems “Source Code” Links to Old Repo #60

Closed trueheart78 closed 3 years ago

trueheart78 commented 3 years ago

See conversation here: https://groups.google.com/g/rubygems-org/c/do9wPYLmw74/m/Y6pEuW6pBQAJ?pli=1

Overview

On https://rubygems.org/gems/pry-stack_explorer the "Homepage" correctly links to https://github.com/pry/pry-stack_explorer while the "Source Code" link points to the old repository code at https://github.com/banister/pry-stack_explorer

Yes, the "Source Code" repo does make it clear that the gem has moved, but if you're like me, doing a Ruby compatibility upgrade for a project, you tend to click "Source Code" and then go directly to the Changelog file, if there is no "Changelog" link on the Rubygems.org page.

Response from Support

The gems themselves control these links, you'll need to tell the gem author.

💖

kbrock commented 3 years ago

Thanks for following through @trueheart78

Looks like the metadata was added 14 days ago.

The metadata will get fixed by the next push. It may be worth bumping to 6.0.1 just to update the metadata.

kbrock commented 3 years ago

ooh, consider adding https://github.com/pry/pry-stack_explorer/pull/61 before you push.

That is what true heart wanted in the first place :)

trueheart78 commented 3 years ago

Awesome! Thanks 💖

joallard commented 3 years ago

Sounds to me like this is fixed by #61. Thanks!