TODO: Write a gem description
libzmq: 3.2.2+ libmsgpack: 0.5.4+
NOTE: Ubuntu currently only has up to 2.1.11 so use a PPA for now
sudo apt-get install build-essential python-software-properties
sudo add-apt-repository ppa:chris-lea/zeromq
sudo apt-get install build-essential libzmq-dev libmsgpack-dev
port install zmq msgpack
brew install zmq msgpack
Add this line to your application's Gemfile:
gem 'inside_job'
And then execute:
$ bundle
Or install it yourself as:
$ gem install inside_job
TODO: Write usage instructions here
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request