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:           Sun Feb  4 15:37:36 UTC 2024

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/ruby-rspec-core/Makefile
cvs rdiff -u -r1.36 -r1.37 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.34 pkgsrc/devel/ruby-rspec-core/Makefile:1.35
--- pkgsrc/devel/ruby-rspec-core/Makefile:1.34  Thu Apr 27 14:15:46 2023
+++ pkgsrc/devel/ruby-rspec-core/Makefile       Sun Feb  4 15:37:36 2024
@@ -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@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.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
 

Index: pkgsrc/devel/ruby-rspec-core/distinfo
diff -u pkgsrc/devel/ruby-rspec-core/distinfo:1.36 pkgsrc/devel/ruby-rspec-core/distinfo:1.37
--- pkgsrc/devel/ruby-rspec-core/distinfo:1.36  Thu Apr 27 14:15:46 2023
+++ pkgsrc/devel/ruby-rspec-core/distinfo       Sun Feb  4 15:37:36 2024
@@ -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
-SHA512 (rspec-core-3.12.2.gem) = b798d0624eb53ca866a76cac74885bfb37a2715d21346e097c0a9282a10581219cb7305212f89b14fc57f90fbc03fbd2655079c764902c556b7f174415c9e295
-Size (rspec-core-3.12.2.gem) = 165888 bytes
+BLAKE2s (rspec-core-3.13.0.gem) = abf3907f877e9a0cb57cd739b6065f03ffe85ffd14b5cc504f647027a68a1487
+SHA512 (rspec-core-3.13.0.gem) = b24746c74ba6571c04ba1d95de3c557cc208870075cf7e9f603b18ac8b8dafbf5b2c8b2c58f564e91c58002947a64b5b30eed37069910e7d5bfa175faa2a58de
+Size (rspec-core-3.13.0.gem) = 167424 bytes



Home | Main Index | Thread Index | Old Index