summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca>2012-06-02 00:44:33 +0000
committertaca <taca>2012-06-02 00:44:33 +0000
commitc5e681ac9a9b85059af0758a6741fcea8e3c30d7 (patch)
treebfea5dd6e8facb880a32017e0a140742234bdf6e /devel
parent7c4b6b291f84bfee630014832f0436381c5093c1 (diff)
downloadpkgsrc-c5e681ac9a9b85059af0758a6741fcea8e3c30d7.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/ruby-rspec-core/Makefile4
-rw-r--r--devel/ruby-rspec-core/PLIST3
-rw-r--r--devel/ruby-rspec-core/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/ruby-rspec-core/Makefile b/devel/ruby-rspec-core/Makefile
index baec1dfb3a0..ac535133bcd 100644
--- a/devel/ruby-rspec-core/Makefile
+++ b/devel/ruby-rspec-core/Makefile
@@ -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
diff --git a/devel/ruby-rspec-core/PLIST b/devel/ruby-rspec-core/PLIST
index 9a3fc05cc12..233702631eb 100644
--- a/devel/ruby-rspec-core/PLIST
+++ b/devel/ruby-rspec-core/PLIST
@@ -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/world_spec.rb
${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 --git a/devel/ruby-rspec-core/distinfo b/devel/ruby-rspec-core/distinfo
index 84f9fb63f83..19d2bbc631a 100644
--- a/devel/ruby-rspec-core/distinfo
+++ b/devel/ruby-rspec-core/distinfo
@@ -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