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 Jun 28 14:50:40 UTC 2026
Modified Files:
pkgsrc/devel/ruby-shoulda-matchers: Makefile PLIST distinfo
Log Message:
devel/ruby-shoulda-matchers: update to 8.0.1
8.0.0 (2026-06-12)
Backward-incompatible changes
* Drop support for Rails 7.1 and Ruby 3.2 by @matsales28
Features
* Add support for validating multiple attributes at once by @matsales28 (#1651)
* Add error for using with_options in define_enum_for matcher by @matsales28
(#1693)
* Introduce support for deprecated associations API by @stefannibrasil (#1690)
Bug fixes
* Prevent ActiveRecord constant leak in uniqueness matcher by @matsales28
(#1694)
Improvements
* Add Ruby 4 support by @stefannibrasil (#1697)
* Update Ruby versions to latest stable releases by @matsales28 (#1708)
* Update Rails versions to latest stable releases by @matsales28 (#1709)
* Improve validate_inclusion_of matcher boolean warn messages by
@stefannibrasil (#1692)
* Use a fixed date in validate_inclusion_of date attribute spec by
@HoangMinhBK (#1703)
* Require MFA for gem pushes by @MatheusRich (#1702)
* Update README to reflect the v7 release by @brendanthomas1 (#1695)
* Fix broken README anchor for should vs is_expected.to by @LarytheLord
(#1700)
* Fix foreign_type example in association_matcher docs by @artinboghosian
(#1705)
8.0.1 (2026-06-12)
What's Changed
* fix: Prevent test-model leak without DescendantsTracker.clear by
@matsales28 in #1713
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-shoulda-matchers/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-shoulda-matchers/PLIST
cvs rdiff -u -r1.21 -r1.22 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.28 pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.29
--- pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.28 Mon Feb 23 14:27:24 2026
+++ pkgsrc/devel/ruby-shoulda-matchers/Makefile Sun Jun 28 14:50:40 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2026/02/23 14:27:24 taca Exp $
+# $NetBSD: Makefile,v 1.29 2026/06/28 14:50:40 taca Exp $
-DISTNAME= shoulda-matchers-7.0.1
+DISTNAME= shoulda-matchers-8.0.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-shoulda-matchers/PLIST
diff -u pkgsrc/devel/ruby-shoulda-matchers/PLIST:1.12 pkgsrc/devel/ruby-shoulda-matchers/PLIST:1.13
--- pkgsrc/devel/ruby-shoulda-matchers/PLIST:1.12 Sat Feb 3 15:46:34 2024
+++ pkgsrc/devel/ruby-shoulda-matchers/PLIST Sun Jun 28 14:50:40 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2024/02/03 15:46:34 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2026/06/28 14:50:40 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
@@ -128,6 +128,7 @@ ${GEM_LIBDIR}/lib/shoulda/matchers/integ
${GEM_LIBDIR}/lib/shoulda/matchers/integrations/test_frameworks/missing_test_framework.rb
${GEM_LIBDIR}/lib/shoulda/matchers/integrations/test_frameworks/rspec.rb
${GEM_LIBDIR}/lib/shoulda/matchers/integrations/test_frameworks/test_unit.rb
+${GEM_LIBDIR}/lib/shoulda/matchers/matcher_collection.rb
${GEM_LIBDIR}/lib/shoulda/matchers/matcher_context.rb
${GEM_LIBDIR}/lib/shoulda/matchers/rails_shim.rb
${GEM_LIBDIR}/lib/shoulda/matchers/routing.rb
Index: pkgsrc/devel/ruby-shoulda-matchers/distinfo
diff -u pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.21 pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.22
--- pkgsrc/devel/ruby-shoulda-matchers/distinfo:1.21 Mon Jan 19 14:39:36 2026
+++ pkgsrc/devel/ruby-shoulda-matchers/distinfo Sun Jun 28 14:50:40 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2026/01/19 14:39:36 taca Exp $
+$NetBSD: distinfo,v 1.22 2026/06/28 14:50:40 taca Exp $
-BLAKE2s (shoulda-matchers-7.0.1.gem) = 7c45e127be3aff66cf50310aa023fa6f1cc484414d491bd19872fc1237bfaf36
-SHA512 (shoulda-matchers-7.0.1.gem) = f9adc313983d003c35a883ec395b06ed06c0c77d8d97dd1e77aff098550a14f723d7cd5a16a208bb90ed80c8087ab553465613f48a29dd254fc17fe50d47edb0
-Size (shoulda-matchers-7.0.1.gem) = 90624 bytes
+BLAKE2s (shoulda-matchers-8.0.1.gem) = 8b74867264b66566090d43f84886b03c135ba2c7b658cee133f32c51f7ea85b1
+SHA512 (shoulda-matchers-8.0.1.gem) = f0dceea2f3d22c1b3eb288aabd04a07b7dd46c0c80c8a328bd1074af94931c326417724069fdfc04c590db1d053663322bd76b26df95073b0d4e69a9616af5f4
+Size (shoulda-matchers-8.0.1.gem) = 92672 bytes
Home |
Main Index |
Thread Index |
Old Index