Update ruby-rspec-core to 2.9.0.
### 2.9.0 / 2012-03-17 [full changelog](http://github.com/rspec/rspec-core/compare/v2.8.0...v2.9.0) Enhancements * Support for "X minutes X seconds" spec run duration in formatter. (uzzz) * Strip whitespace from group and example names in doc formatter. * Removed spork-0.9 shim. If you're using spork-0.8.x, you'll need to upgrade to 0.9.0. Bug fixes * Restore `--full_backtrace` option * Ensure that values passed to `config.filter_run` are respected when running over DRb (using spork). * Ensure shared example groups are reset after a run (as example groups are). * Remove `rescue false` from calls to filters represented as Procs * Ensure described_class gets the closest constant (pyromaniac) * In "autorun", don't run the specs in the at_exit hook if there was an exception (most likely due to a SyntaxError). (sunaku) * Don't extend groups with modules already used to extend ancestor groups. * `its` correctly memoizes nil or false values (Yamada Masaki)
This commit is contained in:
parent
d69af8b44a
commit
3adcc00bd4
3 changed files with 10 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2012/03/17 15:06:58 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2012/03/20 13:36:31 taca Exp $
|
||||
|
||||
DISTNAME= rspec-core-2.8.0
|
||||
DISTNAME= rspec-core-2.9.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2012/03/17 15:06:58 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2012/03/20 13:36:31 taca Exp $
|
||||
bin/autospec
|
||||
bin/rspec
|
||||
${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}/exe/autospec
|
||||
|
@ -108,8 +111,6 @@ ${GEM_LIBDIR}/lib/rspec/core/shared_example_group.rb
|
|||
${GEM_LIBDIR}/lib/rspec/core/subject.rb
|
||||
${GEM_LIBDIR}/lib/rspec/core/version.rb
|
||||
${GEM_LIBDIR}/lib/rspec/core/world.rb
|
||||
${GEM_LIBDIR}/lib/rspec/monkey.rb
|
||||
${GEM_LIBDIR}/lib/rspec/monkey/spork/test_framework/rspec.rb
|
||||
${GEM_LIBDIR}/spec/autotest/discover_spec.rb
|
||||
${GEM_LIBDIR}/spec/autotest/failed_results_re_spec.rb
|
||||
${GEM_LIBDIR}/spec/autotest/rspec_spec.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2012/03/17 15:06:58 taca Exp $
|
||||
$NetBSD: distinfo,v 1.4 2012/03/20 13:36:31 taca Exp $
|
||||
|
||||
SHA1 (rspec-core-2.8.0.gem) = bccec64b77fd33904a5f31635a9bf9adc62365e1
|
||||
RMD160 (rspec-core-2.8.0.gem) = 1fe2e03cb0cdb5121ae2cca36ba5ba1f5faec5c3
|
||||
Size (rspec-core-2.8.0.gem) = 128512 bytes
|
||||
SHA1 (rspec-core-2.9.0.gem) = 04f4c8734c389a5ca117fadcc60d1738d63ca673
|
||||
RMD160 (rspec-core-2.9.0.gem) = 6b690de3bb7b58532d058d7c33b2e94a366dac0d
|
||||
Size (rspec-core-2.9.0.gem) = 136704 bytes
|
||||
|
|
Loading…
Reference in a new issue