Sat Jun 2 00:45:07 2012 UTC ()
Update ruby-rspec-expectations to 2.10.0.

### 2.10.0 / 2012-05-03
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.9.1...v2.10.0)

Enhancements

* Add new `start_with` and `end_with` matchers (Jeremy Wadsack)
* Add new matchers for specifying yields (Myron Marson):
    * `expect {...}.to yield_control`
    * `expect {...}.to yield_with_args(1, 2, 3)`
    * `expect {...}.to yield_with_no_args`
    * `expect {...}.to yield_successive_args(1, 2, 3)`
* `match_unless_raises` takes multiple exception args

Bug fixes

* Fix `be_within` matcher to be inclusive of delta.
* Fix message-specific specs to pass on Rubinius (John Firebaugh)


(taca)
diff -r1.5 -r1.6 pkgsrc/devel/ruby-rspec-expectations/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/ruby-rspec-expectations/distinfo
diff -r1.4 -r1.5 pkgsrc/devel/ruby-rspec-expectations/PLIST

cvs diff -r1.5 -r1.6 pkgsrc/devel/ruby-rspec-expectations/Makefile (expand / switch to context diff)
--- pkgsrc/devel/ruby-rspec-expectations/Makefile 2012/04/29 05:28:41 1.5
+++ pkgsrc/devel/ruby-rspec-expectations/Makefile 2012/06/02 00:45:07 1.6
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2012/04/29 05:28:41 taca Exp $
+# $NetBSD: Makefile,v 1.6 2012/06/02 00:45:07 taca Exp $
 
-DISTNAME=	rspec-expectations-2.9.1
+DISTNAME=	rspec-expectations-2.10.0
 CATEGORIES=	devel
 
 MAINTAINER=	pkgsrc-users@NetBSD.org

cvs diff -r1.5 -r1.6 pkgsrc/devel/ruby-rspec-expectations/distinfo (expand / switch to context diff)
--- pkgsrc/devel/ruby-rspec-expectations/distinfo 2012/04/29 05:28:41 1.5
+++ pkgsrc/devel/ruby-rspec-expectations/distinfo 2012/06/02 00:45:07 1.6
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2012/04/29 05:28:41 taca Exp $
+$NetBSD: distinfo,v 1.6 2012/06/02 00:45:07 taca Exp $
 
-SHA1 (rspec-expectations-2.9.1.gem) = bba3d963149235f626a1341bf1bfa2ef28c4bb39
+SHA1 (rspec-expectations-2.10.0.gem) = 8e201de0085ba6ebe293377009576311565cac80
-RMD160 (rspec-expectations-2.9.1.gem) = 111a37228d94840eb68eccb6054e3c5cb7f433cc
+RMD160 (rspec-expectations-2.10.0.gem) = eac596fcb51579e7c1006b93b30b1b0df86d63ba
-Size (rspec-expectations-2.9.1.gem) = 64000 bytes
+Size (rspec-expectations-2.10.0.gem) = 70144 bytes

cvs diff -r1.4 -r1.5 pkgsrc/devel/ruby-rspec-expectations/PLIST (expand / switch to context diff)
--- pkgsrc/devel/ruby-rspec-expectations/PLIST 2012/03/20 13:37:28 1.4
+++ pkgsrc/devel/ruby-rspec-expectations/PLIST 2012/06/02 00:45:07 1.5
@@ -1,16 +1,17 @@
-@comment $NetBSD: PLIST,v 1.4 2012/03/20 13:37:28 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2012/06/02 00:45:07 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
 ${GEM_LIBDIR}/.yardopts
 ${GEM_LIBDIR}/Changelog.md
 ${GEM_LIBDIR}/License.txt
 ${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/features/README.markdown
+${GEM_LIBDIR}/features/README.md
 ${GEM_LIBDIR}/features/Upgrade.md
 ${GEM_LIBDIR}/features/built_in_matchers/README.md
 ${GEM_LIBDIR}/features/built_in_matchers/be.feature
 ${GEM_LIBDIR}/features/built_in_matchers/be_within.feature
 ${GEM_LIBDIR}/features/built_in_matchers/cover.feature
+${GEM_LIBDIR}/features/built_in_matchers/end_with.feature
 ${GEM_LIBDIR}/features/built_in_matchers/equality.feature
 ${GEM_LIBDIR}/features/built_in_matchers/exist.feature
 ${GEM_LIBDIR}/features/built_in_matchers/expect_change.feature
@@ -22,8 +23,10 @@
 ${GEM_LIBDIR}/features/built_in_matchers/predicates.feature
 ${GEM_LIBDIR}/features/built_in_matchers/respond_to.feature
 ${GEM_LIBDIR}/features/built_in_matchers/satisfy.feature
+${GEM_LIBDIR}/features/built_in_matchers/start_with.feature
 ${GEM_LIBDIR}/features/built_in_matchers/throw_symbol.feature
 ${GEM_LIBDIR}/features/built_in_matchers/types.feature
+${GEM_LIBDIR}/features/built_in_matchers/yield.feature
 ${GEM_LIBDIR}/features/custom_matchers/access_running_example.feature
 ${GEM_LIBDIR}/features/custom_matchers/define_diffable_matcher.feature
 ${GEM_LIBDIR}/features/custom_matchers/define_matcher.feature
@@ -70,7 +73,9 @@
 ${GEM_LIBDIR}/lib/rspec/matchers/built_in/raise_error.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/built_in/respond_to.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/built_in/satisfy.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/start_and_end_with.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/built_in/throw_symbol.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/yield.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/compatibility.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/dsl.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/extensions/instance_eval_with_args.rb
@@ -110,7 +115,9 @@
 ${GEM_LIBDIR}/spec/rspec/matchers/raise_error_spec.rb
 ${GEM_LIBDIR}/spec/rspec/matchers/respond_to_spec.rb
 ${GEM_LIBDIR}/spec/rspec/matchers/satisfy_spec.rb
+${GEM_LIBDIR}/spec/rspec/matchers/start_with_end_with_spec.rb
 ${GEM_LIBDIR}/spec/rspec/matchers/throw_symbol_spec.rb
+${GEM_LIBDIR}/spec/rspec/matchers/yield_spec.rb
 ${GEM_LIBDIR}/spec/spec_helper.rb
 ${GEM_LIBDIR}/spec/support/classes.rb
 ${GEM_LIBDIR}/spec/support/matchers.rb