Mon Jan 11 13:05:46 2021 UTC ()
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)


(taca)
diff -r1.29 -r1.30 pkgsrc/devel/ruby-rspec-core/Makefile
diff -r1.29 -r1.30 pkgsrc/devel/ruby-rspec-core/distinfo

cvs diff -r1.29 -r1.30 pkgsrc/devel/ruby-rspec-core/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-core/Makefile 2020/05/05 13:05:36 1.29
+++ pkgsrc/devel/ruby-rspec-core/Makefile 2021/01/11 13:05:46 1.30
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.29 2020/05/05 13:05:36 taca Exp $ 1# $NetBSD: Makefile,v 1.30 2021/01/11 13:05:46 taca Exp $
2 2
3DISTNAME= rspec-core-3.9.2 3DISTNAME= rspec-core-3.10.1
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://relishapp.com/rspec 7HOMEPAGE= https://relishapp.com/rspec
8COMMENT= Behaviour Driven Development framework for Ruby, core part 8COMMENT= Behaviour Driven Development framework for Ruby, core part
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.9.3<3.10:../../devel/ruby-rspec-support 11DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.10.0<3.11:../../devel/ruby-rspec-support
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15RUBYGEM_OPTIONS+= --format-executable 15RUBYGEM_OPTIONS+= --format-executable
16 16
17.include "../../lang/ruby/gem.mk" 17.include "../../lang/ruby/gem.mk"
18.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.29 -r1.30 pkgsrc/devel/ruby-rspec-core/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-core/distinfo 2020/05/05 13:05:36 1.29
+++ pkgsrc/devel/ruby-rspec-core/distinfo 2021/01/11 13:05:46 1.30
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.29 2020/05/05 13:05:36 taca Exp $ 1$NetBSD: distinfo,v 1.30 2021/01/11 13:05:46 taca Exp $
2 2
3SHA1 (rspec-core-3.9.2.gem) = 7e55d9dbc5b672cd118b1e92905d3bca7daa55b5 3SHA1 (rspec-core-3.10.1.gem) = c462b4ecc1ff569a2d0019e7918d46f4d9086a8f
4RMD160 (rspec-core-3.9.2.gem) = dc42d6603c34f8e1e89ad93d6ae862355a6267be 4RMD160 (rspec-core-3.10.1.gem) = f84383e04cca51b693f49cbf929c89cc2d92ddab
5SHA512 (rspec-core-3.9.2.gem) = ee16ce312b47f2537479ef6a2c77d74c982108f029faa572125c95030e75e80934c00c07e918b63c075bdf78f9e912569e6a13ad78be217682fa7d06a2efc75f 5SHA512 (rspec-core-3.10.1.gem) = 46808d37736b5f30d562b4014638cbf2d1a7d7432730c6c727a6e539f63ee21a04185610034fff4d938a948a887ba6a626955963add6b5e9b5f64499732d742a
6Size (rspec-core-3.9.2.gem) = 163328 bytes 6Size (rspec-core-3.10.1.gem) = 164352 bytes