pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-rspec-expectations



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jun 15 15:50:32 UTC 2024

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

Log Message:
devel/ruby-rspec-expectations: update to 3.13.1

3.13.1 (2024-06-13)

Bug Fixes:

* Fix the "false positive" warning message when using a negated raise_error
  matcher with a RegExp instance. (Eric Mueller, #1456)

Enhancements:

* Improve the IO emulation in the output capture matchers
  (output(...).to_stdout et al) by adding as_tty and as_not_tty to change
  the tty? flags. (Sergio Gil Pérez de la Manga, #1459)


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/ruby-rspec-expectations/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/ruby-rspec-expectations/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-expectations/Makefile
diff -u pkgsrc/devel/ruby-rspec-expectations/Makefile:1.37 pkgsrc/devel/ruby-rspec-expectations/Makefile:1.38
--- pkgsrc/devel/ruby-rspec-expectations/Makefile:1.37  Sun Feb  4 15:38:41 2024
+++ pkgsrc/devel/ruby-rspec-expectations/Makefile       Sat Jun 15 15:50:32 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2024/02/04 15:38:41 taca Exp $
+# $NetBSD: Makefile,v 1.38 2024/06/15 15:50:32 taca Exp $
 
-DISTNAME=      rspec-expectations-3.13.0
+DISTNAME=      rspec-expectations-3.13.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-rspec-expectations/distinfo
diff -u pkgsrc/devel/ruby-rspec-expectations/distinfo:1.38 pkgsrc/devel/ruby-rspec-expectations/distinfo:1.39
--- pkgsrc/devel/ruby-rspec-expectations/distinfo:1.38  Sun Feb  4 15:38:41 2024
+++ pkgsrc/devel/ruby-rspec-expectations/distinfo       Sat Jun 15 15:50:32 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2024/02/04 15:38:41 taca Exp $
+$NetBSD: distinfo,v 1.39 2024/06/15 15:50:32 taca Exp $
 
-BLAKE2s (rspec-expectations-3.13.0.gem) = 400972da3a0eaf8fb613802fa4190af62bdee4d13142d0c425a04f67882fea8d
-SHA512 (rspec-expectations-3.13.0.gem) = 926f6d54df2258f45ba53f8be90cb5af8a6b74634288ef82a511690ba27614bc283c4e262889e80469c8b48c2c770310402b17f1dd7bca28a24624c4a7d47de2
-Size (rspec-expectations-3.13.0.gem) = 88064 bytes
+BLAKE2s (rspec-expectations-3.13.1.gem) = 906257b0fc7320e094d01e48d21dc5058509b0b262f404add150ebd4b9697251
+SHA512 (rspec-expectations-3.13.1.gem) = 0d7aab480a34b135d1972250eff4bd15ed458c4db3a0d241e3388473c1b01b86245ad8423053e03eedf9cfecca393c6b020737f33af3f1e25d2289aa727fe3f8
+Size (rspec-expectations-3.13.1.gem) = 88576 bytes



Home | Main Index | Thread Index | Old Index