summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-06-02 00:45:07 +0000
committertaca <taca@pkgsrc.org>2012-06-02 00:45:07 +0000
commit135a9b132a2e55714392b0a38d0fca44b78702e9 (patch)
tree04e6904a81fbbf774bc9bc47d8df4708f118a7de /devel
parent73783e2d1c61363b959b56c0ef07d3266ac2ef4c (diff)
downloadpkgsrc-135a9b132a2e55714392b0a38d0fca44b78702e9.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/ruby-rspec-expectations/Makefile4
-rw-r--r--devel/ruby-rspec-expectations/PLIST11
-rw-r--r--devel/ruby-rspec-expectations/distinfo8
3 files changed, 15 insertions, 8 deletions
diff --git a/devel/ruby-rspec-expectations/Makefile b/devel/ruby-rspec-expectations/Makefile
index 98154a47920..563d531fa3a 100644
--- a/devel/ruby-rspec-expectations/Makefile
+++ b/devel/ruby-rspec-expectations/Makefile
@@ -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
diff --git a/devel/ruby-rspec-expectations/PLIST b/devel/ruby-rspec-expectations/PLIST
index eafb4838114..f4c243a5713 100644
--- a/devel/ruby-rspec-expectations/PLIST
+++ b/devel/ruby-rspec-expectations/PLIST
@@ -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/operators.feature
${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/match_array.rb
${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/operator_matcher_spec.rb
${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 --git a/devel/ruby-rspec-expectations/distinfo b/devel/ruby-rspec-expectations/distinfo
index ba68ce2015e..5781c1d1e80 100644
--- a/devel/ruby-rspec-expectations/distinfo
+++ b/devel/ruby-rspec-expectations/distinfo
@@ -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