Sha256: 4a586bd426741261e6ebf7dea7e0a4fe1d83ab958accf413dca9f60d791ec85e
Contents?: true
Size: 820 Bytes
Versions: 2
Compression:
Stored size: 820 Bytes
Contents
# GhCompare Generate GitHub compare url like [this](https://github.com/kenzo-tanaka/gh_compare/compare/cca247f41b4117248abe200c71ea97ab02f442d0...dacbc27a288f727e3f3995afe201c191ac923924). ## Installation Add this line to your application's Gemfile: ```shell gem install gh_compare ``` ## Usage ```shell gh_compare -n [number] ``` ```shell gh_compare -d [from-hash] [to-hash] ``` ## Development ```shell bundle install bundle exec rspec ``` ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Code of Conduct Everyone interacting in the GhCompare project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/gh_compare/blob/master/CODE_OF_CONDUCT.md).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gh_compare-0.1.5 | README.md |
gh_compare-0.1.4 | README.md |