pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-rspec-core



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue May  5 13:05:36 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-rspec-core/Makefile \
    pkgsrc/devel/ruby-rspec-core/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-core/Makefile
diff -u pkgsrc/devel/ruby-rspec-core/Makefile:1.28 pkgsrc/devel/ruby-rspec-core/Makefile:1.29
--- pkgsrc/devel/ruby-rspec-core/Makefile:1.28  Thu Jan 16 15:45:20 2020
+++ pkgsrc/devel/ruby-rspec-core/Makefile       Tue May  5 13:05:36 2020
@@ -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 @@ HOMEPAGE=       https://relishapp.com/rspec
 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
 
Index: pkgsrc/devel/ruby-rspec-core/distinfo
diff -u pkgsrc/devel/ruby-rspec-core/distinfo:1.28 pkgsrc/devel/ruby-rspec-core/distinfo:1.29
--- pkgsrc/devel/ruby-rspec-core/distinfo:1.28  Thu Jan 16 15:45:20 2020
+++ pkgsrc/devel/ruby-rspec-core/distinfo       Tue May  5 13:05:36 2020
@@ -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