diff options
author | taca <taca@pkgsrc.org> | 2016-03-08 14:32:28 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-03-08 14:32:28 +0000 |
commit | 66674295202207cde5930f4fabd96f63997d99b1 (patch) | |
tree | 9a6763fff3dbefcea92b4190507018579afbfb47 /devel | |
parent | 565f07a1fac2d0fffe81794368cb882d7f907801 (diff) | |
download | pkgsrc-66674295202207cde5930f4fabd96f63997d99b1.tar.gz |
Update ruby-rspec-core to 3.4.3.
### Development
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.3...3-4-maintenance)
### 3.4.3 / 2016-02-19
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.2...3.4.3)
Bug Fixes:
* Prevent a `TypeError` from occuring when running via the rake task when
Ruby crashes. (Patrik Wenger, #2161)
* Only consider example and group declaration lines from a specific file
when applying line number filtering, instead of considering all
declaration lines from all spec files. (Myron Marston, #2170)
* Fix failure snippet extraction so that snippets that contain `do-end` style
block and end with `end`-only line can be extracted properly.
(Yuji Nakayama, #2173)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-rspec-core/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-rspec-core/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/ruby-rspec-core/Makefile b/devel/ruby-rspec-core/Makefile index b36c9495e9e..4aad79ee088 100644 --- a/devel/ruby-rspec-core/Makefile +++ b/devel/ruby-rspec-core/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2016/02/16 15:59:42 taca Exp $ +# $NetBSD: Makefile,v 1.20 2016/03/08 14:32:28 taca Exp $ -DISTNAME= rspec-core-3.4.2 +DISTNAME= rspec-core-3.4.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-rspec-core/distinfo b/devel/ruby-rspec-core/distinfo index 2b76b3e0d86..963f79a3d83 100644 --- a/devel/ruby-rspec-core/distinfo +++ b/devel/ruby-rspec-core/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2016/02/16 15:59:42 taca Exp $ +$NetBSD: distinfo,v 1.21 2016/03/08 14:32:28 taca Exp $ -SHA1 (rspec-core-3.4.2.gem) = c0ea83598e3eb2c75b5a8701ad3241e66c0f888b -RMD160 (rspec-core-3.4.2.gem) = 33e172d591ab7a636f7a901219ff9443a3ddb30d -SHA512 (rspec-core-3.4.2.gem) = cfc28f7355106436da8eb4d929e0d944524b3eb472723834bf578e17c5b2d81887c16fb3225e36cae3a21d68ff8aa991f413afc47d0c5de081767c33e46e241a -Size (rspec-core-3.4.2.gem) = 145408 bytes +SHA1 (rspec-core-3.4.3.gem) = af9064d3d31997d6409a6fc1ef1219264fbfa322 +RMD160 (rspec-core-3.4.3.gem) = de821e09325f7b21fd514a4a9864aab8865335fe +SHA512 (rspec-core-3.4.3.gem) = 997c75b0ef0f0f2c75acbf5246a76a126ba71ce054748d253be92b591c8c986aaba475d3fffc2022176e5edf07c354274c775a55433bf4fe2d827a80863e0b8a +Size (rspec-core-3.4.3.gem) = 145920 bytes |