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/0b031fe7467c
branches:  trunk
changeset: 373729:0b031fe7467c
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Feb 12 13:30:14 2022 +0000

description:
devel/ruby-rspec-core: update to 3.11.0

3.11.0 (2022-02-09)

Enhancements:

* Improve pluralisation of words ending with s (like process). (Joshua
  Pinter, #2779)
* Add ordering by file modification time (most recent first). (Matheus
  Richard, #2778)
* Add to_s to reserved names for #let and #subject. (Nick Flückiger, #2886)
* Introduce RSpec.current_scope to expose the current scope in which RSpec
  is executing. e.g. :before_example_hook, :example etc. (@odinhb, #2895)
* Add named bold colours as options for custom colours. (#2913, #2914)
* Warn when (but not prevent) a SystemExit occurs. (Jared Beck, #2926)

diffstat:

 devel/ruby-rspec-core/Makefile |  6 +++---
 devel/ruby-rspec-core/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r d844b6e43aba -r 0b031fe7467c devel/ruby-rspec-core/Makefile
--- a/devel/ruby-rspec-core/Makefile    Sat Feb 12 13:28:47 2022 +0000
+++ b/devel/ruby-rspec-core/Makefile    Sat Feb 12 13:30:14 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2021/01/11 13:05:46 taca Exp $
+# $NetBSD: Makefile,v 1.31 2022/02/12 13:30:14 taca Exp $
 
-DISTNAME=      rspec-core-3.10.1
+DISTNAME=      rspec-core-3.11.0
 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.10.0<3.11:../../devel/ruby-rspec-support
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-support>=3.11.0<3.12:../../devel/ruby-rspec-support
 
 USE_LANGUAGES= # none
 
diff -r d844b6e43aba -r 0b031fe7467c devel/ruby-rspec-core/distinfo
--- a/devel/ruby-rspec-core/distinfo    Sat Feb 12 13:28:47 2022 +0000
+++ b/devel/ruby-rspec-core/distinfo    Sat Feb 12 13:30:14 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2021/10/26 10:19:46 nia Exp $
+$NetBSD: distinfo,v 1.33 2022/02/12 13:30:14 taca Exp $
 
-BLAKE2s (rspec-core-3.10.1.gem) = b450c17b4b5f418dacbe968071715da5c6bd618601886a665577c87245b729f9
-SHA512 (rspec-core-3.10.1.gem) = 46808d37736b5f30d562b4014638cbf2d1a7d7432730c6c727a6e539f63ee21a04185610034fff4d938a948a887ba6a626955963add6b5e9b5f64499732d742a
-Size (rspec-core-3.10.1.gem) = 164352 bytes
+BLAKE2s (rspec-core-3.11.0.gem) = 454ea09972e04fdbfa2d919215113a7dd95d0f82d200a8ef2889953a62c14210
+SHA512 (rspec-core-3.11.0.gem) = 2cec4af0ac69776a4846ef93e98f5459e346b22b9f118aa3fb65c71b8fcecd3d6d156ffba0a6509fb11c9d9e3d88badcece23055e4f3ea0f4ef6e867372fc9b9
+Size (rspec-core-3.11.0.gem) = 165888 bytes



Home | Main Index | Thread Index | Old Index