Changelog for the gruf-rspec gem.
- Add support for Ruby 3.2, 3.3
- Drop support for Ruby 2.7 (EOL March 2023)
- Add better support for Gruf 2.15+ autoloading in a Rails test environment
- Use zeitwerk for autoloading in this library
- Add support for Ruby 3.1
- Drop support for Ruby 2.6
- 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