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/bfb717f648d4
branches: trunk
changeset: 363252:bfb717f648d4
user: taca <taca%pkgsrc.org@localhost>
date: Mon Jun 05 14:05:45 2017 +0000
description:
Update ruby-rspec-expectations to 3.6.0.
### 3.6.0 / 2017-05-04
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0.beta2...v3.6.0)
Enhancements:
* Treat NoMethodError as a failure for comparison matchers. (Jon Rowe, #972)
* Allow for scoped aliased and negated matchers--just call
`alias_matcher` or `define_negated_matcher` from within an example
group. (Markus Reiter, #974)
* Improve failure message of `change` matcher with block and `satisfy` matcher
by including the block snippet instead of just describing it as `result` or
`block` when Ripper is available. (Yuji Nakayama, #987)
Bug Fixes:
* Fix `yield_with_args` and `yield_successive_args` matchers so that
they compare expected to actual args at the time the args are yielded
instead of at the end, in case the method that is yielding mutates the
arguments after yielding. (Alyssa Ross, #965)
### 3.6.0.beta2 / 2016-12-12
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0.beta1...v3.6.0.beta2)
Bug Fixes:
* Using the exist matcher on `File` no longer produces a deprecation warning.
(Jon Rowe, #954)
### 3.6.0.beta1 / 2016-10-09
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0...v3.6.0.beta1)
Bug Fixes:
* Fix `contain_exactly` to work correctly with ranges. (Myron Marston, #940)
* Fix `change` to work correctly with sets. (Marcin Gajewski, #939)
diffstat:
devel/ruby-rspec-expectations/Makefile | 6 +++---
devel/ruby-rspec-expectations/PLIST | 3 ++-
devel/ruby-rspec-expectations/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 9 deletions(-)
diffs (53 lines):
diff -r 61d7e63bd7a6 -r bfb717f648d4 devel/ruby-rspec-expectations/Makefile
--- a/devel/ruby-rspec-expectations/Makefile Mon Jun 05 14:05:15 2017 +0000
+++ b/devel/ruby-rspec-expectations/Makefile Mon Jun 05 14:05:45 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2016/10/09 15:04:17 taca Exp $
+# $NetBSD: Makefile,v 1.22 2017/06/05 14:05:45 taca Exp $
-DISTNAME= rspec-expectations-3.5.0
+DISTNAME= rspec-expectations-3.6.0
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.5.0<3.6:../../devel/ruby-rspec-support
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.6.0<3.7:../../devel/ruby-rspec-support
DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs
.include "../../lang/ruby/gem.mk"
diff -r 61d7e63bd7a6 -r bfb717f648d4 devel/ruby-rspec-expectations/PLIST
--- a/devel/ruby-rspec-expectations/PLIST Mon Jun 05 14:05:15 2017 +0000
+++ b/devel/ruby-rspec-expectations/PLIST Mon Jun 05 14:05:45 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2015/11/29 14:50:42 taca Exp $
+@comment $NetBSD: PLIST,v 1.16 2017/06/05 14:05:45 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.yardopts
@@ -6,6 +6,7 @@
${GEM_LIBDIR}/LICENSE.md
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/rspec/expectations.rb
+${GEM_LIBDIR}/lib/rspec/expectations/block_snippet_extractor.rb
${GEM_LIBDIR}/lib/rspec/expectations/configuration.rb
${GEM_LIBDIR}/lib/rspec/expectations/expectation_target.rb
${GEM_LIBDIR}/lib/rspec/expectations/fail_with.rb
diff -r 61d7e63bd7a6 -r bfb717f648d4 devel/ruby-rspec-expectations/distinfo
--- a/devel/ruby-rspec-expectations/distinfo Mon Jun 05 14:05:15 2017 +0000
+++ b/devel/ruby-rspec-expectations/distinfo Mon Jun 05 14:05:45 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2016/10/09 15:04:17 taca Exp $
+$NetBSD: distinfo,v 1.22 2017/06/05 14:05:45 taca Exp $
-SHA1 (rspec-expectations-3.5.0.gem) = 8c2a4a5f1a74c1bcfa3db4958ffa8457c9eee201
-RMD160 (rspec-expectations-3.5.0.gem) = da4184c080217e2fae60b0ca427e3f37dba970ca
-SHA512 (rspec-expectations-3.5.0.gem) = 18a4c45bbc2bbc8207d8eaad42476eb516b54befc0c224640ada274ec6ba258838270557f89000cc5b565d1001179cce669fc69a1766303a0981117af4c77faf
-Size (rspec-expectations-3.5.0.gem) = 77312 bytes
+SHA1 (rspec-expectations-3.6.0.gem) = f9a29c948077f9986547ee6aaac5bf7c6aa4db3c
+RMD160 (rspec-expectations-3.6.0.gem) = c4ffcda886d04176c3a01ff4ba49b0707430f372
+SHA512 (rspec-expectations-3.6.0.gem) = 8a339d482bbed73aad29a5e3640392ed57ad0cce44852d88f4806f7f6ef81898478321e6d41da3cd22929a80aa72c3339d1f7b793a60c12f57f33020f71c8fc6
+Size (rspec-expectations-3.6.0.gem) = 80384 bytes
Home |
Main Index |
Thread Index |
Old Index