- Drop support for Ruby 2.7
- Add Ruby 3.2.1 to test matrix
- Updates Github Actions versions for checkout and Ruby setup
- bug fixes
- Address final Ruby 2.7 warnings (#24)
- enhancements
- Return
method
object instead of monkey patched instance (#17) - Prepare for Ruby 3.0 (#22)
- Return
- breaking changes
- Raises exception if shadowing an existing
#call
method in a dependency (#15)
- Raises exception if shadowing an existing
-
enhancements
- Added GitHub Actions as CI (#9)
-
bug fixes
- Fixed a bug that wouldn't pass a block if
#call
was aliased (#7)
- Fixed a bug that wouldn't pass a block if
- security
- Bump
rake
to 12.3.3 (#11)
- Bump