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:           Sat Feb 12 13:30:14 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/ruby-rspec-core/Makefile
cvs rdiff -u -r1.32 -r1.33 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.30 pkgsrc/devel/ruby-rspec-core/Makefile:1.31
--- pkgsrc/devel/ruby-rspec-core/Makefile:1.30  Mon Jan 11 13:05:46 2021
+++ pkgsrc/devel/ruby-rspec-core/Makefile       Sat Feb 12 13:30:14 2022
@@ -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 @@ HOMEPAGE=       https://relishapp.com/rspec
 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
 

Index: pkgsrc/devel/ruby-rspec-core/distinfo
diff -u pkgsrc/devel/ruby-rspec-core/distinfo:1.32 pkgsrc/devel/ruby-rspec-core/distinfo:1.33
--- pkgsrc/devel/ruby-rspec-core/distinfo:1.32  Tue Oct 26 10:19:46 2021
+++ pkgsrc/devel/ruby-rspec-core/distinfo       Sat Feb 12 13:30:14 2022
@@ -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