diff options
author | taca <taca@pkgsrc.org> | 2015-09-13 11:51:51 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-13 11:51:51 +0000 |
commit | 8fc183061cea72fba580caa0cff1ae113a1c98d2 (patch) | |
tree | 2cd218d127bcba46d691dc2ede5a88fb48abf782 /devel/ruby-rspec-core/Makefile | |
parent | 0406f2be25e8be00826fbf936f530f1bd57ead74 (diff) | |
download | pkgsrc-8fc183061cea72fba580caa0cff1ae113a1c98d2.tar.gz |
Update ruby-rspec-core to 3.3.2.
### 3.3.2 / 2015-07-15
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.1...v3.3.2)
Bug Fixes:
* Fix formatters to handle exceptions for which `backtrace` returns `nil`.
(Myron Marston, #2023)
* Fix duplicate formatter detection so that it allows subclasses of formatters
to be added. (Sebastián Tello, #2019)
### 3.3.1 / 2015-06-18
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.0...v3.3.1)
Bug Fixes:
* Correctly run `before(:suite)` (and friends) in the context of an example
group instance, thus making the expected RSpec environment available.
(Jon Rowe, #1986)
Diffstat (limited to 'devel/ruby-rspec-core/Makefile')
-rw-r--r-- | devel/ruby-rspec-core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-rspec-core/Makefile b/devel/ruby-rspec-core/Makefile index f46bcb149c8..998e58d7fe9 100644 --- a/devel/ruby-rspec-core/Makefile +++ b/devel/ruby-rspec-core/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2015/06/12 23:58:07 taca Exp $ +# $NetBSD: Makefile,v 1.17 2015/09/13 11:51:51 taca Exp $ -DISTNAME= rspec-core-3.3.0 +DISTNAME= rspec-core-3.3.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org |