Eventum
A Ruby wrapper for the Event Store API.
Versioning
Eventum follows Semantic Versioning 2.0.0. Make sure to always bound the major version when installing if you want to avoid breaking changes.
Documentation
This documentation tracks the latest changes in the master
branch of this
repo. Some of the features described might not be available in older versions of
the gem (including the current stable version). Please consult the relevant git
tag (e.g. v0.0.7) if you need documentation for a specific Eventum version.
Installation
Add this line to your application's Gemfile:
gem "eventum"
And then execute:
$ bundle
Or install it yourself as:
$ gem install eventum
Usage
TODO: Write usage instructions here
Contributing
Thank you for contributing! We always welcome bug reports and/or pull requests. Please take the time to go through our contribution guidelines.
Special thanks to all the awesome people who have helped make this gem better. You can see a list of them here.
License
The gem is available as open source under the terms of the MIT License. See LICENSE.txt for more details.