pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-shoulda-matchers



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec 18 14:23:20 UTC 2022

Modified Files:
        pkgsrc/devel/ruby-shoulda-matchers: Makefile PLIST distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-shoulda-matchers/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-shoulda-matchers/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-shoulda-matchers/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-shoulda-matchers/Makefile
diff -u pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.20 pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.21
--- pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.20    Sun Sep 18 12:32:00 2022
+++ pkgsrc/devel/ruby-shoulda-matchers/Makefile Sun Dec 18 14:23:19 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2022/09/18 12:32:00 taca Exp $
+# $NetBSD: Makefile,v 1.21 2022/12/18 14:23:19 taca Exp $
 
-DISTNAME=      shoulda-matchers-5.2.0
+DISTNAME=      shoulda-matchers-5.3.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-shoulda-matchers/PLIST
diff -u pkgsrc/devel/ruby-shoulda-matchers/PLIST:1.10 pkgsrc/devel/ruby-shoulda-matchers/PLIST:1.11
--- pkgsrc/devel/ruby-shoulda-matchers/PLIST:1.10       Sun Sep 18 12:32:00 2022
+++ pkgsrc/devel/ruby-shoulda-matchers/PLIST    Sun Dec 18 14:23:19 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2022/09/18 12:32:00 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/12/18 14:23:19 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
@@ -41,6 +41,8 @@ ${GEM_LIBDIR}/lib/shoulda/matchers/activ
 ${GEM_LIBDIR}/lib/shoulda/matchers/active_model/numericality_matchers/numeric_type_matcher.rb
 ${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/numericality_matchers/range_matcher.rb
+${GEM_LIBDIR}/lib/shoulda/matchers/active_model/numericality_matchers/submatchers.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

Index: pkgsrc/devel/ruby-shoulda-matchers/distinfo
diff -u pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.15 pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.16
--- pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.15    Sun Sep 18 12:32:00 2022
+++ pkgsrc/devel/ruby-shoulda-matchers/distinfo Sun Dec 18 14:23:19 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/18 12:32:00 taca Exp $
+$NetBSD: distinfo,v 1.16 2022/12/18 14:23:19 taca Exp $
 
-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
+BLAKE2s (shoulda-matchers-5.3.0.gem) = 7c10aaba3f65389100b10dbe4020399d53400b60c3a2d2c7733d3ba3cd822d12
+SHA512 (shoulda-matchers-5.3.0.gem) = 43fddd96174b1cb93e17a9169e1af1df474f0a12b041627d70918b4df8b19481c90d428bf3c34aa56e8fd8b06f64f917afc28efb0331684d8470c650905c9d3e
+Size (shoulda-matchers-5.3.0.gem) = 81408 bytes



Home | Main Index | Thread Index | Old Index