Add this line to your application's Gemfile:
gem 'pulse', git: 'git@github.com:PowerToChange/pulse_gem.git'
And then execute:
$ bundle
Or install it yourself as:
$ gem install pulse
Pulse.api_base = 'https://pulse.powertochange.com'
Pulse.api_key = 'YOUR API KEY'
Pulse::MinistryInvolvement.where(guid: 'YOUR GUID')rake spec