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.10.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ab00cafd3e2b
branches: trunk
changeset: 604560:ab00cafd3e2b
user: taca <taca%pkgsrc.org@localhost>
date: Sat Jun 02 00:44:33 2012 +0000
description:
Update ruby-rspec-core to 2.10.1.
### 2.10.1 / 2012-05-19
[full changelog](http://github.com/rspec/rspec-core/compare/v2.10.0...v2.10.1)
Bug fixes
* `RSpec.reset` properly reinits configuration and world
* Call `to_s` before `split` on exception messages that might not always be
Strings (slyphon)
### 2.10.0 / 2012-05-03
[full changelog](http://github.com/rspec/rspec-core/compare/v2.9.0...v2.10.0)
Enhancements
* Add `prepend_before` and `append_after` hooks (preethiramdev)
* intended for extension libs
* restores rspec-1 behavior
* Reporting of profiled examples (moro)
* Report the total amount of time taken for the top slowest examples.
* Report what percentage the slowest examples took from the total runtime.
Bug fixes
* Properly parse `SPEC_OPTS` options.
* `example.description` returns the location of the example if there is no
explicit description or matcher-generated description.
* RDoc fixes (Grzegorz Świrski)
* Do not modify example ancestry when dumping errors (Michael Grosser)
diffstat:
devel/ruby-rspec-core/Makefile | 4 ++--
devel/ruby-rspec-core/PLIST | 3 ++-
devel/ruby-rspec-core/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 7 deletions(-)
diffs (42 lines):
diff -r 0d9f91cedbf6 -r ab00cafd3e2b devel/ruby-rspec-core/Makefile
--- a/devel/ruby-rspec-core/Makefile Sat Jun 02 00:41:45 2012 +0000
+++ b/devel/ruby-rspec-core/Makefile Sat Jun 02 00:44:33 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2012/03/20 13:36:31 taca Exp $
+# $NetBSD: Makefile,v 1.5 2012/06/02 00:44:33 taca Exp $
-DISTNAME= rspec-core-2.9.0
+DISTNAME= rspec-core-2.10.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 0d9f91cedbf6 -r ab00cafd3e2b devel/ruby-rspec-core/PLIST
--- a/devel/ruby-rspec-core/PLIST Sat Jun 02 00:41:45 2012 +0000
+++ b/devel/ruby-rspec-core/PLIST Sat Jun 02 00:44:33 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/03/20 13:36:31 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2012/06/02 00:44:33 taca Exp $
bin/autospec
bin/rspec
${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -167,6 +167,7 @@
${GEM_LIBDIR}/spec/rspec/core_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/support/config_options_helper.rb
+${GEM_LIBDIR}/spec/support/helper_methods.rb
${GEM_LIBDIR}/spec/support/matchers.rb
${GEM_LIBDIR}/spec/support/shared_example_groups.rb
${GEM_LIBDIR}/spec/support/spec_files.rb
diff -r 0d9f91cedbf6 -r ab00cafd3e2b devel/ruby-rspec-core/distinfo
--- a/devel/ruby-rspec-core/distinfo Sat Jun 02 00:41:45 2012 +0000
+++ b/devel/ruby-rspec-core/distinfo Sat Jun 02 00:44:33 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2012/03/20 13:36:31 taca Exp $
+$NetBSD: distinfo,v 1.5 2012/06/02 00:44:33 taca Exp $
-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
+SHA1 (rspec-core-2.10.1.gem) = cd110dc09b1fbb289d7f75bf2ceabe16f9127ee8
+RMD160 (rspec-core-2.10.1.gem) = 123da4a1431f3e3a7d9a38a7e88858cd53f7ffe8
+Size (rspec-core-2.10.1.gem) = 138240 bytes
Home |
Main Index |
Thread Index |
Old Index