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/843256ee24c9
branches: trunk
changeset: 329409:843256ee24c9
user: taca <taca%pkgsrc.org@localhost>
date: Wed Feb 06 15:13:06 2019 +0000
description:
devel/ruby-rspec-expectations: update to 3.8.2
### 3.8.2 / 2018-10-09
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.1...v3.8.2)
Bug Fixes:
* Change `include` matcher to rely on a `respond_to?(:include?)` check rather than a direct
Hash comparison before calling `to_hash` to convert to a hash. (Jordan Owens, #1073)
* Prevent unexpected call stack jumps from causing an obscure error (`IndexError`), and
replace that error with a proper informative message. (Jon Rowe, #1076)
### 3.8.1 / 2018-08-06
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.0...v3.8.1)
Bug Fixes:
* Fix regression in `include` matcher so stopped
`expect(hash.with_indifferent_access).to include(:symbol_key)`
from working. (Eito Katagiri, #1069)
### 3.8.0 / 2018-08-04
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.7.0...v3.8.0)
Enhancements:
* Improve failure message of `change(receiver, :message)` by including the
receiver as `SomeClass#some_message`. (Tomohiro Hashidate, #1005)
* Improve `change` matcher so that it can correctly detect changes in
deeply nested mutable objects (such as arrays-of-hashes-of-arrays).
The improved logic uses the before/after `hash` value to see if the
object has been mutated, rather than shallow duping the object.
(Myron Marston, #1034)
* Improve `include` matcher so that pseudo-hash objects (e.g. objects
that decorate a hash using a `SimpleDelegator` or similar) are treated
as a hash, as long as they implement `to_hash`. (Pablo Brasero, #1012)
* Add `max_formatted_output_length=` to configuration, allowing changing
the length at which we truncate large output strings.
(Sam Phippen #951, Benoit Tigeot #1056)
* Improve error message when passing a matcher that doesn't support block
expectations to a block based `expect`. (@nicktime, #1066)
diffstat:
devel/ruby-rspec-expectations/Makefile | 6 +++---
devel/ruby-rspec-expectations/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r 26948356748f -r 843256ee24c9 devel/ruby-rspec-expectations/Makefile
--- a/devel/ruby-rspec-expectations/Makefile Wed Feb 06 15:12:33 2019 +0000
+++ b/devel/ruby-rspec-expectations/Makefile Wed Feb 06 15:13:06 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2018/03/14 14:19:55 taca Exp $
+# $NetBSD: Makefile,v 1.25 2019/02/06 15:13:06 taca Exp $
-DISTNAME= rspec-expectations-3.7.0
+DISTNAME= rspec-expectations-3.8.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,7 @@
COMMENT= Behaviour Driven Development framework for Ruby, expectations
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.7.0<3.8:../../devel/ruby-rspec-support
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.8.0<3.9:../../devel/ruby-rspec-support
DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs
.include "../../lang/ruby/gem.mk"
diff -r 26948356748f -r 843256ee24c9 devel/ruby-rspec-expectations/distinfo
--- a/devel/ruby-rspec-expectations/distinfo Wed Feb 06 15:12:33 2019 +0000
+++ b/devel/ruby-rspec-expectations/distinfo Wed Feb 06 15:13:06 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2018/03/14 14:19:55 taca Exp $
+$NetBSD: distinfo,v 1.24 2019/02/06 15:13:06 taca Exp $
-SHA1 (rspec-expectations-3.7.0.gem) = 6962a1ca12fd2fd71d7940932ef57559991feabb
-RMD160 (rspec-expectations-3.7.0.gem) = e60d5103132e7b1b175b10e851455366ddad6348
-SHA512 (rspec-expectations-3.7.0.gem) = 011575f87fb26ea3dd04ebff30f94c6686f07508c3adfd5b1fe6cde12758bd05773b685e45d4596ccccf860b85de74da14ea80072ac09932aa0ab30e06304a24
-Size (rspec-expectations-3.7.0.gem) = 80896 bytes
+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
Home |
Main Index |
Thread Index |
Old Index