mattbrictson / bundle_update_interactive

A stylish interactive mode for Bundler, inspired by `yarn upgrade-interactive`
MIT License
137 stars 3 forks source link

Properly handle non-GitHub git sources when inferring changelog URI #6

Closed mattbrictson closed 2 months ago

mattbrictson commented 2 months ago

When a gem was sourced from a Git repository other than GitHub, update-interactive would build a malformed GitHub changelog URL. Fix the logic bug that caused this, and fall back to Gem::Specification#homepage for Git-sourced gems that come from non-GitHub repositories.