Sun Mar 24 14:14:39 2024 UTC (64d)
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)


(taca)
diff -r1.23 -r1.24 pkgsrc/devel/ruby-shoulda-matchers/Makefile
diff -r1.17 -r1.18 pkgsrc/devel/ruby-shoulda-matchers/distinfo

cvs diff -r1.23 -r1.24 pkgsrc/devel/ruby-shoulda-matchers/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-shoulda-matchers/Makefile 2024/02/03 15:46:34 1.23
+++ pkgsrc/devel/ruby-shoulda-matchers/Makefile 2024/03/24 14:14:39 1.24
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.23 2024/02/03 15:46:34 taca Exp $ 1# $NetBSD: Makefile,v 1.24 2024/03/24 14:14:39 taca Exp $
2 2
3DISTNAME= shoulda-matchers-6.1.0 3DISTNAME= shoulda-matchers-6.2.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/thoughtbot/shoulda-matchers 7HOMEPAGE= https://github.com/thoughtbot/shoulda-matchers
8COMMENT= Making tests easy on the fingers and eyes 8COMMENT= Making tests easy on the fingers and eyes
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} 11DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14RUBY_RAILS_ACCEPTED= # empty 14RUBY_RAILS_ACCEPTED= # empty
15 15
16.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"

cvs diff -r1.17 -r1.18 pkgsrc/devel/ruby-shoulda-matchers/distinfo (expand / switch to unified diff)

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