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:           Sat Feb 12 13:42:29 UTC 2022

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

Log Message:
devel/ruby-shoulda-matchers: update to 5.1.0

5.1.0 (2021-12-22)

Bug fixes

* Fix the undefined method error for non rails project due to use of many? -
  method from ActiveSupport. (#1459)

Features

* Add array option support for have db column matcher. (#1465)
* Add enum attributes support for validate_absence_of matcher. (#1464)


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ruby-shoulda-matchers/Makefile
cvs rdiff -u -r1.13 -r1.14 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.18 pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.19
--- pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.18    Sun Aug 22 14:47:26 2021
+++ pkgsrc/devel/ruby-shoulda-matchers/Makefile Sat Feb 12 13:42:29 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/08/22 14:47:26 taca Exp $
+# $NetBSD: Makefile,v 1.19 2022/02/12 13:42:29 taca Exp $
 
-DISTNAME=      shoulda-matchers-5.0.0
+DISTNAME=      shoulda-matchers-5.1.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel ruby
 

Index: pkgsrc/devel/ruby-shoulda-matchers/distinfo
diff -u pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.13 pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.14
--- pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.13    Tue Oct 26 10:19:48 2021
+++ pkgsrc/devel/ruby-shoulda-matchers/distinfo Sat Feb 12 13:42:29 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 10:19:48 nia Exp $
+$NetBSD: distinfo,v 1.14 2022/02/12 13:42:29 taca Exp $
 
-BLAKE2s (shoulda-matchers-5.0.0.gem) = 91e322686c0968df00fc435ee79d88525d7ef493854458100c09382df032209f
-SHA512 (shoulda-matchers-5.0.0.gem) = 9e4413aa93298546041a4a374a044b8f08db4ae49ad5c0cd92ebde2ffb90874b4b84865e859552a6440f2a2d5e73ac511c2e9a510236aa3aa0036cc33498e5b1
-Size (shoulda-matchers-5.0.0.gem) = 80384 bytes
+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



Home | Main Index | Thread Index | Old Index