summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-01-14 06:12:41 +0000
committertaca <taca@pkgsrc.org>2013-01-14 06:12:41 +0000
commit72209fe86198ed87e596dafa8aaf1593dd468feb (patch)
treea2b03981812bebb2a4517ee4fd2f5656f7ced9e9 /devel
parent377f17c8468354b38ad6931f72de4f1929701eb1 (diff)
downloadpkgsrc-72209fe86198ed87e596dafa8aaf1593dd468feb.tar.gz
Update ruby-rspec-rails to 2.12.2.
### 2.12.2 / 2013-01-12 [full changelog](http://github.com/rspec/rspec-rails/compare/v2.12.1...v2.12.2) Bug fixes * Reverts earlier fix where anonymous controllers defined the `_routes` method to support testing of redirection and generation of URLs from other contexts. The implementation ended up breaking the ability to refer to non-anonymous routes in the context of the controller under test. ### 2.12.1 / 2013-01-07 [full changelog](http://github.com/rspec/rspec-rails/compare/v2.12.0...master) Bug fixes * Operates correctly when ActiveRecord is only partially loaded (e.g., with older versions of Mongoid). (Eric Marden) * `expect(subject).to have(...).errors_on` operates correctly for ActiveResource models where `valid?` does not accept an argument. (Yi Wen) * Rails 4 support for routing specs. (Andy Lindeman) * Rails 4 support for `ActiveRecord::Relation` and the `=~` operator matcher. (Andy Lindeman) * Anonymous controllers define `_routes` to support testing of redirection and generation of URLs from other contexts. (Andy Lindeman)
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-rspec-rails/Makefile4
-rw-r--r--devel/ruby-rspec-rails/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby-rspec-rails/Makefile b/devel/ruby-rspec-rails/Makefile
index 201725c5e41..f4d4a2788cf 100644
--- a/devel/ruby-rspec-rails/Makefile
+++ b/devel/ruby-rspec-rails/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2013/01/12 09:17:48 taca Exp $
+# $NetBSD: Makefile,v 1.10 2013/01/14 06:12:41 taca Exp $
-DISTNAME= rspec-rails-2.12.1
+DISTNAME= rspec-rails-2.12.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-rspec-rails/distinfo b/devel/ruby-rspec-rails/distinfo
index 7635406ec06..a6d160a6779 100644
--- a/devel/ruby-rspec-rails/distinfo
+++ b/devel/ruby-rspec-rails/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2013/01/12 09:17:48 taca Exp $
+$NetBSD: distinfo,v 1.9 2013/01/14 06:12:41 taca Exp $
-SHA1 (rspec-rails-2.12.1.gem) = 411259714d852dc2152dec721f899b7b22b93d7d
-RMD160 (rspec-rails-2.12.1.gem) = f7e04966eadadd879ca448da7343333aa31d8073
-Size (rspec-rails-2.12.1.gem) = 67584 bytes
+SHA1 (rspec-rails-2.12.2.gem) = 5e801cea401f73149416292677f66069b6c3defb
+RMD160 (rspec-rails-2.12.2.gem) = e4a831dec084781449a7ea06e6c5dc1db0237936
+Size (rspec-rails-2.12.2.gem) = 67072 bytes