diff options
author | taca <taca@pkgsrc.org> | 2014-03-14 16:42:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-03-14 16:42:22 +0000 |
commit | 0930855fce5ee62b357c84e01f4bebfc98341b5b (patch) | |
tree | 3071e0cc4350e4e43ebc895a5b0f6af176f59283 /devel/ruby-rspec-expectations | |
parent | b961b40b5a7a33c1d1a817cd0190f5c87a034220 (diff) | |
download | pkgsrc-0930855fce5ee62b357c84e01f4bebfc98341b5b.tar.gz |
Update ruby-rspec-expectations to 2.14.5.
### 2.14.5 / 2014-02-01
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.4...v2.14.5)
Bug fixes
* Fix wrong matcher descriptions with falsey expected value (yujinakayama)
### 2.14.4 / 2013-11-06
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.3...v2.14.4)
Bug fixes
* Make the `match` matcher produce a diff output. (Jon Rowe, Ben Moss)
* Choose encoding for diff's more intelligently, and when all else fails fall
back to default internal encoding with replacing characters. (Jon Rowe)
### 2.14.3 / 2013-09-22
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.2...v2.14.3)
Bug fixes
* Fix operator matchers (`should` syntax) when `method` is redefined on target.
(Brandon Turner)
* Fix diffing of hashes with object based keys. (Jon Rowe)
* Fix operator matchers (`should` syntax) when operator is defined via
`method_missing` (Jon Rowe)
Diffstat (limited to 'devel/ruby-rspec-expectations')
-rw-r--r-- | devel/ruby-rspec-expectations/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-rspec-expectations/PLIST | 3 | ||||
-rw-r--r-- | devel/ruby-rspec-expectations/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/ruby-rspec-expectations/Makefile b/devel/ruby-rspec-expectations/Makefile index 8c5983563af..4d92247d012 100644 --- a/devel/ruby-rspec-expectations/Makefile +++ b/devel/ruby-rspec-expectations/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2013/09/15 10:14:58 taca Exp $ +# $NetBSD: Makefile,v 1.14 2014/03/14 16:42:22 taca Exp $ -DISTNAME= rspec-expectations-2.14.2 +DISTNAME= rspec-expectations-2.14.5 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-rspec-expectations/PLIST b/devel/ruby-rspec-expectations/PLIST index 5a678a2af25..fa51a488575 100644 --- a/devel/ruby-rspec-expectations/PLIST +++ b/devel/ruby-rspec-expectations/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2013/09/15 10:14:58 taca Exp $ +@comment $NetBSD: PLIST,v 1.11 2014/03/14 16:42:22 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.document ${GEM_LIBDIR}/.yardopts @@ -94,6 +94,7 @@ ${GEM_LIBDIR}/spec/rspec/expectations/extensions/kernel_spec.rb ${GEM_LIBDIR}/spec/rspec/expectations/fail_with_spec.rb ${GEM_LIBDIR}/spec/rspec/expectations/handler_spec.rb ${GEM_LIBDIR}/spec/rspec/expectations/syntax_spec.rb +${GEM_LIBDIR}/spec/rspec/expectations_spec.rb ${GEM_LIBDIR}/spec/rspec/matchers/base_matcher_spec.rb ${GEM_LIBDIR}/spec/rspec/matchers/be_close_spec.rb ${GEM_LIBDIR}/spec/rspec/matchers/be_instance_of_spec.rb diff --git a/devel/ruby-rspec-expectations/distinfo b/devel/ruby-rspec-expectations/distinfo index 3fa5baaa557..9500a538915 100644 --- a/devel/ruby-rspec-expectations/distinfo +++ b/devel/ruby-rspec-expectations/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2013/09/15 10:14:58 taca Exp $ +$NetBSD: distinfo,v 1.13 2014/03/14 16:42:22 taca Exp $ -SHA1 (rspec-expectations-2.14.2.gem) = e65cf778c7611af04986326ddf484248dc5c8286 -RMD160 (rspec-expectations-2.14.2.gem) = cf2d8a98ec6f5f43461cffd2fe1481d77bd0a919 -Size (rspec-expectations-2.14.2.gem) = 88576 bytes +SHA1 (rspec-expectations-2.14.5.gem) = 09faafe87f2a5ef6558cbe5ddf42c4eebc3e1c3c +RMD160 (rspec-expectations-2.14.5.gem) = a8dbabc0396d72d7e68273271c2ecb4ea88137dd +Size (rspec-expectations-2.14.5.gem) = 90112 bytes |