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/8315131055c1
branches:  trunk
changeset: 604561:8315131055c1
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Jun 02 00:45:07 2012 +0000

description:
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)

diffstat:

 devel/ruby-rspec-expectations/Makefile |   4 ++--
 devel/ruby-rspec-expectations/PLIST    |  11 +++++++++--
 devel/ruby-rspec-expectations/distinfo |   8 ++++----
 3 files changed, 15 insertions(+), 8 deletions(-)

diffs (79 lines):

diff -r ab00cafd3e2b -r 8315131055c1 devel/ruby-rspec-expectations/Makefile
--- a/devel/ruby-rspec-expectations/Makefile    Sat Jun 02 00:44:33 2012 +0000
+++ b/devel/ruby-rspec-expectations/Makefile    Sat Jun 02 00:45:07 2012 +0000
@@ -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@localhost
diff -r ab00cafd3e2b -r 8315131055c1 devel/ruby-rspec-expectations/PLIST
--- a/devel/ruby-rspec-expectations/PLIST       Sat Jun 02 00:44:33 2012 +0000
+++ b/devel/ruby-rspec-expectations/PLIST       Sat Jun 02 00:45:07 2012 +0000
@@ -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
diff -r ab00cafd3e2b -r 8315131055c1 devel/ruby-rspec-expectations/distinfo
--- a/devel/ruby-rspec-expectations/distinfo    Sat Jun 02 00:44:33 2012 +0000
+++ b/devel/ruby-rspec-expectations/distinfo    Sat Jun 02 00:45:07 2012 +0000
@@ -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
-RMD160 (rspec-expectations-2.9.1.gem) = 111a37228d94840eb68eccb6054e3c5cb7f433cc
-Size (rspec-expectations-2.9.1.gem) = 64000 bytes
+SHA1 (rspec-expectations-2.10.0.gem) = 8e201de0085ba6ebe293377009576311565cac80
+RMD160 (rspec-expectations-2.10.0.gem) = eac596fcb51579e7c1006b93b30b1b0df86d63ba
+Size (rspec-expectations-2.10.0.gem) = 70144 bytes



Home | Main Index | Thread Index | Old Index