Return to Makefile CVS log | Up to [cvs.NetBSD.org] / pkgsrc / devel / ruby-shoulda-matchers |
devel/ruby-shoulda-matchers: update to 5.3.0 5.3.0 (2022-12-16) Features * Add in: range matcher to validate_numericality_of. (#1512) * Support :uuid column type for validate_absence_of matcher. (#1518) Bug fixes * Fix confusing error message from validate_inclusion_of matcher when used against a polymorphic association. (#1523)
# $NetBSD: Makefile,v 1.21 2022/12/18 14:23:19 taca Exp $ DISTNAME= shoulda-matchers-5.3.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://thoughtbot.com/community/ COMMENT= Making tests easy on the fingers and eyes LICENSE= mit DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} USE_LANGUAGES= # none RUBY_RAILS_ACCEPTED= # empty .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk"