README.md in gman_client-0.0.7 vs README.md in gman_client-0.0.8

- old
+ new

@@ -1,10 +1,12 @@ [![Build Status](https://travis-ci.org/westernmilling/gman_client.svg?branch=master)](https://travis-ci.org/westernmilling/gman_client) [![Coverage Status](https://coveralls.io/repos/westernmilling/gman_client/badge.svg)](https://coveralls.io/r/westernmilling/gman_client) +[![Test Coverage](https://codeclimate.com/github/westernmilling/gman_client/badges/coverage.svg)](https://codeclimate.com/github/westernmilling/gman_client/coverage) +[![Gem Version](https://badge.fury.io/rb/gman_client.svg)](https://badge.fury.io/rb/gman_client) # GmanClient -Gem hooks into the Grossman API. +Ruby client for the gman-services Grossman API. ## Installation Add this line to your application's Gemfile: @@ -29,18 +31,20 @@ ``` ```ruby client.drivers client.driver_commission_histories -client.driver_commission_histories_by_paid_date(DATE.new()) +client.driver_commission_histories_by_paid_date(DATE.new) ``` ## Running the tests ```bash export GMAN_SERVICES_URL=<Gman Services URL> export GMAN_SERVICES_CLIENT_ID=<Client ID> export GMAN_SERVICES_CLIENT_SECRET=<Client Secret> + +bundle exec rspec ``` ## Contributing 1. Fork it ( https://github.com/westernmilling/gman_client/fork )