- Rails 4 compatibility. Thank you to Ben Ubois for reporting the issue and to Matt Goldman for the pull request.
- Run specs against different Rails versions
- Refactor internal usage of AS::Notifications
- Remove jruby-openssl as platform conditional dependency
- Remove
Gemfile.lock
from version control - Internal event type list is now a set
- Update event type list
- Various internal refactorings
- More readable tests
- Add configuration for custom event retrieval. Thanks to Dan Hodos for the pull request.
- Move module methods only used in tests into a test helper.
- Various internal refactorings and additional tests.
- Error classes will inherit from a base error class now.
- Fix controller inheritance issue. Thanks to Christopher Baran for reporting the bug, and to Robert Bousquet for fixing it.
- Deprecate registration method. Use 'setup' instead.
- Add registration method for conveniently adding many subscribers
- Depend on jruby-openssl when running on jruby
- Remove unneeded rake dependency
- Remove configure method
- Register a subscriber to one/many/all events
- Remove sqlite3 development dependency
- Setup travis-ci for repo
- Hard code a placeholder api key in dummy app. Fixes failing tests when env var not defined.
- Improve README
- Specify development dependency versions
- Fix controller test which was passing incorrectly
- Initial release