Gem Version Dependency Status Build^ Status Code Climate Coverage Status

BugHerd Client

This is a Rest Client for the BugHerd API.

features:

  • Threadsafe
  • Full V1 API support
  • Full V2 API support

ruby support:

  • JRuby
  • Rubinius 2+
  • MRI >= 1.9.3

Installation

$ gem install bugherd_client

Basic Usage

For usage look in the examples folders. Examples are only kept for the latest version of the API so if you really want to use older versions you'll have to look at the source.

Contributing

Please note that all contributions require tests.

  1. Fork it ( http://github.com//bugherd_client/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. Write some tests.
  6. Create new Pull Request