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 #168

Merged
merged 2 commits into from Dec 13, 2019
Merged

Add project metadata to the gemspec #168

merged 2 commits into from Dec 13, 2019

Commits on Dec 12, 2019

  1. Add project metadata to the gemspec

    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` and
    `source_code_uri` links will appear on the rubygems page at
    https://rubygems.org/gems/redis-namespace and be available via the
    Rubygems API after the next release.
    orien committed Dec 12, 2019
    Copy the full SHA
    26fd194 View commit details
    Browse the repository at this point in the history
  2. Use TLS in homepage URI

    orien committed Dec 12, 2019
    Copy the full SHA
    0c45707 View commit details
    Browse the repository at this point in the history