Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec-core devel/ruby-rspec-core: update to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e16ab9cd0f01
branches:  trunk
changeset: 430875:e16ab9cd0f01
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue May 05 13:05:36 2020 +0000

description:
devel/ruby-rspec-core: update to 3.9.2

Update ruby-rspec-core to 3.9.2.


### 3.9.2 / 2020-05-02
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.1...v3.9.2)

Bug Fixes:

* Emit a warning when `around` hook is used with `:context` scope
  (Phil Pirozhkov, #2687)
* Prevent invalid implementations of `Exception#cause` from being treated as a
  valid cause (and causing strange errors) in `RSpec::Core::Formatters::ExceptionPresenter`.
  (Jon Rowe, #2703)
* Correctly detect patterns when `rspec_opts` is an array in `RSpec::Core::RakeTask`.
  (Marc-André Lafortune, #2704)
* Make `RSpec.clear_examples` reset example counts for example groups. This fixes
  an issue with re-running specs not matching ids. (Agis Anastasopoulos, #2723)

diffstat:

 devel/ruby-rspec-core/Makefile |   6 +++---
 devel/ruby-rspec-core/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r c688f545992e -r e16ab9cd0f01 devel/ruby-rspec-core/Makefile
--- a/devel/ruby-rspec-core/Makefile    Tue May 05 13:04:39 2020 +0000
+++ b/devel/ruby-rspec-core/Makefile    Tue May 05 13:05:36 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2020/01/16 15:45:20 taca Exp $
+# $NetBSD: Makefile,v 1.29 2020/05/05 13:05:36 taca Exp $
 
-DISTNAME=      rspec-core-3.9.1
+DISTNAME=      rspec-core-3.9.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,7 @@
 COMMENT=       Behaviour Driven Development framework for Ruby, core part
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-support>=3.9.1<3.10:../../devel/ruby-rspec-support
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-support>=3.9.3<3.10:../../devel/ruby-rspec-support
 
 USE_LANGUAGES= # none
 
diff -r c688f545992e -r e16ab9cd0f01 devel/ruby-rspec-core/distinfo
--- a/devel/ruby-rspec-core/distinfo    Tue May 05 13:04:39 2020 +0000
+++ b/devel/ruby-rspec-core/distinfo    Tue May 05 13:05:36 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2020/01/16 15:45:20 taca Exp $
+$NetBSD: distinfo,v 1.29 2020/05/05 13:05:36 taca Exp $
 
-SHA1 (rspec-core-3.9.1.gem) = 0fcaccfc74d96aa4b0c9834042fcb0e6ecbb67b6
-RMD160 (rspec-core-3.9.1.gem) = 307bba483f6960a59abec82916da18e08ed064bf
-SHA512 (rspec-core-3.9.1.gem) = b13dd0df9c8dc2fecef49e56cc5ce7d9a5d334ea741393d7ca83f36c5953d6a83ee30b5cf1b0b1c2977777499ab7b4ab98d984a20b49b3e9964c6ae47944004f
-Size (rspec-core-3.9.1.gem) = 162816 bytes
+SHA1 (rspec-core-3.9.2.gem) = 7e55d9dbc5b672cd118b1e92905d3bca7daa55b5
+RMD160 (rspec-core-3.9.2.gem) = dc42d6603c34f8e1e89ad93d6ae862355a6267be
+SHA512 (rspec-core-3.9.2.gem) = ee16ce312b47f2537479ef6a2c77d74c982108f029faa572125c95030e75e80934c00c07e918b63c075bdf78f9e912569e6a13ad78be217682fa7d06a2efc75f
+Size (rspec-core-3.9.2.gem) = 163328 bytes



Home | Main Index | Thread Index | Old Index