Sha256: 47501caec08fe80babfa1fe8e388285ecb21fec5f37834823687ffa4985ad9ee

Contents?: true

Size: 962 Bytes

Versions: 3

Compression:

Stored size: 962 Bytes

Contents

# Aggro

[![Build Status](https://travis-ci.org/SebastianEdwards/aggro.svg?branch=master)](https://travis-ci.org/SebastianEdwards/aggro)
[![Code Climate](https://codeclimate.com/github/SebastianEdwards/aggro/badges/gpa.svg)](https://codeclimate.com/github/SebastianEdwards/aggro)
[![Coverage Status](https://coveralls.io/repos/SebastianEdwards/aggro/badge.svg)](https://coveralls.io/r/SebastianEdwards/aggro)

Distributed in-memory event-store.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'aggro'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install aggro

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( https://github.com/[my-github-username]/aggro/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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aggro-0.0.4 README.md
aggro-0.0.3 README.md
aggro-0.0.2 README.md