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/12606a8ad058
branches: trunk
changeset: 353616:12606a8ad058
user: taca <taca%pkgsrc.org@localhost>
date: Sun Oct 09 15:04:17 2016 +0000
description:
Update ruby-rspec-expectations to 3.5.0.
### 3.5.0 / 2016-07-01
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0.beta4...v3.5.0)
**No user facing changes since beta4**
### 3.5.0.beta4 / 2016-06-05
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0.beta3...v3.5.0.beta4)
Bug Fixes:
* Fix `include` matcher so that it provides a valid diff for hashes. (Yuji Nakayama, #916)
### 3.5.0.beta3 / 2016-04-02
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0.beta2...v3.5.0.beta3)
Enhancements:
* Make `rspec/expectations/minitest_integration` work on Minitest::Spec
5.6+. (Myron Marston, #904)
* Add an alias `having_attributes` for `have_attributes` matcher.
(Yuji Nakayama, #905)
* Improve `change` matcher error message when block is mis-used.
(Alex Altair, #908)
### 3.5.0.beta2 / 2016-03-10
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0.beta1...v3.5.0.beta2)
Enhancements:
* Add the ability to raise an error on encountering false positives via
`RSpec::Configuration#on_potential_false_positives = :raise`. (Jon Rowe, #900)
* When using the custom matcher DSL, support new
`notify_expectation_failures: true` option for the `match` method to
allow expectation failures to be raised as normal instead of being
converted into a `false` return value for `matches?`. (Jon Rowe, #892)
Bug Fixes:
* Allow `should` deprecation check to work on `BasicObject`s. (James Coleman, #898)
### 3.5.0.beta1 / 2016-02-06
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.4.0...v3.5.0.beta1)
Enhancements:
* Make `match_when_negated` in custom matcher DSL support use of
expectations within the match logic. (Chris Arcand, #789)
Bug Fixes:
* Return `true` as expected from passing negated expectations
(such as `expect("foo").not_to eq "bar"`), so they work
properly when used within a `match` or `match_when_negated`
block. (Chris Arcand, #789)
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 7581133dc146 -r 12606a8ad058 devel/ruby-rspec-expectations/Makefile
--- a/devel/ruby-rspec-expectations/Makefile Sun Oct 09 15:03:12 2016 +0000
+++ b/devel/ruby-rspec-expectations/Makefile Sun Oct 09 15:04:17 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2015/11/29 14:50:42 taca Exp $
+# $NetBSD: Makefile,v 1.21 2016/10/09 15:04:17 taca Exp $
-DISTNAME= rspec-expectations-3.4.0
+DISTNAME= rspec-expectations-3.5.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.4.0<3.5:../../devel/ruby-rspec-support
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.5.0<3.6:../../devel/ruby-rspec-support
DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs
.include "../../lang/ruby/gem.mk"
diff -r 7581133dc146 -r 12606a8ad058 devel/ruby-rspec-expectations/distinfo
--- a/devel/ruby-rspec-expectations/distinfo Sun Oct 09 15:03:12 2016 +0000
+++ b/devel/ruby-rspec-expectations/distinfo Sun Oct 09 15:04:17 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2015/11/29 14:50:42 taca Exp $
+$NetBSD: distinfo,v 1.21 2016/10/09 15:04:17 taca Exp $
-SHA1 (rspec-expectations-3.4.0.gem) = 610947a532efb5e4c5b8732168f70c043edb19b1
-RMD160 (rspec-expectations-3.4.0.gem) = 0717028dbbc4688276b13117485c085e310fe21c
-SHA512 (rspec-expectations-3.4.0.gem) = d6f6a3dafd6a101a0618e7358c1957327fab99ac1b42aaf7be68d2f5855b96abff03f13cbe23d83f792b361943fcafd13c230b9bae0503f9bb2461a09211fd47
-Size (rspec-expectations-3.4.0.gem) = 75264 bytes
+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
Home |
Main Index |
Thread Index |
Old Index