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: Wed Nov 30 13:55:10 UTC 2022
Modified Files:
pkgsrc/devel/ruby-rspec-rails: Makefile PLIST distinfo
Log Message:
devel/ruby-rspec-rails: update to 6.0.1
6.0.0 (2022-10-10)
Enhancements:
* Support Rails 7
* Template tweaks to remove instance variables from generated specs. (Takuma
Ishikawa, #2599)
* Generators now respects default path configuration option. (@vivekmiyani,
#2508)
Breaking Changes:
* Drop support for Rails below 6.1
* Drop support for Ruby below 2.5 (following supported versions of Rails
6.1)
* Change the order of after_teardown from after to around in system specs to
improve compatibility with extensions and Capybara. (Tim Diggins, #2596)
Deprecations:
* Deprecates integration spec generator (rspec:integration) which was an
alias of request spec generator (rspec:request) (Luka Lüdicke, #2374)
6.0.1 (2022-10-18)
Bug Fixes:
* Prevent tagged logged support in Rails 7 calling #name. (Jon Rowe, #2625)
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/ruby-rspec-rails/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/ruby-rspec-rails/PLIST
cvs rdiff -u -r1.41 -r1.42 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.44 pkgsrc/devel/ruby-rspec-rails/Makefile:1.45
--- pkgsrc/devel/ruby-rspec-rails/Makefile:1.44 Fri Aug 26 11:22:12 2022
+++ pkgsrc/devel/ruby-rspec-rails/Makefile Wed Nov 30 13:55:10 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2022/08/26 11:22:12 taca Exp $
+# $NetBSD: Makefile,v 1.45 2022/11/30 13:55:10 taca Exp $
-DISTNAME= rspec-rails-5.1.2
+DISTNAME= rspec-rails-6.0.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -11,14 +11,14 @@ LICENSE= mit
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.10<4:../../devel/ruby-rspec-support
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.10<4:../../devel/ruby-rspec-core
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.10<4:../../devel/ruby-rspec-expectations
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.10<4:../../devel/ruby-rspec-mocks
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.11<4:../../devel/ruby-rspec-support
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.11<4:../../devel/ruby-rspec-core
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.11<4:../../devel/ruby-rspec-expectations
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.11<4:../../devel/ruby-rspec-mocks
USE_LANGUAGES= # empty
-RUBY_RAILS_ACCEPTED= # empty
+RUBY_RAILS_ACCEPTED= 61
.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.21 pkgsrc/devel/ruby-rspec-rails/PLIST:1.22
--- pkgsrc/devel/ruby-rspec-rails/PLIST:1.21 Mon Apr 27 06:58:35 2020
+++ pkgsrc/devel/ruby-rspec-rails/PLIST Wed Nov 30 13:55:10 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2020/04/27 06:58:35 taca Exp $
+@comment $NetBSD: PLIST,v 1.22 2022/11/30 13:55:10 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.yardopts
@@ -24,7 +24,6 @@ ${GEM_LIBDIR}/lib/generators/rspec/helpe
${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/integration/templates/request_spec.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
@@ -37,6 +36,7 @@ ${GEM_LIBDIR}/lib/generators/rspec/model
${GEM_LIBDIR}/lib/generators/rspec/model/templates/fixtures.yml
${GEM_LIBDIR}/lib/generators/rspec/model/templates/model_spec.rb
${GEM_LIBDIR}/lib/generators/rspec/request/request_generator.rb
+${GEM_LIBDIR}/lib/generators/rspec/request/templates/request_spec.rb
${GEM_LIBDIR}/lib/generators/rspec/scaffold/scaffold_generator.rb
${GEM_LIBDIR}/lib/generators/rspec/scaffold/templates/api_controller_spec.rb
${GEM_LIBDIR}/lib/generators/rspec/scaffold/templates/api_request_spec.rb
Index: pkgsrc/devel/ruby-rspec-rails/distinfo
diff -u pkgsrc/devel/ruby-rspec-rails/distinfo:1.41 pkgsrc/devel/ruby-rspec-rails/distinfo:1.42
--- pkgsrc/devel/ruby-rspec-rails/distinfo:1.41 Fri Aug 26 11:22:12 2022
+++ pkgsrc/devel/ruby-rspec-rails/distinfo Wed Nov 30 13:55:10 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2022/08/26 11:22:12 taca Exp $
+$NetBSD: distinfo,v 1.42 2022/11/30 13:55:10 taca Exp $
-BLAKE2s (rspec-rails-5.1.2.gem) = 923673e93d27532ff2118d91924abaea659dd9c22d34ffeb5d3454abc30a8927
-SHA512 (rspec-rails-5.1.2.gem) = 1c9feb2c46fc9f4e7d6a6f21035819311519b28dbe39e45b643dcdf646fd9ae2e94ea94949ea28fd2a0898d9ddd7c23a1a5aef32804838ca6c74f827cdeaac52
-Size (rspec-rails-5.1.2.gem) = 69632 bytes
+BLAKE2s (rspec-rails-6.0.1.gem) = c6333f0261f92793497013abd55f5dc13ac46b427edc3fa6b5405392f7eacf6b
+SHA512 (rspec-rails-6.0.1.gem) = 150c190b6cbe751399d17e133428827d0239f7582e6e4ce896662994c8dc8a94b54a18ab0d3600d45d8ee82fb713ba2a90bddbb119f14a996d074deaf03aea35
+Size (rspec-rails-6.0.1.gem) = 70144 bytes
Home |
Main Index |
Thread Index |
Old Index