Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 459B884EC3 for ; Sun, 17 Dec 2023 14:26:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ay4EQff0jQ7t for ; Sun, 17 Dec 2023 14:26:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8F33984EA2 for ; Sun, 17 Dec 2023 14:26:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7C327FA42; Sun, 17 Dec 2023 14:26:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702823163124430" MIME-Version: 1.0 Date: Sun, 17 Dec 2023 14:26:03 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rspec-rails To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20231217142603.7C327FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702823163124430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Sun Dec 17 14:26:03 UTC 2023 Modified Files: pkgsrc/devel/ruby-rspec-rails: PLIST distinfo Log Message: devel/ruby-rspec-rails: update to 6.1.0 6.0.4 (2023-11-21) Bug Fixes: * Fuzzy match have_broadcasted_to so that argument matchers can be used. (Timothy Peraza, #2684) * Fix fixture warning during :context hooks on Rails main. (Jon Rowe, #2685) * Fix stub_template on Rails main. (Jon Rowe, #2685) * Fix variable name in scaffolded view specs when namespaced. (Taketo Takashima, #2694) * Prevent take_failed_screenshot producing an additional error through metadata access. (Jon Rowe, #2704) * Use ActiveSupport::ExecutionContext::TestHelper on Rails 7+. (Jon Rowe, #2711) * Fix leak of templates stubbed with stub_template on Rails 7.1. (Jon Rowe, #2714) 6.1.0 (2023-11-21) Enhancements: * Support for Rails 7.1 * Minor tweak to generated rails_helper.rb to use Rails.root.join. (@masato-bkn, Ryo Nakamura, #2640, #2678) * Add RSpec::Rails::Configuration.fixture_paths configuration to support the matching change to ActiveRecord::TestFixtures, previous singular form is deprecated and will be removed in Rails 7.2. (Juan Gueçaimburu, #2673) * Add send_email matcher to match emails rather than specific jobs. (Andrei Kaleshka, #2670) * When using render in view specs, :locals will now be merged into the default implicit template, allowing render locals: {...} style calls. (Jon Rowe, #2686) * Add support for Rails.config.action_mailer.preview_paths on Rails 7.1/ (Jon Rowe, #2706) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/ruby-rspec-rails/PLIST cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/ruby-rspec-rails/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1702823163124430 Content-Disposition: inline Content-Length: 1975 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-rspec-rails/PLIST diff -u pkgsrc/devel/ruby-rspec-rails/PLIST:1.22 pkgsrc/devel/ruby-rspec-rails/PLIST:1.23 --- pkgsrc/devel/ruby-rspec-rails/PLIST:1.22 Wed Nov 30 13:55:10 2022 +++ pkgsrc/devel/ruby-rspec-rails/PLIST Sun Dec 17 14:26:03 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2022/11/30 13:55:10 taca Exp $ +@comment $NetBSD: PLIST,v 1.23 2023/12/17 14:26:03 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.document ${GEM_LIBDIR}/.yardopts @@ -92,6 +92,7 @@ ${GEM_LIBDIR}/lib/rspec/rails/matchers/h ${GEM_LIBDIR}/lib/rspec/rails/matchers/redirect_to.rb ${GEM_LIBDIR}/lib/rspec/rails/matchers/relation_match_array.rb ${GEM_LIBDIR}/lib/rspec/rails/matchers/routing_matchers.rb +${GEM_LIBDIR}/lib/rspec/rails/matchers/send_email.rb ${GEM_LIBDIR}/lib/rspec/rails/tasks/rspec.rake ${GEM_LIBDIR}/lib/rspec/rails/vendor/capybara.rb ${GEM_LIBDIR}/lib/rspec/rails/version.rb Index: pkgsrc/devel/ruby-rspec-rails/distinfo diff -u pkgsrc/devel/ruby-rspec-rails/distinfo:1.44 pkgsrc/devel/ruby-rspec-rails/distinfo:1.45 --- pkgsrc/devel/ruby-rspec-rails/distinfo:1.44 Tue Jun 6 13:47:54 2023 +++ pkgsrc/devel/ruby-rspec-rails/distinfo Sun Dec 17 14:26:03 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.44 2023/06/06 13:47:54 taca Exp $ +$NetBSD: distinfo,v 1.45 2023/12/17 14:26:03 taca Exp $ -BLAKE2s (rspec-rails-6.0.3.gem) = 028d14becc60df81999fc6042d6daf05b689afae4c7b5df642ad36f2b827d7ee -SHA512 (rspec-rails-6.0.3.gem) = 602ce7939da3fe35faaf00d25f83c9da3769a91f80e6cad5729f40f6072b04c5992ad1495ff4a9aa75819455d6af01d3cc2ce54fccccf70b6822ddf17b4ce2e5 -Size (rspec-rails-6.0.3.gem) = 70144 bytes +BLAKE2s (rspec-rails-6.1.0.gem) = f32c465024b63e80b3cf8b19a8300278266500d2b7147420827fc0bdc8b57d31 +SHA512 (rspec-rails-6.1.0.gem) = 528b3ab56e748d7d0a410c9ab8456014845549b8b758b57a9e3a91c3c5a97d47d4f568cefdabd5e1c54973315011f8de93de4060ac071084a5a7f5a6eab35aeb +Size (rspec-rails-6.1.0.gem) = 72192 bytes --_----------=_1702823163124430--