pkgsrc/devel/ruby-docile/Makefile
taca a572b2eb98 devel/ruby-docile: update to 1.4.0
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
2021-05-23 13:25:28 +00:00

14 lines
333 B
Makefile

# $NetBSD: Makefile,v 1.8 2021/05/23 13:25:28 taca Exp $
DISTNAME= docile-1.4.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ms-ati/docile
COMMENT= Keeps your Ruby DSLs tame and well-behaved
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"