Skip to content

Commit

Permalink
Update ruby-rspec-rails to 2.10.1.
Browse files Browse the repository at this point in the history
### 2.10.1 / 2012-05-03
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.10.0...v2.10.1)

Bug fixes

* fix regression introduced in 2.10.0 that broke integration with Devise
  (rspec/rspec-rails#534)

### 2.10.0 / 2012-05-03
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.9.0...v2.10.0)

Bug fixes

* `render_views` called in a spec can now override the config setting. (martinsvalin)
* Fix `render_views` for anonymous controllers on 1.8.7. (hudge, mudge)
* Eliminate use of deprecated `process_view_paths`
* Fix false negatives when using `route_to` matcher with `should_not`
* `controller` is no longer nil in `config.before` hooks
* Change `request.path_parameters` keys to symbols to match real Rails
  environment (Nathan Broadbent)
* Silence deprecation warnings in pre-2.9 generated view specs (Jonathan del
  Strother)
  • Loading branch information
taca committed Jun 2, 2012
1 parent 7e3d25c commit 5189558
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions devel/ruby-rspec-rails/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2012/03/20 13:42:34 taca Exp $
# $NetBSD: Makefile,v 1.6 2012/06/02 00:48:42 taca Exp $

DISTNAME= rspec-rails-2.9.0
DISTNAME= rspec-rails-2.10.1
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -11,7 +11,7 @@ LICENSE= mit
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=2.9.0<2.10:../../devel/ruby-rspec
DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=2.10.0<2.11:../../devel/ruby-rspec

RUBY_RAILS_SUPPORTED=

Expand Down
3 changes: 2 additions & 1 deletion devel/ruby-rspec-rails/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2012/03/20 13:42:34 taca Exp $
@comment $NetBSD: PLIST,v 1.5 2012/06/02 00:48:42 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.yardopts
Expand Down Expand Up @@ -135,6 +135,7 @@ ${GEM_LIBDIR}/spec/rspec/rails/matchers/render_template_spec.rb
${GEM_LIBDIR}/spec/rspec/rails/matchers/route_to_spec.rb
${GEM_LIBDIR}/spec/rspec/rails/mocks/mock_model_spec.rb
${GEM_LIBDIR}/spec/rspec/rails/mocks/stub_model_spec.rb
${GEM_LIBDIR}/spec/rspec/rails/setup_and_teardown_adapter_spec.rb
${GEM_LIBDIR}/spec/rspec/rails/view_rendering_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/support/ar_classes.rb
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-rspec-rails/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2012/03/20 13:42:34 taca Exp $
$NetBSD: distinfo,v 1.5 2012/06/02 00:48:42 taca Exp $

SHA1 (rspec-rails-2.9.0.gem) = 89c33d5c2939dcda1d274e3548add627650e2f23
RMD160 (rspec-rails-2.9.0.gem) = 6dd1eaaf68f5c3a5551ea5cac58206111efad59d
Size (rspec-rails-2.9.0.gem) = 59904 bytes
SHA1 (rspec-rails-2.10.1.gem) = 95c027573754a15da54769d880d7fbe3fb56002a
RMD160 (rspec-rails-2.10.1.gem) = 0fc6ee8024631fa42fa8dc5957e1983a19428149
Size (rspec-rails-2.10.1.gem) = 60928 bytes

0 comments on commit 5189558

Please sign in to comment.