pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-rspec-rails



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Feb 12 13:38:23 UTC 2022

Modified Files:
        pkgsrc/devel/ruby-rspec-rails: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/ruby-rspec-rails/Makefile
cvs rdiff -u -r1.39 -r1.40 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.

Modified files:

Index: pkgsrc/devel/ruby-rspec-rails/Makefile
diff -u pkgsrc/devel/ruby-rspec-rails/Makefile:1.42 pkgsrc/devel/ruby-rspec-rails/Makefile:1.43
--- pkgsrc/devel/ruby-rspec-rails/Makefile:1.42 Sun Aug 22 14:01:51 2021
+++ pkgsrc/devel/ruby-rspec-rails/Makefile      Sat Feb 12 13:38:22 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2021/08/22 14:01:51 taca Exp $
+# $NetBSD: Makefile,v 1.43 2022/02/12 13:38:22 taca Exp $
 
-DISTNAME=      rspec-rails-5.0.2
+DISTNAME=      rspec-rails-5.1.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

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



Home | Main Index | Thread Index | Old Index