pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec-expectations Update ruby-rspec-expect...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d80b52105176
branches:  trunk
changeset: 631921:d80b52105176
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 14 16:42:22 2014 +0000

description:
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:

 devel/ruby-rspec-expectations/Makefile |  4 ++--
 devel/ruby-rspec-expectations/PLIST    |  3 ++-
 devel/ruby-rspec-expectations/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r e51a9314af19 -r d80b52105176 devel/ruby-rspec-expectations/Makefile
--- a/devel/ruby-rspec-expectations/Makefile    Fri Mar 14 16:40:41 2014 +0000
+++ b/devel/ruby-rspec-expectations/Makefile    Fri Mar 14 16:42:22 2014 +0000
@@ -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@localhost
diff -r e51a9314af19 -r d80b52105176 devel/ruby-rspec-expectations/PLIST
--- a/devel/ruby-rspec-expectations/PLIST       Fri Mar 14 16:40:41 2014 +0000
+++ b/devel/ruby-rspec-expectations/PLIST       Fri Mar 14 16:42:22 2014 +0000
@@ -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/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 -r e51a9314af19 -r d80b52105176 devel/ruby-rspec-expectations/distinfo
--- a/devel/ruby-rspec-expectations/distinfo    Fri Mar 14 16:40:41 2014 +0000
+++ b/devel/ruby-rspec-expectations/distinfo    Fri Mar 14 16:42:22 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index