Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add project metadata to the gemspec #87

Merged
merged 1 commit into from Jan 19, 2021
Merged

Add project metadata to the gemspec #87

merged 1 commit into from Jan 19, 2021

Conversation

orien
Copy link
Contributor

@orien orien commented Dec 25, 2020

Add bug_tracker_uri, changelog_uri, documentation_uri, homepage_uri, and source_code_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.

As per https://guides.rubygems.org/specification-reference/#metadata,
add metadata to the gemspec file. This'll allow people to more easily
access the source code, raise issues and read the changelog. These
bug_tracker_uri, changelog_uri, documentation_uri, homepage_uri and
source_code_uri links will appear on the rubygems page at
https://rubygems.org/gems/cfn-model and be available via the rubygems
API after the next release.
Copy link
Contributor

@arothian arothian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution. See comments and let me know.

cfn-model.gemspec Show resolved Hide resolved
@arothian arothian merged commit 5d7dcd8 into stelligent:master Jan 19, 2021
@orien orien deleted the gem-metadata branch January 19, 2021 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants