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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b1883638b98
branches:  trunk
changeset: 601334:7b1883638b98
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 20 13:42:34 2012 +0000

description:
Update ruby-rspec-rails to 2.9.0.

Remove restriction for version of Ruby on Rails.

### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.8.1...v2.9.0)

Enhancments
* add description method to RouteToMatcher (John Wulff)
* Run "db:test:clone_structure" instead of "db:test:prepare" if Active Record's
  schema format is ":sql". (Andrey Voronkov)

Bug fixes
* mock_model(XXX).as_null_object.unknown_method returns self again
* Generated view specs use different IDs for each attribute.

diffstat:

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

diffs (50 lines):

diff -r 37f5eacb6615 -r 7b1883638b98 devel/ruby-rspec-rails/Makefile
--- a/devel/ruby-rspec-rails/Makefile   Tue Mar 20 13:41:05 2012 +0000
+++ b/devel/ruby-rspec-rails/Makefile   Tue Mar 20 13:42:34 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2012/03/17 15:08:56 taca Exp $
+# $NetBSD: Makefile,v 1.5 2012/03/20 13:42:34 taca Exp $
 
-DISTNAME=      rspec-rails-2.8.1
+DISTNAME=      rspec-rails-2.9.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,9 +11,9 @@
 DEPENDS+=      ${RUBY_ACTIVESUPPORT_DEPENDS}
 DEPENDS+=      ${RUBY_ACTIONPACK_DEPENDS}
 DEPENDS+=      ${RUBY_RAILTIES_DEPENDS}
-DEPENDS+=      ${RUBY_PKGPREFIX}-rspec>=2.8.0<2.9:../../devel/ruby-rspec
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec>=2.9.0<2.10:../../devel/ruby-rspec
 
-RUBY_RAILS_SUPPORTED=  3 31 # 32
+RUBY_RAILS_SUPPORTED=
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 37f5eacb6615 -r 7b1883638b98 devel/ruby-rspec-rails/PLIST
--- a/devel/ruby-rspec-rails/PLIST      Tue Mar 20 13:41:05 2012 +0000
+++ b/devel/ruby-rspec-rails/PLIST      Tue Mar 20 13:42:34 2012 +0000
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2012/03/17 15:08:56 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/03/20 13:42:34 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.document
+${GEM_LIBDIR}/.yardopts
+${GEM_LIBDIR}/Changelog.md
 ${GEM_LIBDIR}/License.txt
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/features/Autotest.md
diff -r 37f5eacb6615 -r 7b1883638b98 devel/ruby-rspec-rails/distinfo
--- a/devel/ruby-rspec-rails/distinfo   Tue Mar 20 13:41:05 2012 +0000
+++ b/devel/ruby-rspec-rails/distinfo   Tue Mar 20 13:42:34 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/03/17 15:08:56 taca Exp $
+$NetBSD: distinfo,v 1.4 2012/03/20 13:42:34 taca Exp $
 
-SHA1 (rspec-rails-2.8.1.gem) = ba0098345afef683291312f8a67fad8c44e035b1
-RMD160 (rspec-rails-2.8.1.gem) = 3480a6a24dca5c435555ce65e32d92826bd1ce05
-Size (rspec-rails-2.8.1.gem) = 55808 bytes
+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



Home | Main Index | Thread Index | Old Index