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 Mar 24 14:14:39 UTC 2024

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

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

6.2.0 (2024-03-15)

Bug fixes

* Allow beginless and endless ranges in validates_inclusion_of by @pjpires
  (#1615)

* Ensure uniqueness validation matcher works with STI by @matsales28 (#1610)

Features

* Add against method in allow_value matcher by @EduardoSCosta (#1543)

* Add support for strict_loading option in association matchers by
  @rhannequin and @laicuRoot (#1607)

* Add have_delegated_type matcher by @matsales28 (#1606)

* Add support for foreign_type qualifier on AssociationMatcher by
  @matsales28 (#1609)

Improvements

* Lazy load ActionController and Routing matchers for
  ActionController::TestCase by @ilianah (#1613)

* Call dynamic-readme reusable workflow by @stefannibrasil (#1617)

* Update dependencies by @matsales28 (#1611)

* Fix inline documentation for is_greater_than in validate_comparison_of
  matcher by @jeduardo824 (#1616)

* Fix forgotten colon in documentation by @hotoolong (#1612)


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/ruby-shoulda-matchers/Makefile
cvs rdiff -u -r1.17 -r1.18 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.23 pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.24
--- pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.23    Sat Feb  3 15:46:34 2024
+++ pkgsrc/devel/ruby-shoulda-matchers/Makefile Sun Mar 24 14:14:39 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2024/02/03 15:46:34 taca Exp $
+# $NetBSD: Makefile,v 1.24 2024/03/24 14:14:39 taca Exp $
 
-DISTNAME=      shoulda-matchers-6.1.0
+DISTNAME=      shoulda-matchers-6.2.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-shoulda-matchers/distinfo
diff -u pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.17 pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.18
--- pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.17    Sat Feb  3 15:46:34 2024
+++ pkgsrc/devel/ruby-shoulda-matchers/distinfo Sun Mar 24 14:14:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2024/02/03 15:46:34 taca Exp $
+$NetBSD: distinfo,v 1.18 2024/03/24 14:14:39 taca Exp $
 
-BLAKE2s (shoulda-matchers-6.1.0.gem) = 2c4d294564c3901b5340dc5a3a911776603864bd2ae25d5a87138c494bb53a64
-SHA512 (shoulda-matchers-6.1.0.gem) = c3c1e511deb636e75ce21d90484d3e16a2b2137ed4a49db921e06985bfb497a54c3155c8eef0b001a8815a2041bc7963016a2cd2335f211304ec8a61b1bc6bb4
-Size (shoulda-matchers-6.1.0.gem) = 86016 bytes
+BLAKE2s (shoulda-matchers-6.2.0.gem) = 92b38ce66036ce86ff9506f0842b52876a9e5757147e6b1a3d3bee0f37c206bf
+SHA512 (shoulda-matchers-6.2.0.gem) = 324f2883b6343c9a07fd48aee9ebdb58f0687745d49193a69554bc28df2a95f3784ade60727b60c20360836b3155454213db965b1948832760284555a25e09e1
+Size (shoulda-matchers-6.2.0.gem) = 87552 bytes



Home | Main Index | Thread Index | Old Index