Add this line to your application's Gemfile:
gem 'keima'
Or install it yourself as:
$ gem install keima
require 'rubygems'
require 'keima'
client = Keima::Client.new("keima base url", "api key")
client.publish("channel name", "event name", {:message => "test"})
$ bundle exec rake build
$ bundle exec rspec
See LICENSE file