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)
This commit is contained in:
parent
d204e040b3
commit
26a15195fa
2 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# $NetBSD: Makefile,v 1.37 2020/05/25 13:51:32 taca Exp $
|
# $NetBSD: Makefile,v 1.38 2021/01/11 13:10:33 taca Exp $
|
||||||
|
|
||||||
DISTNAME= rspec-rails-4.0.1
|
DISTNAME= rspec-rails-4.0.2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||||
|
@ -16,7 +16,7 @@ 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-expectations>=3.9<4:../../devel/ruby-rspec-expectations
|
||||||
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.9<4:../../devel/ruby-rspec-mocks
|
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.9<4:../../devel/ruby-rspec-mocks
|
||||||
|
|
||||||
USE_LANGUAGES= # none
|
USE_LANGUAGES= # empty
|
||||||
|
|
||||||
RUBY_RAILS_ACCEPTED= # defined
|
RUBY_RAILS_ACCEPTED= # defined
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$NetBSD: distinfo,v 1.32 2020/05/25 13:51:32 taca Exp $
|
$NetBSD: distinfo,v 1.33 2021/01/11 13:10:33 taca Exp $
|
||||||
|
|
||||||
SHA1 (rspec-rails-4.0.1.gem) = 91f6a5cf7e8f992a3913a99aa1655462e8df44f0
|
SHA1 (rspec-rails-4.0.2.gem) = c9228596b1a50ce93c93c126b03aa8299e0b7a7e
|
||||||
RMD160 (rspec-rails-4.0.1.gem) = bc706a9959087b5e238b2e9beb0e743590ee6ac3
|
RMD160 (rspec-rails-4.0.2.gem) = 1c5877b1469f8cfe9136ffeaf8ff1f8e58a41f25
|
||||||
SHA512 (rspec-rails-4.0.1.gem) = 9490e513304085ff1d7be8458ac9f0ba1019333baf0ea7609469cb9080c6e50a5779eae32f6eacbd8231c0255dc705210b3c839121a7e159f965ba0fb3f4a2e6
|
SHA512 (rspec-rails-4.0.2.gem) = aaa9cdc97edb28add53c3fcc5bf72e5b85d4e1cbaba75ed3dc562deaaee9759ed3220a2a52af44f5d7223cc373e1e35a1adece591f7e11c40c8e3320c55178db
|
||||||
Size (rspec-rails-4.0.1.gem) = 67072 bytes
|
Size (rspec-rails-4.0.2.gem) = 67584 bytes
|
||||||
|
|
Loading…
Reference in a new issue