From 6de6fd7b7a9bc6dc2805e998a2948cb3b580ab69 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 29 Nov 2015 14:48:51 +0000 Subject: [PATCH] Update ruby-rspec-support to 3.4.1. ### 3.4.1 / 2015-11-20 [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.4.0...v3.4.1) Bug Fixes: * Fix `RSpec::Support::RubyFeature.ripper_supported?` so it returns `false` on Rubinius since the Rubinius team has no plans to support it. This prevents rspec-core from trying to load and use ripper to extract failure snippets. (Aaron Stone, #251) ### 3.4.0 / 2015-11-11 [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.3.0...v3.4.0) Enhancements: * Improve formatting of `Delegator` based objects (e.g. `SimpleDelgator`) in failure messages and diffs. (Andrew Horner, #215) * Add `ComparableVersion`. (Yuji Nakayama, #245) * Add `Ripper` support detection. (Yuji Nakayama, #245) Bug Fixes: * Work around bug in JRuby that reports that `attr_writer` methods have no parameters, causing RSpec's verifying doubles to wrongly fail when mocking or stubbing a writer method on JRuby. (Myron Marston, #225) --- devel/ruby-rspec-support/Makefile | 4 ++-- devel/ruby-rspec-support/PLIST | 7 +++++-- devel/ruby-rspec-support/distinfo | 10 +++++----- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/devel/ruby-rspec-support/Makefile b/devel/ruby-rspec-support/Makefile index 5b944053e28b6..f85e6bc7d7e8e 100644 --- a/devel/ruby-rspec-support/Makefile +++ b/devel/ruby-rspec-support/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2015/06/12 23:57:27 taca Exp $ +# $NetBSD: Makefile,v 1.5 2015/11/29 14:48:51 taca Exp $ -DISTNAME= rspec-support-3.3.0 +DISTNAME= rspec-support-3.4.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-rspec-support/PLIST b/devel/ruby-rspec-support/PLIST index 4f3572f95d2e4..0abd959952261 100644 --- a/devel/ruby-rspec-support/PLIST +++ b/devel/ruby-rspec-support/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2015/06/12 23:57:27 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/11/29 14:48:51 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/Changelog.md -${GEM_LIBDIR}/LICENSE.txt +${GEM_LIBDIR}/LICENSE.md ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/lib/rspec/support.rb ${GEM_LIBDIR}/lib/rspec/support/caller_filter.rb +${GEM_LIBDIR}/lib/rspec/support/comparable_version.rb ${GEM_LIBDIR}/lib/rspec/support/differ.rb ${GEM_LIBDIR}/lib/rspec/support/directory_maker.rb ${GEM_LIBDIR}/lib/rspec/support/encoded_string.rb @@ -12,8 +13,10 @@ ${GEM_LIBDIR}/lib/rspec/support/fuzzy_matcher.rb ${GEM_LIBDIR}/lib/rspec/support/hunk_generator.rb ${GEM_LIBDIR}/lib/rspec/support/matcher_definition.rb ${GEM_LIBDIR}/lib/rspec/support/method_signature_verifier.rb +${GEM_LIBDIR}/lib/rspec/support/mutex.rb ${GEM_LIBDIR}/lib/rspec/support/object_formatter.rb ${GEM_LIBDIR}/lib/rspec/support/recursive_const_methods.rb +${GEM_LIBDIR}/lib/rspec/support/reentrant_mutex.rb ${GEM_LIBDIR}/lib/rspec/support/ruby_features.rb ${GEM_LIBDIR}/lib/rspec/support/spec.rb ${GEM_LIBDIR}/lib/rspec/support/spec/deprecation_helpers.rb diff --git a/devel/ruby-rspec-support/distinfo b/devel/ruby-rspec-support/distinfo index 2921fe5603b28..1d3eaafb48de7 100644 --- a/devel/ruby-rspec-support/distinfo +++ b/devel/ruby-rspec-support/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:29:29 agc Exp $ +$NetBSD: distinfo,v 1.6 2015/11/29 14:48:51 taca Exp $ -SHA1 (rspec-support-3.3.0.gem) = 790f9352b41dd472394767d449b23537635ca0c0 -RMD160 (rspec-support-3.3.0.gem) = c45fcc3196867471f23bae7ef4db17882205a5ac -SHA512 (rspec-support-3.3.0.gem) = 0fd860760d4eb8666e8dd9adbc32a6c43b6e9ab8b4574757e9a2cb7db9c9f07d3955df531f19582d6634cca914d70110af8f9c963913d4b4a5e61586aea20816 -Size (rspec-support-3.3.0.gem) = 28672 bytes +SHA1 (rspec-support-3.4.1.gem) = c60d74963f881a32e457af2c53c42f1831ab0937 +RMD160 (rspec-support-3.4.1.gem) = 07e1b4795a9ea015a8e4891e8df84c7d9e41c713 +SHA512 (rspec-support-3.4.1.gem) = 2252a8b51f742e1a8b6dacdc9a053c1e033bd9425b65520384b205314db6ffad567ac317ff4ccd64f1d518c73c9137e38a1bbd160724dd77841dfd7064e7380c +Size (rspec-support-3.4.1.gem) = 31744 bytes