diff options
author | taca <taca@pkgsrc.org> | 2012-04-29 05:28:41 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-04-29 05:28:41 +0000 |
commit | 38a3cd94a99561af72ccd1de3467d2a61765c785 (patch) | |
tree | 5c25530251ce6c551bf46c93843de4f3766378e3 /devel/ruby-rspec-expectations | |
parent | 2f26f0f90a4e279772b6e136122c76cda1db0b61 (diff) | |
download | pkgsrc-38a3cd94a99561af72ccd1de3467d2a61765c785.tar.gz |
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)
Diffstat (limited to 'devel/ruby-rspec-expectations')
-rw-r--r-- | devel/ruby-rspec-expectations/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-rspec-expectations/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/ruby-rspec-expectations/Makefile b/devel/ruby-rspec-expectations/Makefile index a19138a30bf..98154a47920 100644 --- a/devel/ruby-rspec-expectations/Makefile +++ b/devel/ruby-rspec-expectations/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2012/03/20 13:37:28 taca Exp $ +# $NetBSD: Makefile,v 1.5 2012/04/29 05:28:41 taca Exp $ -DISTNAME= rspec-expectations-2.9.0 +DISTNAME= rspec-expectations-2.9.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,7 @@ HOMEPAGE= http://relishapp.com/rspec COMMENT= Behaviour Driven Development framework for Ruby, expectations LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.2<1.2:../../textproc/ruby-diff-lcs +DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.3<1.2:../../textproc/ruby-diff-lcs .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-rspec-expectations/distinfo b/devel/ruby-rspec-expectations/distinfo index 78468f63fa6..ba68ce2015e 100644 --- a/devel/ruby-rspec-expectations/distinfo +++ b/devel/ruby-rspec-expectations/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/03/20 13:37:28 taca Exp $ +$NetBSD: distinfo,v 1.5 2012/04/29 05:28:41 taca Exp $ -SHA1 (rspec-expectations-2.9.0.gem) = c3621b002aab1e41c4cff238faf66dc259c704cc -RMD160 (rspec-expectations-2.9.0.gem) = 0c507f31bb83f982204a50a5d8240058e5fdd2b5 -Size (rspec-expectations-2.9.0.gem) = 63488 bytes +SHA1 (rspec-expectations-2.9.1.gem) = bba3d963149235f626a1341bf1bfa2ef28c4bb39 +RMD160 (rspec-expectations-2.9.1.gem) = 111a37228d94840eb68eccb6054e3c5cb7f433cc +Size (rspec-expectations-2.9.1.gem) = 64000 bytes |