devel/ruby-shoulda-matchers: update to 5.2.0
pkgsrc changes: reduce pkglint warnings. 5.2.0 (2022-09-17) Features * Add without_scopes method to enum matcher. (#1453) * Add support for Ruby 3.1. (#1474) * Add allow_blank method to validate_presence_of matcher. (#1499) * Add support for Rails 7.0. No new Rails 7.0 features are supported, but only existing features that broke with the upgrade. (#1506)
This commit is contained in:
parent
54c29c855a
commit
0bb9f737fa
3 changed files with 10 additions and 10 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.19 2022/02/12 13:42:29 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2022/09/18 12:32:00 taca Exp $
|
||||
|
||||
DISTNAME= shoulda-matchers-5.1.0
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel ruby
|
||||
DISTNAME= shoulda-matchers-5.2.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://thoughtbot.com/community/
|
||||
|
@ -12,7 +11,7 @@ LICENSE= mit
|
|||
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
RUBY_RAILS_ACCEPTED= # defined
|
||||
RUBY_RAILS_ACCEPTED= # empty
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2021/08/22 14:47:26 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2022/09/18 12:32:00 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.md
|
||||
|
@ -42,6 +42,7 @@ ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/numericality_matchers/numeric_ty
|
|||
${GEM_LIBDIR}/lib/shoulda/matchers/active_model/numericality_matchers/odd_number_matcher.rb
|
||||
${GEM_LIBDIR}/lib/shoulda/matchers/active_model/numericality_matchers/only_integer_matcher.rb
|
||||
${GEM_LIBDIR}/lib/shoulda/matchers/active_model/qualifiers.rb
|
||||
${GEM_LIBDIR}/lib/shoulda/matchers/active_model/qualifiers/allow_blank.rb
|
||||
${GEM_LIBDIR}/lib/shoulda/matchers/active_model/qualifiers/allow_nil.rb
|
||||
${GEM_LIBDIR}/lib/shoulda/matchers/active_model/qualifiers/ignore_interference_by_writer.rb
|
||||
${GEM_LIBDIR}/lib/shoulda/matchers/active_model/qualifiers/ignoring_interference_by_writer.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.14 2022/02/12 13:42:29 taca Exp $
|
||||
$NetBSD: distinfo,v 1.15 2022/09/18 12:32:00 taca Exp $
|
||||
|
||||
BLAKE2s (shoulda-matchers-5.1.0.gem) = d92b29064aca2a0b2ed307051782f5b534817a636a56e4fb2e502c06f8f8396b
|
||||
SHA512 (shoulda-matchers-5.1.0.gem) = b9c9ddefbd4332ee1a6f7dbd11c10e762e5664619ccfb893d0528abd976b1c2c6fe4666fe32ad6a1b910f9c970d94158b309673f1ed314a081963b58cf218329
|
||||
Size (shoulda-matchers-5.1.0.gem) = 80384 bytes
|
||||
BLAKE2s (shoulda-matchers-5.2.0.gem) = 2e6405f197c4e6bf1eddb21d1e6c8555c65b1bfaa812e595313731c447fdaab2
|
||||
SHA512 (shoulda-matchers-5.2.0.gem) = cafe458703f03777d42c78b872959025d26ad2722b35fafc0dab2f5bc31845dba80ebf6d9a1b4f3378d31e665b57bc918e2c691f02dd318caaa2cc40122030bc
|
||||
Size (shoulda-matchers-5.2.0.gem) = 80896 bytes
|
||||
|
|
Loading…
Reference in a new issue