summaryrefslogtreecommitdiff
path: root/devel/ruby-rspec-expectations
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-03-11 07:47:46 +0000
committertaca <taca@pkgsrc.org>2013-03-11 07:47:46 +0000
commitcf59a5dd6b26a824b30583030c65fed3a1beb740 (patch)
tree53c5c32d2986e2187dd3ff64521f5aa2faf01dec /devel/ruby-rspec-expectations
parent7863a8f04ff35dc9d42628b98ddf80c2f3b32774 (diff)
downloadpkgsrc-cf59a5dd6b26a824b30583030c65fed3a1beb740.tar.gz
Update ruby-rspec-expectations to 2.13.0.
### 2.13.0 / 2013-02-23 [full changelog](http://github.com/rspec/rspec-expectations/compare/v2.12.1...v2.13.0) Enhancements * Add support for percent deltas to `be_within` matcher: `expect(value).to be_within(10).percent_of(expected)` (Myron Marston). * Add support to `include` matcher to allow it to be given a list of matchers as the expecteds to match against (Luke Redpath). Bug fixes * Fix `change` matcher so that it dups strings in order to handle mutated strings (Myron Marston). * Fix `should be =~ /some regex/` / `expect(...).to be =~ /some regex/`. Previously, these either failed with a confusing `undefined method matches?' for false:FalseClass` error or were no-ops that didn't actually verify anything (Myron Marston). * Add compatibility for diff-lcs 1.2 and relax the version constraint (Peter Goldstein). * Fix DSL-generated matchers to allow multiple instances of the same matcher in the same example to have different description and failure messages based on the expected value (Myron Marston). * Prevent `undefined method #split for Array` error when dumping the diff of an array of multiline strings (Myron Marston). * Don't blow up when comparing strings that are in an encoding that is not ASCII compatible (Myron Marston). * Remove confusing "Check the implementation of #==" message printed for empty diffs (Myron Marston).
Diffstat (limited to 'devel/ruby-rspec-expectations')
-rw-r--r--devel/ruby-rspec-expectations/Makefile5
-rw-r--r--devel/ruby-rspec-expectations/PLIST3
-rw-r--r--devel/ruby-rspec-expectations/distinfo8
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/ruby-rspec-expectations/Makefile b/devel/ruby-rspec-expectations/Makefile
index 1a893df6d52..8d2a15bcb7b 100644
--- a/devel/ruby-rspec-expectations/Makefile
+++ b/devel/ruby-rspec-expectations/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2013/02/11 02:30:49 taca Exp $
+# $NetBSD: Makefile,v 1.12 2013/03/11 07:47:46 taca Exp $
-DISTNAME= rspec-expectations-2.12.1
-PKGREVISION= 1
+DISTNAME= rspec-expectations-2.13.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-rspec-expectations/PLIST b/devel/ruby-rspec-expectations/PLIST
index 1d6ed719931..5959e4dd46e 100644
--- a/devel/ruby-rspec-expectations/PLIST
+++ b/devel/ruby-rspec-expectations/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2012/12/16 16:44:31 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2013/03/11 07:47:46 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.yardopts
@@ -109,6 +109,7 @@ ${GEM_LIBDIR}/spec/rspec/matchers/equal_spec.rb
${GEM_LIBDIR}/spec/rspec/matchers/exist_spec.rb
${GEM_LIBDIR}/spec/rspec/matchers/has_spec.rb
${GEM_LIBDIR}/spec/rspec/matchers/have_spec.rb
+${GEM_LIBDIR}/spec/rspec/matchers/include_matcher_integration_spec.rb
${GEM_LIBDIR}/spec/rspec/matchers/include_spec.rb
${GEM_LIBDIR}/spec/rspec/matchers/match_array_spec.rb
${GEM_LIBDIR}/spec/rspec/matchers/match_spec.rb
diff --git a/devel/ruby-rspec-expectations/distinfo b/devel/ruby-rspec-expectations/distinfo
index 52046014dbe..8c017b64d5c 100644
--- a/devel/ruby-rspec-expectations/distinfo
+++ b/devel/ruby-rspec-expectations/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2012/12/17 12:15:41 taca Exp $
+$NetBSD: distinfo,v 1.11 2013/03/11 07:47:46 taca Exp $
-SHA1 (rspec-expectations-2.12.1.gem) = fd2ba168121e93e71f41dbc3169d6cc7aea5c69d
-RMD160 (rspec-expectations-2.12.1.gem) = f322d92876614bd8d92b9ff7a46b74757b443b80
-Size (rspec-expectations-2.12.1.gem) = 80384 bytes
+SHA1 (rspec-expectations-2.13.0.gem) = 6e6840da013ccca8b34c4f53e02e680ba7df12e4
+RMD160 (rspec-expectations-2.13.0.gem) = 47396144e2a869ba4ca2fd87dec50c9ca71e2162
+Size (rspec-expectations-2.13.0.gem) = 84992 bytes