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 Jun 5 14:05:45 UTC 2017
Modified Files:
pkgsrc/devel/ruby-rspec-expectations: Makefile PLIST distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/ruby-rspec-expectations/Makefile \
pkgsrc/devel/ruby-rspec-expectations/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-rspec-expectations/PLIST
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.21 pkgsrc/devel/ruby-rspec-expectations/Makefile:1.22
--- pkgsrc/devel/ruby-rspec-expectations/Makefile:1.21 Sun Oct 9 15:04:17 2016
+++ pkgsrc/devel/ruby-rspec-expectations/Makefile Mon Jun 5 14:05:45 2017
@@ -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 @@ HOMEPAGE= http://relishapp.com/rspec
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"
Index: pkgsrc/devel/ruby-rspec-expectations/distinfo
diff -u pkgsrc/devel/ruby-rspec-expectations/distinfo:1.21 pkgsrc/devel/ruby-rspec-expectations/distinfo:1.22
--- pkgsrc/devel/ruby-rspec-expectations/distinfo:1.21 Sun Oct 9 15:04:17 2016
+++ pkgsrc/devel/ruby-rspec-expectations/distinfo Mon Jun 5 14:05:45 2017
@@ -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
Index: pkgsrc/devel/ruby-rspec-expectations/PLIST
diff -u pkgsrc/devel/ruby-rspec-expectations/PLIST:1.15 pkgsrc/devel/ruby-rspec-expectations/PLIST:1.16
--- pkgsrc/devel/ruby-rspec-expectations/PLIST:1.15 Sun Nov 29 14:50:42 2015
+++ pkgsrc/devel/ruby-rspec-expectations/PLIST Mon Jun 5 14:05:45 2017
@@ -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}/Changelog.md
${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
Home |
Main Index |
Thread Index |
Old Index