pkgsrc-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/3a5e8b31fd5a
branches: trunk
changeset: 444646:3a5e8b31fd5a
user: taca <taca%pkgsrc.org@localhost>
date: Mon Jan 11 13:05:46 2021 +0000
description:
devel/ruby-rspec-core: update to 3.10.1
### 3.10.1 / 2020-12-27
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.10.0...v3.10.1)
Bug fixes:
* RSpec warning output was missing deprecations from Ruby, these are now included.
(Jon Rowe, #2811)
### 3.10.0 / 2020-10-30
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.3...v3.10.0)
Enhancements:
* Memoize `RSpec::Core::Formatters::ExceptionPresenter#exception_lines` to improve performance
with slow exception messages. (Maxime Lapointe, #2743)
* Add configuration for an error exit code (to disambiguate errored builds from failed builds
by exit status). (Dana Sherson, #2749)
# 3.9.3 / 2020-09-30
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.2...v3.9.3)
Bug Fixes:
* Declare `ruby2_keywords` on `method_missing` for other gems. (Jon Rowe, #2731)
* Ensure custom error codes are returned from bisect runs. (Jon Rowe, #2732)
* Ensure `RSpec::Core::Configuration` predicate config methods return booleans.
(Marc-André Lafortune, #2736)
* Prevent `rspec --bisect` from generating zombie processes while executing
bisect runs. (Benoit Tigeot, Jon Rowe, #2739)
* Predicates for pending examples, (in `RSpec::Core::Example`, `#pending?`, `#skipped?` and
`#pending_fixed?`) now return boolean values rather than truthy values.
(Marc-André Lafortune, #2756, #2758)
* Exceptions which have a message which cannot be cast to a string will no longer
cause a crash. (Jon Rowe, #2761)
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 cc3a38ad271d -r 3a5e8b31fd5a devel/ruby-rspec-core/Makefile
--- a/devel/ruby-rspec-core/Makefile Mon Jan 11 13:04:44 2021 +0000
+++ b/devel/ruby-rspec-core/Makefile Mon Jan 11 13:05:46 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2020/05/05 13:05:36 taca Exp $
+# $NetBSD: Makefile,v 1.30 2021/01/11 13:05:46 taca Exp $
-DISTNAME= rspec-core-3.9.2
+DISTNAME= rspec-core-3.10.1
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.3<3.10:../../devel/ruby-rspec-support
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.10.0<3.11:../../devel/ruby-rspec-support
USE_LANGUAGES= # none
diff -r cc3a38ad271d -r 3a5e8b31fd5a devel/ruby-rspec-core/distinfo
--- a/devel/ruby-rspec-core/distinfo Mon Jan 11 13:04:44 2021 +0000
+++ b/devel/ruby-rspec-core/distinfo Mon Jan 11 13:05:46 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2020/05/05 13:05:36 taca Exp $
+$NetBSD: distinfo,v 1.30 2021/01/11 13:05:46 taca Exp $
-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
+SHA1 (rspec-core-3.10.1.gem) = c462b4ecc1ff569a2d0019e7918d46f4d9086a8f
+RMD160 (rspec-core-3.10.1.gem) = f84383e04cca51b693f49cbf929c89cc2d92ddab
+SHA512 (rspec-core-3.10.1.gem) = 46808d37736b5f30d562b4014638cbf2d1a7d7432730c6c727a6e539f63ee21a04185610034fff4d938a948a887ba6a626955963add6b5e9b5f64499732d742a
+Size (rspec-core-3.10.1.gem) = 164352 bytes
Home |
Main Index |
Thread Index |
Old Index