1
0
Fork 0
Ruby client for the Burlesque message queue
Go to file
Gregory Eremin a44339cc34 Add cli 2014-08-16 16:36:19 +07:00
bin Add cli 2014-08-16 16:36:19 +07:00
lib Require all lib files 2014-08-16 15:25:04 +07:00
.gitignore Initial commit 2014-08-15 19:29:07 +07:00
Gemfile Initial commit 2014-08-15 19:29:07 +07:00
Gemfile.lock Fix gemspec 2014-08-16 15:24:01 +07:00
LICENSE.txt Initial commit 2014-08-15 19:29:07 +07:00
README.md Initial commit 2014-08-15 19:29:07 +07:00
Rakefile Initial commit 2014-08-15 19:29:07 +07:00
burlesque-client.gemspec Fix gemspec 2014-08-16 15:24:01 +07:00

README.md

Burlesque::Client

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'burlesque-client'

And then execute:

$ bundle

Or install it yourself as:

$ gem install burlesque-client

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/[my-github-username]/burlesque-client/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request