pkgsrc change: update HOMEPAGE which was broken link.
1.4.0 (May 12, 2021)
* Special thanks to Matt Schreiber (@tomeon):
- Short-circuit to calling #instance_exec directly on the DSL object
(prior to constructing a proxy object) when the DSL object and block
context object are identical (Sorry it took over a year to review and
merge this!)
* Renamed default branch from master to main, see:
https://github.com/github/renaming
* Temporarily removed YARD doc configuration, to replace after migration to
Github Actions
* Removed support for all EOL Rubies < 2.6
* Migrated CI from Travis to Github Actions
* Special thanks (again!) to Taichi Ishitani (@taichi-ishitani):
- Use more reliable codecov github action (via simplecov-cobertura) rather
than less reliable codecov gem
- Enable bundle caching in github action setup-ruby
* Added Rubocop, and configured it to run in CI
* Added Dependabot, and configured it to run daily
* Added SECURITY.md for vulnerability reporting policy