Changelog for the gruf-rspec gem.
- Remove unnecessarily strict dev dependencies
- Adds support for Ruby 3.0 into test suite
- [#7] Fix issue where RPC_SPEC_PATH defaulting is hardcoded
- Drop support for Ruby < 2.6, add 2.7 tests
- Update rubocop to 1.0
- Loosen rspec dependency
- Loosen rack dependency
- Deprecate support for Ruby < 2.4
- Add ability to include metadata in rpc callsa
- Fix issue with RSPEC_NAMESPACE conflicts with other gems
- Add be_a_successful_rpc matcher that matches on success and the appropriate response class
- Initial release