imatcher
imatcher copied to clipboard
Image comparison library
I am getting this warning in logs for **Ruby: 2.7.1 Rails: 6.0.3.3** `imatcher-0.1.9/lib/imatcher/modes/delta.rb:12: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the...
Fixes issue https://github.com/teachbase/imatcher/issues/12
- [x] Upgraded deps - [x] Upgraded Rubocop, applied auto-correct - [x] Migrated to GitHub Actions - [x] Ruby upto 3.1 compatible
I found it already implemented here: https://github.com/teachbase/imatcher/compare/master...salemove:imatcher:master. Would be great to merge it here and release. Unfortunately I cannot create a PR.