# restpack_activity [![Build Status](https://api.travis-ci.org/RestPack/restpack_activity.png?branch=master)](https://travis-ci.org/RestPack/restpack_activity) [![Code Climate](https://codeclimate.com/github/RestPack/restpack_activity.png)](https://codeclimate.com/github/RestPack/restpack_activity) [![Dependency Status](https://gemnasium.com/RestPack/restpack_activity.png)](https://gemnasium.com/RestPack/restpack_activity) A client gem to the RestPack Activity service ## Developer Environment Setup ``` bundle install ``` ## Running Tests ``` rake test ```