pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec-core Update ruby-rspec-core to 2.9.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1eba9e57904c
branches:  trunk
changeset: 601329:1eba9e57904c
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 20 13:36:31 2012 +0000

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

diffstat:

 devel/ruby-rspec-core/Makefile |  4 ++--
 devel/ruby-rspec-core/PLIST    |  7 ++++---
 devel/ruby-rspec-core/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (49 lines):

diff -r 77ef2daa9554 -r 1eba9e57904c devel/ruby-rspec-core/Makefile
--- a/devel/ruby-rspec-core/Makefile    Tue Mar 20 13:28:43 2012 +0000
+++ b/devel/ruby-rspec-core/Makefile    Tue Mar 20 13:36:31 2012 +0000
@@ -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@localhost
diff -r 77ef2daa9554 -r 1eba9e57904c devel/ruby-rspec-core/PLIST
--- a/devel/ruby-rspec-core/PLIST       Tue Mar 20 13:28:43 2012 +0000
+++ b/devel/ruby-rspec-core/PLIST       Tue Mar 20 13:36:31 2012 +0000
@@ -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/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
diff -r 77ef2daa9554 -r 1eba9e57904c devel/ruby-rspec-core/distinfo
--- a/devel/ruby-rspec-core/distinfo    Tue Mar 20 13:28:43 2012 +0000
+++ b/devel/ruby-rspec-core/distinfo    Tue Mar 20 13:36:31 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index