Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 689 Bytes

CHANGELOG.md

File metadata and controls

42 lines (23 loc) · 689 Bytes

Changelog for the gruf-rspec gem.

Pending release

0.4.0

  • Remove unnecessarily strict dev dependencies
  • Adds support for Ruby 3.0 into test suite

0.3.0

  • [#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

0.2.2

  • Loosen rspec dependency

0.2.1

  • Loosen rack dependency

0.2.0

  • Deprecate support for Ruby < 2.4

0.1.3

  • Add ability to include metadata in rpc callsa

0.1.2

  • Fix issue with RSPEC_NAMESPACE conflicts with other gems

0.1.1

  • Add be_a_successful_rpc matcher that matches on success and the appropriate response class

0.1.0

  • Initial release