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: Thu Jan 16 15:45:20 UTC 2020
Modified Files:
pkgsrc/devel/ruby-rspec-core: Makefile distinfo
Log Message:
devel/ruby-rspec-core: udpate to 3.9.1
Update ruby-rspec-core to 3.9.1.
### 3.9.1 / 2019-12-28
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.0...v3.9.1)
Bug Fixes:
* Prevent bisect command from blocking when number of specs exceeds file
descriptor limit on OSX or Linux. (Benoit Tigeot, #2669)
* Prevent warnings being issued on Ruby 2.7.0. (Jon Rowe, #2680)
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/ruby-rspec-core/Makefile \
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.27 pkgsrc/devel/ruby-rspec-core/Makefile:1.28
--- pkgsrc/devel/ruby-rspec-core/Makefile:1.27 Sat Nov 2 14:32:03 2019
+++ pkgsrc/devel/ruby-rspec-core/Makefile Thu Jan 16 15:45:20 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2019/11/02 14:32:03 taca Exp $
+# $NetBSD: Makefile,v 1.28 2020/01/16 15:45:20 taca Exp $
-DISTNAME= rspec-core-3.9.0
+DISTNAME= rspec-core-3.9.1
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.9.0<3.10:../../devel/ruby-rspec-support
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.9.1<3.10:../../devel/ruby-rspec-support
USE_LANGUAGES= # none
Index: pkgsrc/devel/ruby-rspec-core/distinfo
diff -u pkgsrc/devel/ruby-rspec-core/distinfo:1.27 pkgsrc/devel/ruby-rspec-core/distinfo:1.28
--- pkgsrc/devel/ruby-rspec-core/distinfo:1.27 Sat Nov 2 14:32:03 2019
+++ pkgsrc/devel/ruby-rspec-core/distinfo Thu Jan 16 15:45:20 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2019/11/02 14:32:03 taca Exp $
+$NetBSD: distinfo,v 1.28 2020/01/16 15:45:20 taca Exp $
-SHA1 (rspec-core-3.9.0.gem) = 983aea2ecd0bb6a88b375faaa6018f24fc530254
-RMD160 (rspec-core-3.9.0.gem) = a720d40149bde0e5ad0250b7f8cc0a6319b019ea
-SHA512 (rspec-core-3.9.0.gem) = 5ba53020970ae29b851b7524e53e20dc6668af0e16c306d239f6470c899fad44649c44fd5180c7b7614ae3e3b8c5d872cdece3f15470cb0f80076b5250c5c992
-Size (rspec-core-3.9.0.gem) = 162816 bytes
+SHA1 (rspec-core-3.9.1.gem) = 0fcaccfc74d96aa4b0c9834042fcb0e6ecbb67b6
+RMD160 (rspec-core-3.9.1.gem) = 307bba483f6960a59abec82916da18e08ed064bf
+SHA512 (rspec-core-3.9.1.gem) = b13dd0df9c8dc2fecef49e56cc5ce7d9a5d334ea741393d7ca83f36c5953d6a83ee30b5cf1b0b1c2977777499ab7b4ab98d984a20b49b3e9964c6ae47944004f
+Size (rspec-core-3.9.1.gem) = 162816 bytes
Home |
Main Index |
Thread Index |
Old Index