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:           Mon Jan 11 13:10:33 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/ruby-rspec-rails/Makefile
cvs rdiff -u -r1.32 -r1.33 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.37 pkgsrc/devel/ruby-rspec-rails/Makefile:1.38
--- pkgsrc/devel/ruby-rspec-rails/Makefile:1.37 Mon May 25 13:51:32 2020
+++ pkgsrc/devel/ruby-rspec-rails/Makefile      Mon Jan 11 13:10:33 2021
@@ -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
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -16,7 +16,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-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
 
-USE_LANGUAGES= # none
+USE_LANGUAGES= # empty
 
 RUBY_RAILS_ACCEPTED=   # defined
 

Index: pkgsrc/devel/ruby-rspec-rails/distinfo
diff -u pkgsrc/devel/ruby-rspec-rails/distinfo:1.32 pkgsrc/devel/ruby-rspec-rails/distinfo:1.33
--- pkgsrc/devel/ruby-rspec-rails/distinfo:1.32 Mon May 25 13:51:32 2020
+++ pkgsrc/devel/ruby-rspec-rails/distinfo      Mon Jan 11 13:10:33 2021
@@ -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
-RMD160 (rspec-rails-4.0.1.gem) = bc706a9959087b5e238b2e9beb0e743590ee6ac3
-SHA512 (rspec-rails-4.0.1.gem) = 9490e513304085ff1d7be8458ac9f0ba1019333baf0ea7609469cb9080c6e50a5779eae32f6eacbd8231c0255dc705210b3c839121a7e159f965ba0fb3f4a2e6
-Size (rspec-rails-4.0.1.gem) = 67072 bytes
+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



Home | Main Index | Thread Index | Old Index