Releases: kobaltz/clamby
Releases · kobaltz/clamby
v1.6.11
Ruby 3.x compatibility
Ruby 3 was already working, but the tests were failing due to $CHILD_STATUS being frozen and rspec couldn't proxy this. The $CHILD_STATUS, which returns the Process::Status for the scan, has been extracted to a class method so it could be mocked.
v1.6.10
There was some issues with TravisCI not running the pipeline, so I moved them over to Github Actions. The Ruby 3.x versions aren't passing, but do still seem to work with the gem.
v1.6.9
- Added reload option (#44)