Sha256: 4fca0a9f48a6224efbbcaa4d06eb597892494270c42889a9e86ae60bc636146c

Contents?: true

Size: 864 Bytes

Versions: 4

Compression:

Stored size: 864 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:

```ruby
gem 'gh_compare'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install gh_compare

## Usage

```shell
gh_compare [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

4 entries across 4 versions & 1 rubygems

Version Path
gh_compare-0.1.3 README.md
gh_compare-0.1.2 README.md
gh_compare-0.1.1 README.md
gh_compare-0.1.0 README.md