- Fix bug with Ruby memory cache not used. Thank you @stanley90!!
- Update how Redis pipeline command is made. The old way will be removed in Redis 5.0.0
- Use
Dir
instead ofFileList
in the gemspec to resolve external dependency error
- Update Travis config and docs
- Support
redis
gem versions '>=3.3', '< 4.1' (#3)
- Added basic functionality and documentation.
- Added support for FREE and DEVELOPER OpenExchangeRates accounts. Downside when using these accounts is that OER rates are fetched for a single day at a time (as opposed to a whole month for more advanced plans).
- Developers have to specify
oer_account_type
during configuration.
- Updated
rubocop
gem needed for development due to low-severity security issue with version 0.46