Mon Jan 11 13:10:33 2021 UTC ()
devel/ruby-rspec-rails: update to 4.0.2

### 4.0.2 / 2020-12-26
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.1...v4.0.2)

Bug Fixes:

* Indent all extra failure lines output from system specs. (Alex Robbin, #2321)
* Generated request spec for update now uses the correct let. (Paul Hanyzewski, #2344)
* Return `true`/`false` from predicate methods in config rather than raw values.
  (Phil Pirozhkov, Jon Rowe, #2353, #2354)
* Remove old #fixture_path feature detection code which broke under newer Rails.
  (Koen Punt, Jon Rowe, #2370)


(taca)
diff -r1.37 -r1.38 pkgsrc/devel/ruby-rspec-rails/Makefile
diff -r1.32 -r1.33 pkgsrc/devel/ruby-rspec-rails/distinfo

cvs diff -r1.37 -r1.38 pkgsrc/devel/ruby-rspec-rails/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-rails/Makefile 2020/05/25 13:51:32 1.37
+++ pkgsrc/devel/ruby-rspec-rails/Makefile 2021/01/11 13:10:33 1.38
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.37 2020/05/25 13:51:32 taca Exp $ 1# $NetBSD: Makefile,v 1.38 2021/01/11 13:10:33 taca Exp $
2 2
3DISTNAME= rspec-rails-4.0.1 3DISTNAME= rspec-rails-4.0.2
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://relishapp.com/rspec 7HOMEPAGE= https://relishapp.com/rspec
8COMMENT= Test-double framework for rspec 8COMMENT= Test-double framework for rspec
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} 11DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
12DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS} 12DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
13DEPENDS+= ${RUBY_RAILTIES_DEPENDS} 13DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
14DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.9<4:../../devel/ruby-rspec-support 14DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.9<4:../../devel/ruby-rspec-support
15DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.9<4:../../devel/ruby-rspec-core 15DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.9<4:../../devel/ruby-rspec-core
16DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.9<4:../../devel/ruby-rspec-expectations 16DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.9<4:../../devel/ruby-rspec-expectations
17DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.9<4:../../devel/ruby-rspec-mocks 17DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.9<4:../../devel/ruby-rspec-mocks
18 18
19USE_LANGUAGES= # none 19USE_LANGUAGES= # empty
20 20
21RUBY_RAILS_ACCEPTED= # defined 21RUBY_RAILS_ACCEPTED= # defined
22 22
23.include "../../lang/ruby/gem.mk" 23.include "../../lang/ruby/gem.mk"
24.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.32 -r1.33 pkgsrc/devel/ruby-rspec-rails/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-rails/distinfo 2020/05/25 13:51:32 1.32
+++ pkgsrc/devel/ruby-rspec-rails/distinfo 2021/01/11 13:10:33 1.33
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.32 2020/05/25 13:51:32 taca Exp $ 1$NetBSD: distinfo,v 1.33 2021/01/11 13:10:33 taca Exp $
2 2
3SHA1 (rspec-rails-4.0.1.gem) = 91f6a5cf7e8f992a3913a99aa1655462e8df44f0 3SHA1 (rspec-rails-4.0.2.gem) = c9228596b1a50ce93c93c126b03aa8299e0b7a7e
4RMD160 (rspec-rails-4.0.1.gem) = bc706a9959087b5e238b2e9beb0e743590ee6ac3 4RMD160 (rspec-rails-4.0.2.gem) = 1c5877b1469f8cfe9136ffeaf8ff1f8e58a41f25
5SHA512 (rspec-rails-4.0.1.gem) = 9490e513304085ff1d7be8458ac9f0ba1019333baf0ea7609469cb9080c6e50a5779eae32f6eacbd8231c0255dc705210b3c839121a7e159f965ba0fb3f4a2e6 5SHA512 (rspec-rails-4.0.2.gem) = aaa9cdc97edb28add53c3fcc5bf72e5b85d4e1cbaba75ed3dc562deaaee9759ed3220a2a52af44f5d7223cc373e1e35a1adece591f7e11c40c8e3320c55178db
6Size (rspec-rails-4.0.1.gem) = 67072 bytes 6Size (rspec-rails-4.0.2.gem) = 67584 bytes