summaryrefslogtreecommitdiff
path: root/devel/ruby-rspec-core
diff options
context:
space:
mode:
authortaca <taca>2012-03-20 13:36:31 +0000
committertaca <taca>2012-03-20 13:36:31 +0000
commitfaedf423850e2e4aa8f49d13591dae65038d59c6 (patch)
treebacb1c6ef67d04ef382ba1e69225f8b9024bbb6e /devel/ruby-rspec-core
parent4099eda3173dddbc2397f67b97234984531567b6 (diff)
downloadpkgsrc-faedf423850e2e4aa8f49d13591dae65038d59c6.tar.gz
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 (limited to 'devel/ruby-rspec-core')
-rw-r--r--devel/ruby-rspec-core/Makefile4
-rw-r--r--devel/ruby-rspec-core/PLIST7
-rw-r--r--devel/ruby-rspec-core/distinfo8
3 files changed, 10 insertions, 9 deletions
diff --git a/devel/ruby-rspec-core/Makefile b/devel/ruby-rspec-core/Makefile
index 2156d845d2d..baec1dfb3a0 100644
--- a/devel/ruby-rspec-core/Makefile
+++ b/devel/ruby-rspec-core/Makefile
@@ -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
diff --git a/devel/ruby-rspec-core/PLIST b/devel/ruby-rspec-core/PLIST
index adfc3eecf9e..9a3fc05cc12 100644
--- a/devel/ruby-rspec-core/PLIST
+++ b/devel/ruby-rspec-core/PLIST
@@ -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
diff --git a/devel/ruby-rspec-core/distinfo b/devel/ruby-rspec-core/distinfo
index 01511a06b30..84f9fb63f83 100644
--- a/devel/ruby-rspec-core/distinfo
+++ b/devel/ruby-rspec-core/distinfo
@@ -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