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 Jan 17 16:51:19 UTC 2026

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

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

7.0.0 - 2025-10-31

Backward-incompatible changes

* Drop support for Rails 6.1 and older by @matsales28 (#1678)
* Drop support for Rails 7.0 by @matsales28 (#1680)

Bug fixes

* Ensure @options is always set in ActiveModel::ValidationMatcher by
  @yelvert (#1669)

Features

* Add support for Rails 8 by @matsales28 (#1677)
* Add Rails 8.1 support by @matsales28 (#1682)
* Support encrypted ActionText attributes by @spdawson (#1667)
* Add service, strict_loading, and dependent options to have_attached
  matcher by @matsales28 (#1675)

Improvements

* Refactor Ruby manager setup, add mise integration by @amalrik (#1674)
* Update Ruby versions to latest stable releases by @matsales28 (#1676,
  #1683)
* Update supported Ruby versions to 3.3.10 and 3.4.7

7.0.1 (2025-10-31)

* hotfix: Add mutex_m gem dependency (#1687)


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/ruby-shoulda-matchers/Makefile

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.26 pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.27
--- pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.26    Sat May 17 07:35:47 2025
+++ pkgsrc/devel/ruby-shoulda-matchers/Makefile Sat Jan 17 16:51:18 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2025/05/17 07:35:47 taca Exp $
+# $NetBSD: Makefile,v 1.27 2026/01/17 16:51:18 taca Exp $
 
-DISTNAME=      shoulda-matchers-6.5.0
+DISTNAME=      shoulda-matchers-7.0.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,7 +11,7 @@ LICENSE=      mit
 DEPENDS+=      ${RUBY_ACTIVESUPPORT_DEPENDS}
 
 USE_LANGUAGES=         # none
-RUBY_RAILS_ACCEPTED=   # empty
+RUBY_RAILS_ACCEPTED=   71 72 80
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index