Closed sammyhenningsson closed 5 years ago
Sorry about inconvenience @sammyhenningsson
Can you please use metadata.homepage_uri
instead? We remove the edit linkset form, and it meant we had to come up with an alternate way of removing/deleting outdated links.
If you have set of any of metadata URI attributes (changelog_uri
), we would consider it as you know about all of URI attributes and unset ones are not shown.
More context
Ah, I see. I was not aware of that. I will change to homepage_uri
.
Thanks for the quick reply!!
@sonalkr132 why metadata.homepage_uri
when there is also homepage
in the gem root spec? I think homepage
should be the one being used.
See https://github.com/rails/sprockets/blob/v3.7.2/sprockets.gemspec#L35
I think homepage should be the one being used.
We support both metadata.homepage_uri
(recommended) and homepage
keys for setting the homepage link. sprockets page on rubygems.org is showing incorrect homepage because it hasn't had any new release (non beta) since we fixed the bug (#1734).
It will be fixed when you push a release or let us know and we will fix it manually for you. You can see pushing the same gemspec is picking correct homepage link here
Oh. I see. Thank you!
Since a few weeks ago my "homepage" link is no longer shown. It's present in the metadata file of the gem, but it's not in the links section.