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:           Wed Feb  6 15:13:06 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/ruby-rspec-expectations/Makefile
cvs rdiff -u -r1.23 -r1.24 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.24 pkgsrc/devel/ruby-rspec-expectations/Makefile:1.25
--- pkgsrc/devel/ruby-rspec-expectations/Makefile:1.24  Wed Mar 14 14:19:55 2018
+++ pkgsrc/devel/ruby-rspec-expectations/Makefile       Wed Feb  6 15:13:06 2019
@@ -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 @@ HOMEPAGE=       https://relishapp.com/rspec
 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"

Index: pkgsrc/devel/ruby-rspec-expectations/distinfo
diff -u pkgsrc/devel/ruby-rspec-expectations/distinfo:1.23 pkgsrc/devel/ruby-rspec-expectations/distinfo:1.24
--- pkgsrc/devel/ruby-rspec-expectations/distinfo:1.23  Wed Mar 14 14:19:55 2018
+++ pkgsrc/devel/ruby-rspec-expectations/distinfo       Wed Feb  6 15:13:06 2019
@@ -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