Sha256: c2a224c53a2eab7d605fe6c70d6045e960026ea12737893cd9918b3140ad6af5
Contents?: true
Size: 536 Bytes
Versions: 3
Compression:
Stored size: 536 Bytes
Contents
# Backrub A simple Redis-based pubsub system with a backlog. Inspired by message\_bus ## Installation Add this line to your application's Gemfile: gem 'backrub' And then execute: $ bundle Or install it yourself as: $ gem install backrub ## Contributing 1. Fork it ( http://github.com/bouk/backrub/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 new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
backrub-2.0.0 | README.md |
backrub-1.0.0 | README.md |
backrub-0.0.1 | README.md |