pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-shoulda-matchers devel/ruby-shoulda-matcher...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/206043893966
branches:  trunk
changeset: 385503:206043893966
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Sep 18 12:32:00 2022 +0000

description:
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)

diffstat:

 devel/ruby-shoulda-matchers/Makefile |  9 ++++-----
 devel/ruby-shoulda-matchers/PLIST    |  3 ++-
 devel/ruby-shoulda-matchers/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (54 lines):

diff -r 293e35c642f3 -r 206043893966 devel/ruby-shoulda-matchers/Makefile
--- a/devel/ruby-shoulda-matchers/Makefile      Sun Sep 18 12:28:49 2022 +0000
+++ b/devel/ruby-shoulda-matchers/Makefile      Sun Sep 18 12:32:00 2022 +0000
@@ -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@localhost
 HOMEPAGE=      http://thoughtbot.com/community/
@@ -12,7 +11,7 @@
 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"
diff -r 293e35c642f3 -r 206043893966 devel/ruby-shoulda-matchers/PLIST
--- a/devel/ruby-shoulda-matchers/PLIST Sun Sep 18 12:28:49 2022 +0000
+++ b/devel/ruby-shoulda-matchers/PLIST Sun Sep 18 12:32:00 2022 +0000
@@ -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/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
diff -r 293e35c642f3 -r 206043893966 devel/ruby-shoulda-matchers/distinfo
--- a/devel/ruby-shoulda-matchers/distinfo      Sun Sep 18 12:28:49 2022 +0000
+++ b/devel/ruby-shoulda-matchers/distinfo      Sun Sep 18 12:32:00 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index