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  7 08:33:44 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/ruby-rspec-rails/Makefile
cvs rdiff -u -r1.33 -r1.34 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.38 pkgsrc/devel/ruby-rspec-rails/Makefile:1.39
--- pkgsrc/devel/ruby-rspec-rails/Makefile:1.38 Mon Jan 11 13:10:33 2021
+++ pkgsrc/devel/ruby-rspec-rails/Makefile      Sun Mar  7 08:33:44 2021
@@ -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@localhost
@@ -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
 

Index: pkgsrc/devel/ruby-rspec-rails/distinfo
diff -u pkgsrc/devel/ruby-rspec-rails/distinfo:1.33 pkgsrc/devel/ruby-rspec-rails/distinfo:1.34
--- pkgsrc/devel/ruby-rspec-rails/distinfo:1.33 Mon Jan 11 13:10:33 2021
+++ pkgsrc/devel/ruby-rspec-rails/distinfo      Sun Mar  7 08:33:44 2021
@@ -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



Home | Main Index | Thread Index | Old Index