Sun Feb 4 15:37:36 2024 UTC (133d)
devel/ruby-rspec-core: update to 3.13.0

3.13.0 / 2024-02-04

Enhancements:

* Support the --backtrace flag when using the JSON formatter. (Matt Larraz,
  #2980)
* Ignore commented out lines in CLI config files (e.g. .rspec). (Junichi
  Ito, #2984)
* Add pending_failure_output config option to allow skipping backtraces or
  muting pending specs output. (Phil Pirozhkov, #2957)
* Process --dry-run before configuration flags that read files so that
  introspecting it returns the correct value. (Xenor Chang, #3008)
* Allow specifying custom ordering strategies via --order. (Jon Rowe, #3025)
* Use the improved syntax_suggest output for SyntaxError when
  available. (Richard Schneeman, #3015, #3026)
* Add config option (RSpec::Core::Configuration#full_cause_backtrace) to
  print the entire backtrace of an exception cause. (David Taylor, #3046)


(taca)
diff -r1.34 -r1.35 pkgsrc/devel/ruby-rspec-core/Makefile
diff -r1.36 -r1.37 pkgsrc/devel/ruby-rspec-core/distinfo

cvs diff -r1.34 -r1.35 pkgsrc/devel/ruby-rspec-core/Makefile (expand / switch to context diff)
--- pkgsrc/devel/ruby-rspec-core/Makefile 2023/04/27 14:15:46 1.34
+++ pkgsrc/devel/ruby-rspec-core/Makefile 2024/02/04 15:37:36 1.35
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2023/04/27 14:15:46 taca Exp $
+# $NetBSD: Makefile,v 1.35 2024/02/04 15:37:36 taca Exp $
 
-DISTNAME=	rspec-core-3.12.2
+DISTNAME=	rspec-core-3.13.0
 CATEGORIES=	devel
 
 MAINTAINER=	pkgsrc-users@NetBSD.org
@@ -8,7 +8,7 @@
 COMMENT=	Behaviour Driven Development framework for Ruby, core part
 LICENSE=	mit
 
-DEPENDS+=	${RUBY_PKGPREFIX}-rspec-support>=3.12.0<3.13:../../devel/ruby-rspec-support
+DEPENDS+=	${RUBY_PKGPREFIX}-rspec-support>=3.13.0<3.14:../../devel/ruby-rspec-support
 
 USE_LANGUAGES=	# none
 

cvs diff -r1.36 -r1.37 pkgsrc/devel/ruby-rspec-core/distinfo (expand / switch to context diff)
--- pkgsrc/devel/ruby-rspec-core/distinfo 2023/04/27 14:15:46 1.36
+++ pkgsrc/devel/ruby-rspec-core/distinfo 2024/02/04 15:37:36 1.37
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2023/04/27 14:15:46 taca Exp $
+$NetBSD: distinfo,v 1.37 2024/02/04 15:37:36 taca Exp $
 
-BLAKE2s (rspec-core-3.12.2.gem) = 79e2c91a8f5fa5905f09fe123890efbb60cbd9b118651e8a4232f80d294b98ff
+BLAKE2s (rspec-core-3.13.0.gem) = abf3907f877e9a0cb57cd739b6065f03ffe85ffd14b5cc504f647027a68a1487
-SHA512 (rspec-core-3.12.2.gem) = b798d0624eb53ca866a76cac74885bfb37a2715d21346e097c0a9282a10581219cb7305212f89b14fc57f90fbc03fbd2655079c764902c556b7f174415c9e295
+SHA512 (rspec-core-3.13.0.gem) = b24746c74ba6571c04ba1d95de3c557cc208870075cf7e9f603b18ac8b8dafbf5b2c8b2c58f564e91c58002947a64b5b30eed37069910e7d5bfa175faa2a58de
-Size (rspec-core-3.12.2.gem) = 165888 bytes
+Size (rspec-core-3.13.0.gem) = 167424 bytes