diff options
author | taca <taca> | 2012-06-02 00:48:42 +0000 |
---|---|---|
committer | taca <taca> | 2012-06-02 00:48:42 +0000 |
commit | 0f369e33da5a345e48b7a52cc9ea8d0389b0b653 (patch) | |
tree | f9a69f118b8e437631b170715849444f3c91c576 /devel | |
parent | 0ca7fad360fbef7bf8ebe83bff9df8341e1caaf6 (diff) | |
download | pkgsrc-0f369e33da5a345e48b7a52cc9ea8d0389b0b653.tar.gz |
Update ruby-rspec-rails to 2.10.1.
### 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
(https://github.com/rspec/rspec-rails/issues/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)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-rspec-rails/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-rspec-rails/PLIST | 3 | ||||
-rw-r--r-- | devel/ruby-rspec-rails/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/ruby-rspec-rails/Makefile b/devel/ruby-rspec-rails/Makefile index 79767b69118..4ab400ae7b3 100644 --- a/devel/ruby-rspec-rails/Makefile +++ b/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 @@ -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= diff --git a/devel/ruby-rspec-rails/PLIST b/devel/ruby-rspec-rails/PLIST index b0c2338459e..b9ff1ea0adb 100644 --- a/devel/ruby-rspec-rails/PLIST +++ b/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 @@ -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 diff --git a/devel/ruby-rspec-rails/distinfo b/devel/ruby-rspec-rails/distinfo index 083a3e43069..446b0662ba8 100644 --- a/devel/ruby-rspec-rails/distinfo +++ b/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 |