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 Mar 1 07:39:18 UTC 2026
Modified Files:
pkgsrc/devel/ruby-rspec-rails: Makefile PLIST distinfo
Log Message:
devel/ruby-rspec-rails: update to 8.0.3
8.0.0 (2025-04-30)
Enhancements:
* Add Rails 8 authentication generator support. (Jerome Dalbert, #2811)
* Improve install generator comment for
ActiveRecord::Migration.maintain_test_schema! (#2832)
* Add support for served_by in system specs. (Sam Giffney, #2841)
Breaking Changes:
* Minimum supported Rails version is 7.2.0
8.0.1 (2025-06-19)
Bug Fixes:
* Make the have_been_performed / have_been_enqueued return false for
supports_block_expectations? as they don't supporting block
expectations. (Sam Kidman, #2851)
8.0.2 (2025-08-12)
Bug Fixes:
* Fix scaffold generator producing deprecated Rack http statuses. (Taketo
Takashima, #2860)
8.0.3 / 2026-02-17
Bug Fixes:
* Fix insertion order of controller prefix in the view
lookup_context. (Stephen Nelson, #2749)
* Ensure rails stats looks for specs using application root rather than
working directory. (Marvin Tangpos, #2879)
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/ruby-rspec-rails/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/ruby-rspec-rails/PLIST
cvs rdiff -u -r1.51 -r1.52 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.57 pkgsrc/devel/ruby-rspec-rails/Makefile:1.58
--- pkgsrc/devel/ruby-rspec-rails/Makefile:1.57 Mon Feb 23 14:27:24 2026
+++ pkgsrc/devel/ruby-rspec-rails/Makefile Sun Mar 1 07:39:18 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2026/02/23 14:27:24 taca Exp $
+# $NetBSD: Makefile,v 1.58 2026/03/01 07:39:18 taca Exp $
-DISTNAME= rspec-rails-7.1.1
+DISTNAME= rspec-rails-8.0.3
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -18,7 +18,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>
USE_LANGUAGES= # empty
-RUBY_RAILS_ACCEPTED= 72
+RUBY_RAILS_ACCEPTED= 72 80
.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.24 pkgsrc/devel/ruby-rspec-rails/PLIST:1.25
--- pkgsrc/devel/ruby-rspec-rails/PLIST:1.24 Sun Jan 19 16:05:12 2025
+++ pkgsrc/devel/ruby-rspec-rails/PLIST Sun Mar 1 07:39:18 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2025/01/19 16:05:12 taca Exp $
+@comment $NetBSD: PLIST,v 1.25 2026/03/01 07:39:18 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.yardopts
@@ -7,6 +7,9 @@ ${GEM_LIBDIR}/Changelog.md
${GEM_LIBDIR}/LICENSE.md
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/generators/rspec.rb
+${GEM_LIBDIR}/lib/generators/rspec/authentication/authentication_generator.rb
+${GEM_LIBDIR}/lib/generators/rspec/authentication/templates/user_spec.rb
+${GEM_LIBDIR}/lib/generators/rspec/authentication/templates/users.yml
${GEM_LIBDIR}/lib/generators/rspec/channel/channel_generator.rb
${GEM_LIBDIR}/lib/generators/rspec/channel/templates/channel_spec.rb.erb
${GEM_LIBDIR}/lib/generators/rspec/controller/controller_generator.rb
Index: pkgsrc/devel/ruby-rspec-rails/distinfo
diff -u pkgsrc/devel/ruby-rspec-rails/distinfo:1.51 pkgsrc/devel/ruby-rspec-rails/distinfo:1.52
--- pkgsrc/devel/ruby-rspec-rails/distinfo:1.51 Sun Feb 9 13:50:07 2025
+++ pkgsrc/devel/ruby-rspec-rails/distinfo Sun Mar 1 07:39:18 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.51 2025/02/09 13:50:07 taca Exp $
+$NetBSD: distinfo,v 1.52 2026/03/01 07:39:18 taca Exp $
-BLAKE2s (rspec-rails-7.1.1.gem) = 109fc6ab4005350afcc1b953115da37476db0fae83f04f1921605505ff6e3ca4
-SHA512 (rspec-rails-7.1.1.gem) = d6bb197b8eb5664ef638acf59f17a5565cdbca461bfb6c23ea6ba03f6d76ac96e007119f61e32943a08ae8114529e001d2873f2557eabab41cba8fbc93fa2d4f
-Size (rspec-rails-7.1.1.gem) = 74240 bytes
+BLAKE2s (rspec-rails-8.0.3.gem) = 8f0bd265499af8127a7a9677cbb052bf1892b32b09429dda31c5f18ec6a2a092
+SHA512 (rspec-rails-8.0.3.gem) = e9ee09aa7429d8bbb2f2c249b700e38863a6eac01705b777250e538e0ea35926f0506948d736dcc0c068eca4d4ce3dfc72e63fa3a56747dac1dd88f1865b0524
+Size (rspec-rails-8.0.3.gem) = 74240 bytes
Home |
Main Index |
Thread Index |
Old Index