Sun Jun 7 04:17:39 2015 UTC ()
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)


(taca)
diff -r1.18 -r1.19 pkgsrc/devel/ruby-rspec-rails/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/ruby-rspec-rails/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/devel/ruby-rspec-rails/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-rails/Makefile 2015/03/13 13:49:03 1.18
+++ pkgsrc/devel/ruby-rspec-rails/Makefile 2015/06/07 04:17:39 1.19
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2015/03/13 13:49:03 taca Exp $ 1# $NetBSD: Makefile,v 1.19 2015/06/07 04:17:39 taca Exp $
2 2
3DISTNAME= rspec-rails-3.2.1 3DISTNAME= rspec-rails-3.2.3
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= Test-double framework for rspec 8COMMENT= Test-double framework for rspec
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} 11DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
12DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS} 12DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
13DEPENDS+= ${RUBY_RAILTIES_DEPENDS} 13DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
14DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.2.0<3.3:../../devel/ruby-rspec-support 14DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.2.0<3.3:../../devel/ruby-rspec-support
15DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.2.0<3.3:../../devel/ruby-rspec-core 15DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.2.0<3.3:../../devel/ruby-rspec-core
16DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.2.0<3.3:../../devel/ruby-rspec-expectations 16DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.2.0<3.3:../../devel/ruby-rspec-expectations

cvs diff -r1.16 -r1.17 pkgsrc/devel/ruby-rspec-rails/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rspec-rails/distinfo 2015/03/13 13:49:03 1.16
+++ pkgsrc/devel/ruby-rspec-rails/distinfo 2015/06/07 04:17:39 1.17
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.16 2015/03/13 13:49:03 taca Exp $ 1$NetBSD: distinfo,v 1.17 2015/06/07 04:17:39 taca Exp $
2 2
3SHA1 (rspec-rails-3.2.1.gem) = bac0055a56c894a08d4c1a441d9ad36cf04d2d14 3SHA1 (rspec-rails-3.2.3.gem) = b079f42aa78c06c35fab170b3010871e27bc71db
4RMD160 (rspec-rails-3.2.1.gem) = e23098bad0951af5c24e4cffc4025118b69b2726 4RMD160 (rspec-rails-3.2.3.gem) = 6996dea6ab0e8720d383ea421f00397a000c6773
5Size (rspec-rails-3.2.1.gem) = 49152 bytes 5Size (rspec-rails-3.2.3.gem) = 49664 bytes