summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-03-07 08:33:44 +0000
committertaca <taca@pkgsrc.org>2021-03-07 08:33:44 +0000
commitba33746ca9653ad169499047fe2f2df4031678ce (patch)
treef68816eac6feee630b625bf97568007f7c82998f /devel
parentc99abc5886bc2c8d935bd74b521d6bdd868ef4d1 (diff)
downloadpkgsrc-ba33746ca9653ad169499047fe2f2df4031678ce.tar.gz
devel/ruby-rspec-rails: update to 4.1.0
4.1.0 / 2021-03-06 Enhancements: * Issue a warning when using job matchers with #at mis-match on usec precision. (Jon Rowe, #2350) * Generated request specs now have a bare _spec suffix instead of request_spec. (Eloy Espinaco, Luka Lüdicke, #2355, #2356, #2378) * Generated scaffold now includes engine route helpers when inside a mountable engine. (Andrew W. Lee, #2372) * Improve request spec "controller" scafold when no action is specified. (Thomas Hareau, #2399) * Introduce testing snippets concept (Phil Pirozhkov, Benoit Tigeot, #2423) * Prevent collisions with let(:name) for Rails 6.1 and let(:method_name) on older Rails. (Benoit Tigeot, #2461)
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-rspec-rails/Makefile12
-rw-r--r--devel/ruby-rspec-rails/distinfo10
2 files changed, 11 insertions, 11 deletions
diff --git a/devel/ruby-rspec-rails/Makefile b/devel/ruby-rspec-rails/Makefile
index 951fcde0383..b52d731632d 100644
--- a/devel/ruby-rspec-rails/Makefile
+++ b/devel/ruby-rspec-rails/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2021/01/11 13:10:33 taca Exp $
+# $NetBSD: Makefile,v 1.39 2021/03/07 08:33:44 taca Exp $
-DISTNAME= rspec-rails-4.0.2
+DISTNAME= rspec-rails-4.1.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -11,10 +11,10 @@ LICENSE= mit
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.9<4:../../devel/ruby-rspec-support
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.9<4:../../devel/ruby-rspec-core
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.9<4:../../devel/ruby-rspec-expectations
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.9<4:../../devel/ruby-rspec-mocks
+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
USE_LANGUAGES= # empty
diff --git a/devel/ruby-rspec-rails/distinfo b/devel/ruby-rspec-rails/distinfo
index 7836b4e913e..37acc4dcb46 100644
--- a/devel/ruby-rspec-rails/distinfo
+++ b/devel/ruby-rspec-rails/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2021/01/11 13:10:33 taca Exp $
+$NetBSD: distinfo,v 1.34 2021/03/07 08:33:44 taca Exp $
-SHA1 (rspec-rails-4.0.2.gem) = c9228596b1a50ce93c93c126b03aa8299e0b7a7e
-RMD160 (rspec-rails-4.0.2.gem) = 1c5877b1469f8cfe9136ffeaf8ff1f8e58a41f25
-SHA512 (rspec-rails-4.0.2.gem) = aaa9cdc97edb28add53c3fcc5bf72e5b85d4e1cbaba75ed3dc562deaaee9759ed3220a2a52af44f5d7223cc373e1e35a1adece591f7e11c40c8e3320c55178db
-Size (rspec-rails-4.0.2.gem) = 67584 bytes
+SHA1 (rspec-rails-4.1.0.gem) = 789b58ef095f54eec5d38c8300aab509f15d231e
+RMD160 (rspec-rails-4.1.0.gem) = 808a456b7d12f36c8d787b76b65c45a0610b43ed
+SHA512 (rspec-rails-4.1.0.gem) = d58089686bb231c7cae9c739f0aab5393aba2f978eb0dbb5c33646d38acce56db5ec1bccfd95d0c2137b1fcbcf492b572705084de0f58eebcd128d9f2fad222e
+Size (rspec-rails-4.1.0.gem) = 68608 bytes