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)
This commit is contained in:
taca 2015-09-13 11:51:51 +00:00
parent 57bb01d8fe
commit b43b78a1c5
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.16 2015/06/12 23:58:07 taca Exp $
$NetBSD: distinfo,v 1.17 2015/09/13 11:51:51 taca Exp $
SHA1 (rspec-core-3.3.0.gem) = e9170c9e88f902566bb8da451768685ba337939c
RMD160 (rspec-core-3.3.0.gem) = 79ece8ecfef90c5b8a26318b370050638b40e7ba
Size (rspec-core-3.3.0.gem) = 138752 bytes
SHA1 (rspec-core-3.3.2.gem) = 9af363900553c673f8084ea5fc7750d73a01187f
RMD160 (rspec-core-3.3.2.gem) = f7e4af065c3edca341fa985e3d239ed85383377f
Size (rspec-core-3.3.2.gem) = 139264 bytes