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 devel/ruby-rspec-expecta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/160d6175c868
branches:  trunk
changeset: 323201:160d6175c868
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon May 06 05:31:40 2019 +0000

description:
devel/ruby-rspec-expectations: update to 3.8.3

### 3.8.3 / 2019-04-20
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.2...v3.8.3)

Bug Fixes:

* Prevent composed `all` matchers from leaking into their siblings leading to duplicate
  failures. (Jamie English, #1086)
* Prevent objects which change their hash on comparison from failing change checks.
  (Phil Pirozhkov, #1110)
* Issue an `ArgumentError` rather than a `NoMethodError` when `be_an_instance_of` and
  `be_kind_of` matchers encounter objects not supporting those methods.
  (Taichi Ishitani, #1107)

diffstat:

 devel/ruby-rspec-expectations/Makefile |   4 ++--
 devel/ruby-rspec-expectations/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 4ff2dbdd4d65 -r 160d6175c868 devel/ruby-rspec-expectations/Makefile
--- a/devel/ruby-rspec-expectations/Makefile    Mon May 06 05:31:02 2019 +0000
+++ b/devel/ruby-rspec-expectations/Makefile    Mon May 06 05:31:40 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2019/02/06 15:13:06 taca Exp $
+# $NetBSD: Makefile,v 1.26 2019/05/06 05:31:40 taca Exp $
 
-DISTNAME=      rspec-expectations-3.8.2
+DISTNAME=      rspec-expectations-3.8.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 4ff2dbdd4d65 -r 160d6175c868 devel/ruby-rspec-expectations/distinfo
--- a/devel/ruby-rspec-expectations/distinfo    Mon May 06 05:31:02 2019 +0000
+++ b/devel/ruby-rspec-expectations/distinfo    Mon May 06 05:31:40 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2019/02/06 15:13:06 taca Exp $
+$NetBSD: distinfo,v 1.25 2019/05/06 05:31:40 taca Exp $
 
-SHA1 (rspec-expectations-3.8.2.gem) = 4a06d80243edebb977a7f04875c6e7d3acbd69a5
-RMD160 (rspec-expectations-3.8.2.gem) = b57d37a05bb973c90c8a698202460c2bd7967a53
-SHA512 (rspec-expectations-3.8.2.gem) = 74c6b9398f49004fa2c5a78855c43151097c0790983b2596ef23ed932ab8249235ed3fcade07aea69198c0c24d75121059173cb074b07e976b0725f87dd19921
-Size (rspec-expectations-3.8.2.gem) = 81920 bytes
+SHA1 (rspec-expectations-3.8.3.gem) = 7682eb18cb44eceb64cb528d85080eab957beab6
+RMD160 (rspec-expectations-3.8.3.gem) = 7a68a227042cd0c0d8d0e85c54b930e45192c1c4
+SHA512 (rspec-expectations-3.8.3.gem) = 6d8b3c9a2a965fc3e5e1750af043e939c6ee28a84c77e1b8f1c83c344fabaf256274c4aa79aa1a789f09311c828089df60b727262489623172c1c141c65f8755
+Size (rspec-expectations-3.8.3.gem) = 82432 bytes



Home | Main Index | Thread Index | Old Index