marketing_api_gem

The gem is used as a remote API (using Net::HTTP) for the service called marketing (https://github.com/fess89/marketing).

Installation

mkdir marketing_api_gem

cd marketing_api_gem

git clone https://github.com/fess89/marketing_api_gem .

rake build

Installation for testing

mkdir marketing_api_gem

cd marketing_api_gem

git clone https://github.com/fess89/marketing_api_gem .

Then alternatively:

rake dev (this doesn't work for me)

or

gem install rspec

gem install webmock

rake build

rake (this runs tests)