diff options
author | taca <taca@pkgsrc.org> | 2015-09-13 11:53:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-13 11:53:01 +0000 |
commit | 2df7aff7b5ec7d60cc24a544e4c9c23c9a7a8036 (patch) | |
tree | 59bafa9bd87a88f3c6ef85046f26faa559869009 /devel | |
parent | 665743c0831f99061f5598fb197ad191dddaf707 (diff) | |
download | pkgsrc-2df7aff7b5ec7d60cc24a544e4c9c23c9a7a8036.tar.gz |
Update ruby-rspec-expectations to 3.3.1.
### 3.3.1 / 2015-07-15
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.3.0...v3.3.1)
Bug Fixes:
* Fix `be >`, `be <`, etc so that it fails rather than allowing an
argument error to be raised when compared against an object of the
wrong type. This allows it to be used in composed matcher expressions
against heterogeneous objects. (Dennis Günnewig, #809)
* Fix `respond_to` to work properly on target objects
that redefine the `method` method. (unmanbearpig, #821)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-rspec-expectations/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-rspec-expectations/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby-rspec-expectations/Makefile b/devel/ruby-rspec-expectations/Makefile index f8587ce5611..e9998cb1911 100644 --- a/devel/ruby-rspec-expectations/Makefile +++ b/devel/ruby-rspec-expectations/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2015/06/12 23:59:48 taca Exp $ +# $NetBSD: Makefile,v 1.19 2015/09/13 11:53:01 taca Exp $ -DISTNAME= rspec-expectations-3.3.0 +DISTNAME= rspec-expectations-3.3.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-rspec-expectations/distinfo b/devel/ruby-rspec-expectations/distinfo index 46d9b70c35f..a9018948fc9 100644 --- a/devel/ruby-rspec-expectations/distinfo +++ b/devel/ruby-rspec-expectations/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2015/06/12 23:59:48 taca Exp $ +$NetBSD: distinfo,v 1.18 2015/09/13 11:53:01 taca Exp $ -SHA1 (rspec-expectations-3.3.0.gem) = 6793bdae7723faa287e76ea5cdda33a0196efbf1 -RMD160 (rspec-expectations-3.3.0.gem) = 894ce338228506158cbac2e9c203ebf3a26f4a3c -Size (rspec-expectations-3.3.0.gem) = 73216 bytes +SHA1 (rspec-expectations-3.3.1.gem) = a1d2be2657a2c0d80ce776a8fa0e968369ad06e0 +RMD160 (rspec-expectations-3.3.1.gem) = 8f1878e1920346cf07c91632658d3b3bebde20b8 +Size (rspec-expectations-3.3.1.gem) = 73216 bytes |