Sun Apr 29 05:28:41 2012 UTC ()
Update ruby-rspec-expectations to 2.9.1.

### 2.9.1 / 2012-04-03
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.9.0...2.9.1)

Bug fixes

* Provide a helpful message if the diff between two objects is empty.
* Fix bug diffing single strings with multiline strings.
* Fix for error with using custom matchers inside other custom matchers
  (mirasrael)
* Fix using execution context methods in nested DSL matchers (mirasrael)


(taca)
diff -r1.4 -r1.5 pkgsrc/devel/ruby-rspec-expectations/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/ruby-rspec-expectations/distinfo

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

--- pkgsrc/devel/ruby-rspec-expectations/Makefile 2012/03/20 13:37:28 1.4
+++ pkgsrc/devel/ruby-rspec-expectations/Makefile 2012/04/29 05:28:41 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.4 2012/03/20 13:37:28 taca Exp $ 1# $NetBSD: Makefile,v 1.5 2012/04/29 05:28:41 taca Exp $
2 2
3DISTNAME= rspec-expectations-2.9.0 3DISTNAME= rspec-expectations-2.9.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}-diff-lcs>=1.1.2<1.2:../../textproc/ruby-diff-lcs 11DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.3<1.2:../../textproc/ruby-diff-lcs
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/ruby-rspec-expectations/distinfo 2012/03/20 13:37:28 1.4
+++ pkgsrc/devel/ruby-rspec-expectations/distinfo 2012/04/29 05:28:41 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2012/03/20 13:37:28 taca Exp $ 1$NetBSD: distinfo,v 1.5 2012/04/29 05:28:41 taca Exp $
2 2
3SHA1 (rspec-expectations-2.9.0.gem) = c3621b002aab1e41c4cff238faf66dc259c704cc 3SHA1 (rspec-expectations-2.9.1.gem) = bba3d963149235f626a1341bf1bfa2ef28c4bb39
4RMD160 (rspec-expectations-2.9.0.gem) = 0c507f31bb83f982204a50a5d8240058e5fdd2b5 4RMD160 (rspec-expectations-2.9.1.gem) = 111a37228d94840eb68eccb6054e3c5cb7f433cc
5Size (rspec-expectations-2.9.0.gem) = 63488 bytes 5Size (rspec-expectations-2.9.1.gem) = 64000 bytes