Sha256: ba567bb574ec2781b602a5d5fe3753e9760e464df5e34874030d0b9522f1ce3d

Contents?: true

Size: 831 Bytes

Versions: 2

Compression:

Stored size: 831 Bytes

Contents

# Codegrade

## Requirements

CMake is required to build Rugged gem. On Mac you can install it with command:

    brew install cmake

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'codegrade'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install codegrade

## Usage

Run `codegrade` with no arguments to check your last git commit:

    codegrade

Pass commit sha to check this specific commit:

    codegrade 08ffde9e7100f27462cf24259ab89a9ed813a14d

or

    codegrade 08ffde

## Contributing

1. Fork it ( https://github.com/[my-github-username]/test/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
codegrade-0.0.4 README.md
codegrade-0.0.3 README.md