Update ruby-rspec-rails to 3.2.3.
### 3.2.3 / 2015-06-06 [Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.2.2...v3.2.3) Bug Fixes: * Fix regression with the railtie resulting in undefined method `preview_path=` on Rails 3.x and 4.0 (Aaron Kromer, #1388) ### 3.2.2 / 2015-06-03 [Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.2.1...v3.2.2) Bug Fixes: * Fix auto-including of generic `Helper` object for view specs sitting in the `app/views` root (David Daniell, #1289) * Remove pre-loading of ActionMailer in the Railtie (Aaron Kromer, #1327) * Fix undefined method `need_auto_run=` error when using Ruby 2.1 and Rails 3.2 without the test-unit gem (Orien Madgwick, #1350) * Fix load order issued which causes an undefined method `fixture_path` error when loading rspec-rails after a spec has been created. (Aaron Kromer, #1372)
This commit is contained in:
parent
85adde90a6
commit
13f14fcc41
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.18 2015/03/13 13:49:03 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2015/06/07 04:17:39 taca Exp $
|
||||
|
||||
DISTNAME= rspec-rails-3.2.1
|
||||
DISTNAME= rspec-rails-3.2.3
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.16 2015/03/13 13:49:03 taca Exp $
|
||||
$NetBSD: distinfo,v 1.17 2015/06/07 04:17:39 taca Exp $
|
||||
|
||||
SHA1 (rspec-rails-3.2.1.gem) = bac0055a56c894a08d4c1a441d9ad36cf04d2d14
|
||||
RMD160 (rspec-rails-3.2.1.gem) = e23098bad0951af5c24e4cffc4025118b69b2726
|
||||
Size (rspec-rails-3.2.1.gem) = 49152 bytes
|
||||
SHA1 (rspec-rails-3.2.3.gem) = b079f42aa78c06c35fab170b3010871e27bc71db
|
||||
RMD160 (rspec-rails-3.2.3.gem) = 6996dea6ab0e8720d383ea421f00397a000c6773
|
||||
Size (rspec-rails-3.2.3.gem) = 49664 bytes
|
||||
|
|
Loading…
Reference in a new issue