guard / listen

The Listen gem listens to file modifications and notifies you about the changes.
https://rubygems.org/gems/listen
MIT License
1.92k stars 245 forks source link

Add project metadata to the gemspec #519

Closed orien closed 3 years ago

orien commented 3 years ago

Add bug_tracker_uri, changelog_uri, documentation_uri, homepage_uri, source_code_uri, and wiki_uri to the gemspec metadata.

These project metadata will facilitate easy access to project information. The URI will be available on the Rubygems project page, via the rubygems API, and the gem and bundle command-line tools with the next release.

ColinDKelley commented 3 years ago

@orien Thank you for the PR. Just curious: is there a reference list for those specific metadata keys?

orien commented 3 years ago

Yes there is. https://guides.rubygems.org/specification-reference/#metadata

ColinDKelley commented 3 years ago

Oh, ok! I had already clicked through to that list but it seemed to be just some random examples; I didn't realize it was a reference list for the full set of supported keys. But I guess it is.

I'll merge now and release as v3.3.3.