pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-rspec-expectations



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon May  6 05:31:40 UTC 2019

Modified Files:
        pkgsrc/devel/ruby-rspec-expectations: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/ruby-rspec-expectations/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/ruby-rspec-expectations/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-rspec-expectations/Makefile
diff -u pkgsrc/devel/ruby-rspec-expectations/Makefile:1.25 pkgsrc/devel/ruby-rspec-expectations/Makefile:1.26
--- pkgsrc/devel/ruby-rspec-expectations/Makefile:1.25  Wed Feb  6 15:13:06 2019
+++ pkgsrc/devel/ruby-rspec-expectations/Makefile       Mon May  6 05:31:40 2019
@@ -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

Index: pkgsrc/devel/ruby-rspec-expectations/distinfo
diff -u pkgsrc/devel/ruby-rspec-expectations/distinfo:1.24 pkgsrc/devel/ruby-rspec-expectations/distinfo:1.25
--- pkgsrc/devel/ruby-rspec-expectations/distinfo:1.24  Wed Feb  6 15:13:06 2019
+++ pkgsrc/devel/ruby-rspec-expectations/distinfo       Mon May  6 05:31:40 2019
@@ -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