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 Nov 2 14:34:35 UTC 2019
Modified Files:
pkgsrc/devel/ruby-rspec-expectations: Makefile distinfo
Log Message:
devel/ruby-rspec-expectations: update to 3.9.0
Update ruby-rspec-expectations to 3.9.0.
pkgsr change: Add "USE_LANGUAGES= # none".
### 3.9.0 / 2019-10-02
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.5...v3.9.0)
Enhancements:
* The `respond_to` matcher now uses the signature from `initialize` to validate checks
for `new` (unless `new` is non standard). (Jon Rowe, #1072)
* Generated descriptions for matchers now use `is expected to` rather than `should` in
line with our preferred DSL. (Pete Johns, #1080, rspec/rspec-core#2572)
* Add the ability to re-raise expectation errors when matching
with `match_when_negated` blocks. (Jon Rowe, #1130)
* Add a warning when an empty diff is produce due to identical inspect output.
(Benoit Tigeot, #1126)
### 3.8.6 / 2019-10-07
Bug Fixes:
* Revert #1125 due to the change being incompatible with our semantic versioning
policy.
### 3.8.5 / 2019-10-02
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.4...v3.8.5)
Bug Fixes:
* Prevent unsupported implicit block expectation syntax from being used.
(Phil Pirozhkov, #1125)
### 3.8.4 / 2019-06-10
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.3...v3.8.4)
Bug Fixes:
* Prevent false negatives when checking objects for the methods required to run the
the `be_an_instance_of` and `be_kind_of` matchers. (Nazar Matus, #1112)
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/ruby-rspec-expectations/Makefile
cvs rdiff -u -r1.25 -r1.26 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.26 pkgsrc/devel/ruby-rspec-expectations/Makefile:1.27
--- pkgsrc/devel/ruby-rspec-expectations/Makefile:1.26 Mon May 6 05:31:40 2019
+++ pkgsrc/devel/ruby-rspec-expectations/Makefile Sat Nov 2 14:34:35 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2019/05/06 05:31:40 taca Exp $
+# $NetBSD: Makefile,v 1.27 2019/11/02 14:34:35 taca Exp $
-DISTNAME= rspec-expectations-3.8.3
+DISTNAME= rspec-expectations-3.9.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, expectations
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.8.0<3.9:../../devel/ruby-rspec-support
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.9.0<3.10:../../devel/ruby-rspec-support
DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs
.include "../../lang/ruby/gem.mk"
Index: pkgsrc/devel/ruby-rspec-expectations/distinfo
diff -u pkgsrc/devel/ruby-rspec-expectations/distinfo:1.25 pkgsrc/devel/ruby-rspec-expectations/distinfo:1.26
--- pkgsrc/devel/ruby-rspec-expectations/distinfo:1.25 Mon May 6 05:31:40 2019
+++ pkgsrc/devel/ruby-rspec-expectations/distinfo Sat Nov 2 14:34:35 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2019/05/06 05:31:40 taca Exp $
+$NetBSD: distinfo,v 1.26 2019/11/02 14:34:35 taca Exp $
-SHA1 (rspec-expectations-3.8.3.gem) = 7682eb18cb44eceb64cb528d85080eab957beab6
-RMD160 (rspec-expectations-3.8.3.gem) = 7a68a227042cd0c0d8d0e85c54b930e45192c1c4
-SHA512 (rspec-expectations-3.8.3.gem) = 6d8b3c9a2a965fc3e5e1750af043e939c6ee28a84c77e1b8f1c83c344fabaf256274c4aa79aa1a789f09311c828089df60b727262489623172c1c141c65f8755
-Size (rspec-expectations-3.8.3.gem) = 82432 bytes
+SHA1 (rspec-expectations-3.9.0.gem) = 73dd9c883384c49a3983e9ab6c782769e42e9896
+RMD160 (rspec-expectations-3.9.0.gem) = 5640cfec0eb275e965a3773deffa38c3bea7c210
+SHA512 (rspec-expectations-3.9.0.gem) = 52ff79ddfbbfa3690b7d7fabd3d4b21d76d67bffe2109be33646b0a468c9a201eddc2d6d73506894f3817f3798b545baead1d38cb2cc6aca28155d97ab211fd6
+Size (rspec-expectations-3.9.0.gem) = 83456 bytes
Home |
Main Index |
Thread Index |
Old Index