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: Sun Jan 19 16:05:12 UTC 2025
Modified Files:
pkgsrc/devel/ruby-rspec-rails: Makefile PLIST distinfo
Log Message:
devel/ruby-rspec-rails: update to 7.1.0
7.0.0 (2024-09-02)
Enhancements:
* Change default driver for system specs on Rails 7.2 to match its
default. (Steve Polito, #2746)
* Verify ActiveJob arguments by comparing to the method signature. (Oli
Peate, #2745)
* Add suggestion to rails_helper.rb to skip when not in test mode. (Glauco
Custódio, #2751)
* Add at_priority qualifier to have_enqueued_job set of matchers. (mbajur,
#2759)
* Add spec directories to rails stats on Rails main / 8.0.0. (Petrik de
Heus, #2781)
7.0.1 (2024-09-03)
Bug Fixes:
* Remove mutation of Rails constant in favour of public api. (Petrik de
Heus, #2789)
* Cleanup Rails scaffold for unsupported versions. (Matt Jankowski, #2790)
* Remove deprecated scaffold that was unintentionally included in 7.0.0 (Jon
Rowe, #2791)
7.0.2 (2024-11-09)
Bug Fixes:
* Fix issue with have_enqueued_mail when jobs were incorrectly matched due
to refactoring in #2780. (David Runger, #2793)
7.1.0 (2024-11-09)
Enhancements:
* Improve implicit description for ActionCable matchers have_broadcasted_to / have_broadcast. (Simon Fish, #2795)
* Comment out infer_spec_type_from_file_location! in newly generated
rails_helper.rb files. (Jon Rowe, #2804)
* Allow turning off active job / mailer argument validation. (Oli Peate,
#2808)
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/ruby-rspec-rails/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/ruby-rspec-rails/PLIST
cvs rdiff -u -r1.49 -r1.50 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.53 pkgsrc/devel/ruby-rspec-rails/Makefile:1.54
--- pkgsrc/devel/ruby-rspec-rails/Makefile:1.53 Mon Sep 23 00:33:57 2024
+++ pkgsrc/devel/ruby-rspec-rails/Makefile Sun Jan 19 16:05:12 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2024/09/23 00:33:57 taca Exp $
+# $NetBSD: Makefile,v 1.54 2025/01/19 16:05:12 taca Exp $
-DISTNAME= rspec-rails-6.1.5
+DISTNAME= rspec-rails-7.1.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -18,7 +18,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>
USE_LANGUAGES= # empty
-RUBY_RAILS_ACCEPTED= 61
+RUBY_RAILS_ACCEPTED= 72 71 70
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-rspec-rails/PLIST
diff -u pkgsrc/devel/ruby-rspec-rails/PLIST:1.23 pkgsrc/devel/ruby-rspec-rails/PLIST:1.24
--- pkgsrc/devel/ruby-rspec-rails/PLIST:1.23 Sun Dec 17 14:26:03 2023
+++ pkgsrc/devel/ruby-rspec-rails/PLIST Sun Jan 19 16:05:12 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2023/12/17 14:26:03 taca Exp $
+@comment $NetBSD: PLIST,v 1.24 2025/01/19 16:05:12 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.yardopts
@@ -23,7 +23,6 @@ ${GEM_LIBDIR}/lib/generators/rspec/helpe
${GEM_LIBDIR}/lib/generators/rspec/helper/templates/helper_spec.rb
${GEM_LIBDIR}/lib/generators/rspec/install/install_generator.rb
${GEM_LIBDIR}/lib/generators/rspec/install/templates/spec/rails_helper.rb
-${GEM_LIBDIR}/lib/generators/rspec/integration/integration_generator.rb
${GEM_LIBDIR}/lib/generators/rspec/job/job_generator.rb
${GEM_LIBDIR}/lib/generators/rspec/job/templates/job_spec.rb.erb
${GEM_LIBDIR}/lib/generators/rspec/mailbox/mailbox_generator.rb
Index: pkgsrc/devel/ruby-rspec-rails/distinfo
diff -u pkgsrc/devel/ruby-rspec-rails/distinfo:1.49 pkgsrc/devel/ruby-rspec-rails/distinfo:1.50
--- pkgsrc/devel/ruby-rspec-rails/distinfo:1.49 Mon Sep 23 00:33:57 2024
+++ pkgsrc/devel/ruby-rspec-rails/distinfo Sun Jan 19 16:05:12 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.49 2024/09/23 00:33:57 taca Exp $
+$NetBSD: distinfo,v 1.50 2025/01/19 16:05:12 taca Exp $
-BLAKE2s (rspec-rails-6.1.5.gem) = 0d8a33eb20f9eb4febd6013ac694a04863c00ae9e24e71b3300983d7283a6b53
-SHA512 (rspec-rails-6.1.5.gem) = 213a14461aff5fca646fcc9df8c8bd73fd2047887635a8b788b9ed66c4dbc421a196273a3a07fbbbf7454265c1b72932755e7a2b4c8882cd7cff20c625c418c4
-Size (rspec-rails-6.1.5.gem) = 73216 bytes
+BLAKE2s (rspec-rails-7.1.0.gem) = af63f00db314aa24f5033d84bf840d0e2ef7ab5605f8d54cd984c06ace0db168
+SHA512 (rspec-rails-7.1.0.gem) = fb8b2b7fcd44913047d9538b2cfec0a1c70fb3f0f33f0404a543157712e3037e051f349f3d5683047b8fcf6c5e8a9cf16202d95ae6b21f789fc22744b40b485b
+Size (rspec-rails-7.1.0.gem) = 74240 bytes
Home |
Main Index |
Thread Index |
Old Index