/ruby-amqp.github.com

Ruby amqp gem documentation guides site

Primary LanguageJavaScript

About that repository

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 --auto --server

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