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 3.2.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b04c148fe9dd
branches:  trunk
changeset: 648213:b04c148fe9dd
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 13 13:49:03 2015 +0000

description:
Update ruby-rspec-rails to 3.2.1.

### 3.2.1 / 2015-02-23
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.2.0...v3.2.1)

Bug Fixes:

* Add missing `require` to RSpec generator root fixing an issue where Rail's
  autoload does not find it in some environments. (Aaron Kromer, #1305)
* `be_routable` matcher now has the correct description. (Tony Ta, #1310)
* Fix dependency to allow Rails 4.2.x patches / pre-releases (Lucas Mazza, #1318)
* Disable the `test-unit` gem's autorunner on projects running Rails < 4.1 and
  Ruby < 2.2 (Aaron Kromer, #1320)

diffstat:

 devel/ruby-rspec-rails/Makefile |  4 ++--
 devel/ruby-rspec-rails/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 6f41af6a7083 -r b04c148fe9dd devel/ruby-rspec-rails/Makefile
--- a/devel/ruby-rspec-rails/Makefile   Fri Mar 13 13:48:30 2015 +0000
+++ b/devel/ruby-rspec-rails/Makefile   Fri Mar 13 13:49:03 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2015/02/07 14:44:08 taca Exp $
+# $NetBSD: Makefile,v 1.18 2015/03/13 13:49:03 taca Exp $
 
-DISTNAME=      rspec-rails-3.2.0
+DISTNAME=      rspec-rails-3.2.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 6f41af6a7083 -r b04c148fe9dd devel/ruby-rspec-rails/distinfo
--- a/devel/ruby-rspec-rails/distinfo   Fri Mar 13 13:48:30 2015 +0000
+++ b/devel/ruby-rspec-rails/distinfo   Fri Mar 13 13:49:03 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2015/02/07 14:44:08 taca Exp $
+$NetBSD: distinfo,v 1.16 2015/03/13 13:49:03 taca Exp $
 
-SHA1 (rspec-rails-3.2.0.gem) = d6d44f6acb542beb0cde51f8449f24df06d8c5de
-RMD160 (rspec-rails-3.2.0.gem) = d5092a2ee9c3dc58d2410735b4856abcf19be9ab
-Size (rspec-rails-3.2.0.gem) = 49152 bytes
+SHA1 (rspec-rails-3.2.1.gem) = bac0055a56c894a08d4c1a441d9ad36cf04d2d14
+RMD160 (rspec-rails-3.2.1.gem) = e23098bad0951af5c24e4cffc4025118b69b2726
+Size (rspec-rails-3.2.1.gem) = 49152 bytes



Home | Main Index | Thread Index | Old Index