README.md in message-driver-0.1.0 vs README.md in message-driver-0.2.0.rc1

- old
+ new

@@ -1,31 +1,40 @@ # Message::Driver Easy message queues for ruby -[![Build Status](https://travis-ci.org/soupmatt/message-driver.png?branch=master)](https://travis-ci.org/soupmatt/message-driver) +[![Gem Version](https://badge.fury.io/rb/message-driver.png)](http://badge.fury.io/rb/message-driver) -[![Dependency Status](https://gemnasium.com/soupmatt/message-driver.png)](https://gemnasium.com/soupmatt/message-driver) +[![Build Status](https://travis-ci.org/message-driver/message-driver.png?branch=master)](https://travis-ci.org/message-driver/message-driver) -[![Code Climate](https://codeclimate.com/github/soupmatt/message-driver.png)](https://codeclimate.com/github/soupmatt/message-driver) +[![Dependency Status](https://gemnasium.com/message-driver/message-driver.png)](https://gemnasium.com/message-driver/message-driver) +[![Code Climate](https://codeclimate.com/github/message-driver/message-driver.png)](https://codeclimate.com/github/message-driver/message-driver) + ## Installation Add this line to your application's Gemfile: gem 'message-driver' +You'll also want to add a driver gem: + + gem 'bunny' + gem 'stomp' + And then execute: $ bundle Or install it yourself as: $ gem install message-driver -## Usage +## Documentation -TODO: Write usage instructions here +You can find the main documentation here: https://www.relishapp.com/message-driver/message-driver + +You can also take a look at the [examples](/examples) ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)