You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just reading this one.
This is because we make an assumption that all gems are hosted on rubygems.org?
I'm not super familiar with the RubyGems API but would this be a matter of parsing the source URL then talking to it to receive the necessary metadata?
Unwrappr calls the RubyGems API, which works most of the time to get the Gem metadata. However for privately-hosted gems (such as Sidekiq Pro but also ones that are hosted within an organisation), this metadata isn't publicly available. I think we can get this programmatically using BundlerCommandRunner instead.
Context
Given a project that includes the following in its Gemfile...
And a new version of sidekiq-pro becomes available...
When
unwrappr
is run, a comment is made thus:sidekiq-pro
Major version upgrade 📈❗ 4.0.5 → 5.0.0
[
change-log,source-code]Expected comment
sidekiq-pro
Major version upgrade 📈❗ 4.0.5 → 5.0.0
[change-log,
source-code]The text was updated successfully, but these errors were encountered: