Github: How to find the Readme for a certain version of a gem

Posted Over 9 years ago. Visible to the public.

When a gem author releases a new version to Rubygems, usually a tag with the version number (e.g. v1.2.0) is created an pushed to Github, so everyone can check out or take a look at the source code at this point version release at a later time.

If you'd like to take a look at the Readme of a specific Gem version, you can easily switch to that git tag on Github.

Github: Checkout Git Tag

Thomas Klemm
Last edit
Over 9 years ago
Thomas Klemm
Attachments
License
Source code in this card is licensed under the MIT License.
Posted by Thomas Klemm to makandra dev (2015-01-23 11:04)