summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-11-29 14:50:42 +0000
committertaca <taca@pkgsrc.org>2015-11-29 14:50:42 +0000
commit47347084a9cd35b3cee952ce4bc6d37fdf97b565 (patch)
tree5573317e6006da2c6acc68ed6fe3137e748bb82b /devel
parent5b37f67f48edef40eac1df08d70f4bfb87841470 (diff)
downloadpkgsrc-47347084a9cd35b3cee952ce4bc6d37fdf97b565.tar.gz
Update ruby-rspec-expectations to 3.4.0.
### 3.4.0 / 2015-11-11 [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.3.1...v3.4.0) Enhancements: * Warn when `RSpec::Matchers` is included in a superclass after it has already been included in a subclass on MRI 1.9, since that situation can cause uses of `super` to trigger infinite recursion. (Myron Marston, #816) * Stop rescuing `NoMemoryError`, `SignalExcepetion`, `Interrupt` and `SystemExit`. It is dangerous to interfere with these. (Myron Marston, #845) * Add `#with_captures` to the [match matcher](https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers/match-matcher) which allows a user to specify expected captures when matching a regex against a string. (Sam Phippen, #848) * Always print compound failure messages in the multi-line form. Trying to print it all on a single line didn't read very well. (Myron Marston, #859) Bug Fixes: * Fix failure message from dynamic predicate matchers when the object does not respond to the predicate so that it is inspected rather than relying upon it's `to_s` -- that way for `nil`, `"nil"` is printed rather than an empty string. (Myron Marston, #841) * Fix SystemStackError raised when diffing an Enumerable object whose `#each` includes the object itself. (Yuji Nakayama, #857)
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-rspec-expectations/Makefile6
-rw-r--r--devel/ruby-rspec-expectations/PLIST4
-rw-r--r--devel/ruby-rspec-expectations/distinfo10
3 files changed, 10 insertions, 10 deletions
diff --git a/devel/ruby-rspec-expectations/Makefile b/devel/ruby-rspec-expectations/Makefile
index e9998cb1911..71ac949d049 100644
--- a/devel/ruby-rspec-expectations/Makefile
+++ b/devel/ruby-rspec-expectations/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2015/09/13 11:53:01 taca Exp $
+# $NetBSD: Makefile,v 1.20 2015/11/29 14:50:42 taca Exp $
-DISTNAME= rspec-expectations-3.3.1
+DISTNAME= rspec-expectations-3.4.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -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.3.0<3.4:../../devel/ruby-rspec-support
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.4.0<3.5:../../devel/ruby-rspec-support
DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs
.include "../../lang/ruby/gem.mk"
diff --git a/devel/ruby-rspec-expectations/PLIST b/devel/ruby-rspec-expectations/PLIST
index 97cd87e3875..f9656fca8d0 100644
--- a/devel/ruby-rspec-expectations/PLIST
+++ b/devel/ruby-rspec-expectations/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.14 2015/06/12 23:59:48 taca Exp $
+@comment $NetBSD: PLIST,v 1.15 2015/11/29 14:50:42 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/Changelog.md
-${GEM_LIBDIR}/License.txt
+${GEM_LIBDIR}/LICENSE.md
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/rspec/expectations.rb
${GEM_LIBDIR}/lib/rspec/expectations/configuration.rb
diff --git a/devel/ruby-rspec-expectations/distinfo b/devel/ruby-rspec-expectations/distinfo
index a1f21bcbc2e..e2eab91f41a 100644
--- a/devel/ruby-rspec-expectations/distinfo
+++ b/devel/ruby-rspec-expectations/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2015/11/03 03:29:28 agc Exp $
+$NetBSD: distinfo,v 1.20 2015/11/29 14:50:42 taca Exp $
-SHA1 (rspec-expectations-3.3.1.gem) = a1d2be2657a2c0d80ce776a8fa0e968369ad06e0
-RMD160 (rspec-expectations-3.3.1.gem) = 8f1878e1920346cf07c91632658d3b3bebde20b8
-SHA512 (rspec-expectations-3.3.1.gem) = c0602c7aa81e831ccbe78cf0fcaaaf0b7ed51897aa3427a38b55f1ae5d16dea09f650a8005f5bffa07a465865b80fc4de192726f5e7d474e201b767464cb4704
-Size (rspec-expectations-3.3.1.gem) = 73216 bytes
+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