Sat Feb 12 13:38:23 2022 UTC ()
devel/ruby-rspec-rails; update to 5.1.0

5.0.3 (2022-01-26)

Bug Fixes:

* Properly name params in controller and request spec templates when using
  the --model-name parameter. (@kenzo-tanaka, #2534)
* Fix parameter matching with mail delivery job and
  ActionMailer::MailDeliveryJob. (Fabio Napoleoni, #2516, #2546)
* Fix Rails 7 have_enqueued_mail compatibility (Mikael Henriksson, #2537,
  #2546)

5.1.0 (2022-01-26)

Enhancements:

* Make the API request scaffold template more consistent and compatible with
  Rails 6.1. (Naoto Hamada, #2484)
* Change the scaffold rails_helper.rb template to use require_relative. (Jon
  Dufresne, #2528)


(taca)
diff -r1.42 -r1.43 pkgsrc/devel/ruby-rspec-rails/Makefile
diff -r1.39 -r1.40 pkgsrc/devel/ruby-rspec-rails/distinfo

cvs diff -r1.42 -r1.43 pkgsrc/devel/ruby-rspec-rails/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-rails/Makefile 2021/08/22 14:01:51 1.42
+++ pkgsrc/devel/ruby-rspec-rails/Makefile 2022/02/12 13:38:22 1.43
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.42 2021/08/22 14:01:51 taca Exp $ 1# $NetBSD: Makefile,v 1.43 2022/02/12 13:38:22 taca Exp $
2 2
3DISTNAME= rspec-rails-5.0.2 3DISTNAME= rspec-rails-5.1.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://relishapp.com/rspec 7HOMEPAGE= https://relishapp.com/rspec
8COMMENT= Test-double framework for rspec 8COMMENT= Test-double framework for rspec
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} 11DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
12DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS} 12DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
13DEPENDS+= ${RUBY_RAILTIES_DEPENDS} 13DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
14DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.10<4:../../devel/ruby-rspec-support 14DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.10<4:../../devel/ruby-rspec-support
15DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.10<4:../../devel/ruby-rspec-core 15DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.10<4:../../devel/ruby-rspec-core
16DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.10<4:../../devel/ruby-rspec-expectations 16DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.10<4:../../devel/ruby-rspec-expectations

cvs diff -r1.39 -r1.40 pkgsrc/devel/ruby-rspec-rails/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-rails/distinfo 2021/10/26 10:19:47 1.39
+++ pkgsrc/devel/ruby-rspec-rails/distinfo 2022/02/12 13:38:22 1.40
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.39 2021/10/26 10:19:47 nia Exp $ 1$NetBSD: distinfo,v 1.40 2022/02/12 13:38:22 taca Exp $
2 2
3BLAKE2s (rspec-rails-5.0.2.gem) = ac323bb0a8b0b788c46a5d9a48462a16f7487c789ac095ca2b375f51ae6bd3f0 3BLAKE2s (rspec-rails-5.1.0.gem) = dc3e5556fb49f61dc2a6e6b0ddab7b69ed4c38e0b1aec1fac979715ebd552a9b
4SHA512 (rspec-rails-5.0.2.gem) = 8a2f2baa693e310258f6a3797c0bc3fb8baee447ddcb06dc26ebff1b4fc97c643b3c37df0199b8968e0f68d4a22ba3e516b663d1dca1c451d3402427df02d673 4SHA512 (rspec-rails-5.1.0.gem) = 308d198ae0b857536322a5cbe7c98b246b515598d64060929ed3b1607974222318e153a7da3a452c7428294d058b80cb52993d2aeaf08d4ed1775b51a00cf137
5Size (rspec-rails-5.0.2.gem) = 69120 bytes 5Size (rspec-rails-5.1.0.gem) = 69632 bytes