diff options
author | taca <taca@pkgsrc.org> | 2019-11-02 14:34:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-11-02 14:34:35 +0000 |
commit | 1a86852f55ec2ad3273c66513a231d37b68f5db3 (patch) | |
tree | 3d2d3d90ae89c727dfe14ffc39792d90156a6107 | |
parent | 15bd6024473a442e6b0df9fbdb2ce85b9130901d (diff) | |
download | pkgsrc-1a86852f55ec2ad3273c66513a231d37b68f5db3.tar.gz |
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)
-rw-r--r-- | devel/ruby-rspec-expectations/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-rspec-expectations/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/ruby-rspec-expectations/Makefile b/devel/ruby-rspec-expectations/Makefile index e4dbd702f69..461aba3f1f0 100644 --- a/devel/ruby-rspec-expectations/Makefile +++ b/devel/ruby-rspec-expectations/Makefile @@ -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 @@ -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" diff --git a/devel/ruby-rspec-expectations/distinfo b/devel/ruby-rspec-expectations/distinfo index 896dc09cd54..db2afbf7674 100644 --- a/devel/ruby-rspec-expectations/distinfo +++ b/devel/ruby-rspec-expectations/distinfo @@ -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 |