Sun Sep 13 11:53:01 2015 UTC ()
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)


(taca)
diff -r1.18 -r1.19 pkgsrc/devel/ruby-rspec-expectations/Makefile
diff -r1.17 -r1.18 pkgsrc/devel/ruby-rspec-expectations/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/devel/ruby-rspec-expectations/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-expectations/Makefile 2015/06/12 23:59:48 1.18
+++ pkgsrc/devel/ruby-rspec-expectations/Makefile 2015/09/13 11:53:01 1.19
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.18 2015/06/12 23:59:48 taca Exp $ 1# $NetBSD: Makefile,v 1.19 2015/09/13 11:53:01 taca Exp $
2 2
3DISTNAME= rspec-expectations-3.3.0 3DISTNAME= rspec-expectations-3.3.1
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://relishapp.com/rspec 7HOMEPAGE= http://relishapp.com/rspec
8COMMENT= Behaviour Driven Development framework for Ruby, expectations 8COMMENT= Behaviour Driven Development framework for Ruby, expectations
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.3.0<3.4:../../devel/ruby-rspec-support 11DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.3.0<3.4:../../devel/ruby-rspec-support
12DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs 12DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs
13 13
14.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.17 -r1.18 pkgsrc/devel/ruby-rspec-expectations/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-expectations/distinfo 2015/06/12 23:59:48 1.17
+++ pkgsrc/devel/ruby-rspec-expectations/distinfo 2015/09/13 11:53:01 1.18
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.17 2015/06/12 23:59:48 taca Exp $ 1$NetBSD: distinfo,v 1.18 2015/09/13 11:53:01 taca Exp $
2 2
3SHA1 (rspec-expectations-3.3.0.gem) = 6793bdae7723faa287e76ea5cdda33a0196efbf1 3SHA1 (rspec-expectations-3.3.1.gem) = a1d2be2657a2c0d80ce776a8fa0e968369ad06e0
4RMD160 (rspec-expectations-3.3.0.gem) = 894ce338228506158cbac2e9c203ebf3a26f4a3c 4RMD160 (rspec-expectations-3.3.1.gem) = 8f1878e1920346cf07c91632658d3b3bebde20b8
5Size (rspec-expectations-3.3.0.gem) = 73216 bytes 5Size (rspec-expectations-3.3.1.gem) = 73216 bytes