Sun Feb 4 15:37:36 2024 UTC (112d)
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 unified 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,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.34 2023/04/27 14:15:46 taca Exp $ 1# $NetBSD: Makefile,v 1.35 2024/02/04 15:37:36 taca Exp $
2 2
3DISTNAME= rspec-core-3.12.2 3DISTNAME= rspec-core-3.13.0
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.12.0<3.13:../../devel/ruby-rspec-support 11DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.13.0<3.14:../../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.36 -r1.37 pkgsrc/devel/ruby-rspec-core/distinfo (expand / switch to unified 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 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.36 2023/04/27 14:15:46 taca Exp $ 1$NetBSD: distinfo,v 1.37 2024/02/04 15:37:36 taca Exp $
2 2
3BLAKE2s (rspec-core-3.12.2.gem) = 79e2c91a8f5fa5905f09fe123890efbb60cbd9b118651e8a4232f80d294b98ff 3BLAKE2s (rspec-core-3.13.0.gem) = abf3907f877e9a0cb57cd739b6065f03ffe85ffd14b5cc504f647027a68a1487
4SHA512 (rspec-core-3.12.2.gem) = b798d0624eb53ca866a76cac74885bfb37a2715d21346e097c0a9282a10581219cb7305212f89b14fc57f90fbc03fbd2655079c764902c556b7f174415c9e295 4SHA512 (rspec-core-3.13.0.gem) = b24746c74ba6571c04ba1d95de3c557cc208870075cf7e9f603b18ac8b8dafbf5b2c8b2c58f564e91c58002947a64b5b30eed37069910e7d5bfa175faa2a58de
5Size (rspec-core-3.12.2.gem) = 165888 bytes 5Size (rspec-core-3.13.0.gem) = 167424 bytes