/sprintly-rb

"A Ruby client to sprint.ly's API"

Primary LanguageRubyMIT LicenseMIT

Sprintly Client Build Status

A Ruby client for sprint.ly's API.

Developing the Gem

Nearly all of the dev concerns of sprintly-rb are managed via guard. Just kick off guard in the background, and it will take charge of running the tests and reloading them whenever anything changes.

Code Coverage

Strive for full code coverage! You've got two ways of getting at it:

  • Run rake or rake coverage - it will run the full test suite and open the coverage report in your browser (on OS X)

  • Start guard in coverage mode via COVERAGE=yes guard and you will have partial coverage reports written with each test run.

License

sprintly-rb is MIT licensed by Ian MacLeod.

See the accompanying file for the full text.