Tue Mar 20 13:36:31 2012 UTC ()
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)


(taca)
diff -r1.3 -r1.4 pkgsrc/devel/ruby-rspec-core/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/ruby-rspec-core/PLIST
diff -r1.3 -r1.4 pkgsrc/devel/ruby-rspec-core/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/devel/ruby-rspec-core/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-core/Makefile 2012/03/17 15:06:58 1.3
+++ pkgsrc/devel/ruby-rspec-core/Makefile 2012/03/20 13:36:31 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.3 2012/03/17 15:06:58 taca Exp $ 1# $NetBSD: Makefile,v 1.4 2012/03/20 13:36:31 taca Exp $
2 2
3DISTNAME= rspec-core-2.8.0 3DISTNAME= rspec-core-2.9.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://relishapp.com/rspec 7HOMEPAGE= http://relishapp.com/rspec
8COMMENT= Behaviour Driven Development framework for Ruby, core part 8COMMENT= Behaviour Driven Development framework for Ruby, core part
9LICENSE= mit 9LICENSE= mit
10 10
11CONFLICTS+= ruby[1-9][0-9]-rspec-core-[0-9]* ruby[1-9][0-9]-rspec<2.0 11CONFLICTS+= ruby[1-9][0-9]-rspec-core-[0-9]* ruby[1-9][0-9]-rspec<2.0
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/ruby-rspec-core/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-core/PLIST 2012/03/17 15:06:58 1.3
+++ pkgsrc/devel/ruby-rspec-core/PLIST 2012/03/20 13:36:31 1.4
@@ -1,17 +1,20 @@ @@ -1,17 +1,20 @@
1@comment $NetBSD: PLIST,v 1.3 2012/03/17 15:06:58 taca Exp $ 1@comment $NetBSD: PLIST,v 1.4 2012/03/20 13:36:31 taca Exp $
2bin/autospec 2bin/autospec
3bin/rspec 3bin/rspec
4${GEM_HOME}/cache/${GEM_NAME}.gem 4${GEM_HOME}/cache/${GEM_NAME}.gem
 5${GEM_LIBDIR}/.document
 6${GEM_LIBDIR}/.yardopts
 7${GEM_LIBDIR}/Changelog.md
5${GEM_LIBDIR}/License.txt 8${GEM_LIBDIR}/License.txt
6${GEM_LIBDIR}/README.md 9${GEM_LIBDIR}/README.md
7${GEM_LIBDIR}/exe/autospec 10${GEM_LIBDIR}/exe/autospec
8${GEM_LIBDIR}/exe/rspec 11${GEM_LIBDIR}/exe/rspec
9${GEM_LIBDIR}/features/Autotest.md 12${GEM_LIBDIR}/features/Autotest.md
10${GEM_LIBDIR}/features/README.md 13${GEM_LIBDIR}/features/README.md
11${GEM_LIBDIR}/features/Upgrade.md 14${GEM_LIBDIR}/features/Upgrade.md
12${GEM_LIBDIR}/features/command_line/README.md 15${GEM_LIBDIR}/features/command_line/README.md
13${GEM_LIBDIR}/features/command_line/example_name_option.feature 16${GEM_LIBDIR}/features/command_line/example_name_option.feature
14${GEM_LIBDIR}/features/command_line/exit_status.feature 17${GEM_LIBDIR}/features/command_line/exit_status.feature
15${GEM_LIBDIR}/features/command_line/format_option.feature 18${GEM_LIBDIR}/features/command_line/format_option.feature
16${GEM_LIBDIR}/features/command_line/init.feature 19${GEM_LIBDIR}/features/command_line/init.feature
17${GEM_LIBDIR}/features/command_line/line_number_appended_to_path.feature 20${GEM_LIBDIR}/features/command_line/line_number_appended_to_path.feature
@@ -98,28 +101,26 @@ ${GEM_LIBDIR}/lib/rspec/core/mocking/wit @@ -98,28 +101,26 @@ ${GEM_LIBDIR}/lib/rspec/core/mocking/wit
98${GEM_LIBDIR}/lib/rspec/core/mocking/with_rspec.rb 101${GEM_LIBDIR}/lib/rspec/core/mocking/with_rspec.rb
99${GEM_LIBDIR}/lib/rspec/core/option_parser.rb 102${GEM_LIBDIR}/lib/rspec/core/option_parser.rb
100${GEM_LIBDIR}/lib/rspec/core/pending.rb 103${GEM_LIBDIR}/lib/rspec/core/pending.rb
101${GEM_LIBDIR}/lib/rspec/core/project_initializer.rb 104${GEM_LIBDIR}/lib/rspec/core/project_initializer.rb
102${GEM_LIBDIR}/lib/rspec/core/rake_task.rb 105${GEM_LIBDIR}/lib/rspec/core/rake_task.rb
103${GEM_LIBDIR}/lib/rspec/core/reporter.rb 106${GEM_LIBDIR}/lib/rspec/core/reporter.rb
104${GEM_LIBDIR}/lib/rspec/core/ruby_project.rb 107${GEM_LIBDIR}/lib/rspec/core/ruby_project.rb
105${GEM_LIBDIR}/lib/rspec/core/runner.rb 108${GEM_LIBDIR}/lib/rspec/core/runner.rb
106${GEM_LIBDIR}/lib/rspec/core/shared_context.rb 109${GEM_LIBDIR}/lib/rspec/core/shared_context.rb
107${GEM_LIBDIR}/lib/rspec/core/shared_example_group.rb 110${GEM_LIBDIR}/lib/rspec/core/shared_example_group.rb
108${GEM_LIBDIR}/lib/rspec/core/subject.rb 111${GEM_LIBDIR}/lib/rspec/core/subject.rb
109${GEM_LIBDIR}/lib/rspec/core/version.rb 112${GEM_LIBDIR}/lib/rspec/core/version.rb
110${GEM_LIBDIR}/lib/rspec/core/world.rb 113${GEM_LIBDIR}/lib/rspec/core/world.rb
111${GEM_LIBDIR}/lib/rspec/monkey.rb 
112${GEM_LIBDIR}/lib/rspec/monkey/spork/test_framework/rspec.rb 
113${GEM_LIBDIR}/spec/autotest/discover_spec.rb 114${GEM_LIBDIR}/spec/autotest/discover_spec.rb
114${GEM_LIBDIR}/spec/autotest/failed_results_re_spec.rb 115${GEM_LIBDIR}/spec/autotest/failed_results_re_spec.rb
115${GEM_LIBDIR}/spec/autotest/rspec_spec.rb 116${GEM_LIBDIR}/spec/autotest/rspec_spec.rb
116${GEM_LIBDIR}/spec/command_line/order_spec.rb 117${GEM_LIBDIR}/spec/command_line/order_spec.rb
117${GEM_LIBDIR}/spec/rspec/core/command_line_spec.rb 118${GEM_LIBDIR}/spec/rspec/core/command_line_spec.rb
118${GEM_LIBDIR}/spec/rspec/core/command_line_spec_output.txt 119${GEM_LIBDIR}/spec/rspec/core/command_line_spec_output.txt
119${GEM_LIBDIR}/spec/rspec/core/configuration_options_spec.rb 120${GEM_LIBDIR}/spec/rspec/core/configuration_options_spec.rb
120${GEM_LIBDIR}/spec/rspec/core/configuration_spec.rb 121${GEM_LIBDIR}/spec/rspec/core/configuration_spec.rb
121${GEM_LIBDIR}/spec/rspec/core/deprecations_spec.rb 122${GEM_LIBDIR}/spec/rspec/core/deprecations_spec.rb
122${GEM_LIBDIR}/spec/rspec/core/drb_command_line_spec.rb 123${GEM_LIBDIR}/spec/rspec/core/drb_command_line_spec.rb
123${GEM_LIBDIR}/spec/rspec/core/drb_options_spec.rb 124${GEM_LIBDIR}/spec/rspec/core/drb_options_spec.rb
124${GEM_LIBDIR}/spec/rspec/core/example_group_spec.rb 125${GEM_LIBDIR}/spec/rspec/core/example_group_spec.rb
125${GEM_LIBDIR}/spec/rspec/core/example_spec.rb 126${GEM_LIBDIR}/spec/rspec/core/example_spec.rb

cvs diff -r1.3 -r1.4 pkgsrc/devel/ruby-rspec-core/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-core/distinfo 2012/03/17 15:06:58 1.3
+++ pkgsrc/devel/ruby-rspec-core/distinfo 2012/03/20 13:36:31 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2012/03/17 15:06:58 taca Exp $ 1$NetBSD: distinfo,v 1.4 2012/03/20 13:36:31 taca Exp $
2 2
3SHA1 (rspec-core-2.8.0.gem) = bccec64b77fd33904a5f31635a9bf9adc62365e1 3SHA1 (rspec-core-2.9.0.gem) = 04f4c8734c389a5ca117fadcc60d1738d63ca673
4RMD160 (rspec-core-2.8.0.gem) = 1fe2e03cb0cdb5121ae2cca36ba5ba1f5faec5c3 4RMD160 (rspec-core-2.9.0.gem) = 6b690de3bb7b58532d058d7c33b2e94a366dac0d
5Size (rspec-core-2.8.0.gem) = 128512 bytes 5Size (rspec-core-2.9.0.gem) = 136704 bytes