pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec-rails Update ruby-rspec-rails to 2.14.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9aaa9bf1ec6
branches:  trunk
changeset: 631923:d9aaa9bf1ec6
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 14 16:43:43 2014 +0000

description:
Update ruby-rspec-rails to 2.14.1.

### 2.14.1 / 2013-12-29
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.14.0...v2.14.1)

Bug fixes

* Fixes "warning: instance variable @orig\_routes not initialized" raised by
  controller specs when `--warnings` are enabled. (Andy Lindeman)
* Where possible, check against the version of ActiveRecord, rather than
  Rails. It is possible to use some of rspec-rails without all of Rails.
  (Darryl Pogue)
* Supports Rails 4.1 and Minitest 5. (Patrick Van Stee, Andy Lindeman)
* Explicitly depends on `activemodel`. This allows libraries that do not bring
  in all of `rails` to use `rspec-rails`. (John Firebaugh)
* Use `__send__` rather than `send` to prevent naming collisions (Bradley Schaefer)

diffstat:

 devel/ruby-rspec-rails/Makefile |  4 ++--
 devel/ruby-rspec-rails/PLIST    |  3 ++-
 devel/ruby-rspec-rails/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 2731cb98bbe5 -r d9aaa9bf1ec6 devel/ruby-rspec-rails/Makefile
--- a/devel/ruby-rspec-rails/Makefile   Fri Mar 14 16:42:56 2014 +0000
+++ b/devel/ruby-rspec-rails/Makefile   Fri Mar 14 16:43:43 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2013/09/15 10:17:31 taca Exp $
+# $NetBSD: Makefile,v 1.15 2014/03/14 16:43:43 taca Exp $
 
-DISTNAME=      rspec-rails-2.14.0
+DISTNAME=      rspec-rails-2.14.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 2731cb98bbe5 -r d9aaa9bf1ec6 devel/ruby-rspec-rails/PLIST
--- a/devel/ruby-rspec-rails/PLIST      Fri Mar 14 16:42:56 2014 +0000
+++ b/devel/ruby-rspec-rails/PLIST      Fri Mar 14 16:43:43 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2013/09/15 10:17:31 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2014/03/14 16:43:43 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
 ${GEM_LIBDIR}/.yardopts
@@ -45,6 +45,7 @@
 ${GEM_LIBDIR}/features/step_definitions/model_steps.rb
 ${GEM_LIBDIR}/features/support/env.rb
 ${GEM_LIBDIR}/features/support/rails_versions.rb
+${GEM_LIBDIR}/features/support/rubinius.rb
 ${GEM_LIBDIR}/features/view_specs/inferred_controller_path.feature
 ${GEM_LIBDIR}/features/view_specs/stub_template.feature
 ${GEM_LIBDIR}/features/view_specs/view_spec.feature
diff -r 2731cb98bbe5 -r d9aaa9bf1ec6 devel/ruby-rspec-rails/distinfo
--- a/devel/ruby-rspec-rails/distinfo   Fri Mar 14 16:42:56 2014 +0000
+++ b/devel/ruby-rspec-rails/distinfo   Fri Mar 14 16:43:43 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2013/09/15 10:17:31 taca Exp $
+$NetBSD: distinfo,v 1.13 2014/03/14 16:43:43 taca Exp $
 
-SHA1 (rspec-rails-2.14.0.gem) = 79a6fe7b50ae4f922c4884e984b944547ce96803
-RMD160 (rspec-rails-2.14.0.gem) = 7b3798306bd22a3cedf25181e9fafe27f09f401a
-Size (rspec-rails-2.14.0.gem) = 70144 bytes
+SHA1 (rspec-rails-2.14.1.gem) = b6cd5662cd62bc2e742b35d72a6b85376f9326fa
+RMD160 (rspec-rails-2.14.1.gem) = a9c55a1f9a9e3e79284b01dc9978c543fbdbd5b7
+Size (rspec-rails-2.14.1.gem) = 71680 bytes



Home | Main Index | Thread Index | Old Index