/rubyamqp.info

rubyamqp.info source code

Primary LanguageRuby

amqp gem Documentation

This is the documentation site for the Ruby amqp gem.

How to contribute

To contribute to the project, please fork and make a pull request. Thanks!

How to edit the site.

In order to modify contents and launch dev environment, run:

  bundle install --binstubs
  ./bin/jekyll serve --watch

and then navigate to http://localhost:4000/.