a49cae4edb
0.16.1 - 2021-04-17 * Enhancement: Pretty-print contracts in error messages - Corey Farwell #289 * Bugfix: Fix attr_accessor_with_contract with multiple attribute names input - Kevin Yeh #259 * Bugfix: Fix "stack level too deep" in CI builds - md-work #283
14 lines
330 B
Makefile
14 lines
330 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/05/04 08:19:51 taca Exp $
|
|
|
|
DISTNAME= contracts-0.16.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/egonSchiele/contracts.ruby
|
|
COMMENT= Contracts for Ruby
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|