diff options
author | taca <taca@pkgsrc.org> | 2015-09-13 11:56:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-13 11:56:42 +0000 |
commit | 657b8acfdaa04893d5308acda256b699738b9502 (patch) | |
tree | 04703ad0dfbc8148a65ff638106113d076379edb /devel | |
parent | 51fb7b3c19c544dadde1c6a0efcacbf678ce41c3 (diff) | |
download | pkgsrc-657b8acfdaa04893d5308acda256b699738b9502.tar.gz |
Update ruby-rspec-rails to 3.3.3.
### 3.3.3 / 2015-07-15
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.2...v3.3.3)
Bug Fixes:
* Fix issue with generators caused by `Rails.configuration.hidden_namespaces`
including symbols. (Dan Kohn, #1414)
### 3.3.2 / 2015-06-18
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.1...v3.3.2)
Bug Fixes:
* Fix regression that caused stubbing abstract ActiveRecord model
classes to trigger internal errors in rails due the the verifying
double lifecycle wrongly calling `define_attribute_methods` on the
abstract AR class. (Jon Rowe, #1396)
### 3.3.1 / 2015-06-14
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.0...v3.3.1)
Bug Fixes:
* Fix regression that caused stubbing ActiveRecord model classes to
trigger internal errors in rails. (Myron Marston, Aaron Kromer, #1395)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-rspec-rails/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-rspec-rails/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby-rspec-rails/Makefile b/devel/ruby-rspec-rails/Makefile index b0eea48d5bf..b6a3c99bf5f 100644 --- a/devel/ruby-rspec-rails/Makefile +++ b/devel/ruby-rspec-rails/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2015/06/14 13:14:15 taca Exp $ +# $NetBSD: Makefile,v 1.22 2015/09/13 11:56:42 taca Exp $ -DISTNAME= rspec-rails-3.3.1 +DISTNAME= rspec-rails-3.3.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-rspec-rails/distinfo b/devel/ruby-rspec-rails/distinfo index f41089cf2f1..1e3816af8ce 100644 --- a/devel/ruby-rspec-rails/distinfo +++ b/devel/ruby-rspec-rails/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2015/06/14 13:14:15 taca Exp $ +$NetBSD: distinfo,v 1.20 2015/09/13 11:56:42 taca Exp $ -SHA1 (rspec-rails-3.3.1.gem) = 22596f957872532c7aae56b54e7d0546d267b276 -RMD160 (rspec-rails-3.3.1.gem) = a6450cec95fd48fb6511c82f486b8f287dddfe06 -Size (rspec-rails-3.3.1.gem) = 50688 bytes +SHA1 (rspec-rails-3.3.3.gem) = 3f3180df8a00bee942d2ad5b41d37dcf67e68d86 +RMD160 (rspec-rails-3.3.3.gem) = c8ded556a19d4c7dae60d6ed0d71a46e47f356d4 +Size (rspec-rails-3.3.3.gem) = 50688 bytes |