Features:
dci_context!RSpec helper.
Features:
include_context_eventRSpec matcher.
Features:
- Cleaned up gemspec to only include needed files.
- Applied some more rubocop rules.
Features:
- Renamed
DCI::Configurationaccessors.event_routesis nowroutes,route_methodsis nowrouter,raise_in_event_routeris nowraise_in_router. eventsis not an instance variable defined in the context anymore, but has the same access style like thecontextitself. In the role don't push events tocontext.events, but tocontext_events.
Features:
DCI::Configurationnow takes aon_exception_in_routerhandler, instead of requiring aloggerinstance.
Bugfixes:
- Added specs
- Added
README.md - Added
CHANGELOG.md
Features:
DCI::Contextwith basic functionalityDCI::Rolewith basic functionality