pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-rspec-rails



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Sep 23 00:33:57 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-rspec-rails: Makefile distinfo

Log Message:
devel/ruby-rspec-rails: update to 6.1.5

Update to latest 6.x.

6.1.4 (2024-08-15)

Bug Fixes:

* Prevent have_http_status matcher raising an error when encountering a raw
  Rack::MockResponse. (Christophe Bliard, #2771)
* Move Rails version conditional from index scaffold generated file to
  template. (Matt Jankowski, #2777)

6.1.5 (2024-09-02)

Bug Fixes:

* Restore old order of requiring support files. (Franz Liedke, #2785)
* Prevent running rake spec:statsetup on Rails main / 8.0.0. (Petrik de
  Heus, #2781)


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/ruby-rspec-rails/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/ruby-rspec-rails/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-rspec-rails/Makefile
diff -u pkgsrc/devel/ruby-rspec-rails/Makefile:1.52 pkgsrc/devel/ruby-rspec-rails/Makefile:1.53
--- pkgsrc/devel/ruby-rspec-rails/Makefile:1.52 Sun Jun 30 16:13:40 2024
+++ pkgsrc/devel/ruby-rspec-rails/Makefile      Mon Sep 23 00:33:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2024/06/30 16:13:40 taca Exp $
+# $NetBSD: Makefile,v 1.53 2024/09/23 00:33:57 taca Exp $
 
-DISTNAME=      rspec-rails-6.1.3
+DISTNAME=      rspec-rails-6.1.5
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,10 +11,10 @@ LICENSE=    mit
 DEPENDS+=      ${RUBY_ACTIVESUPPORT_DEPENDS}
 DEPENDS+=      ${RUBY_ACTIONPACK_DEPENDS}
 DEPENDS+=      ${RUBY_RAILTIES_DEPENDS}
-DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-support>=3.12<4:../../devel/ruby-rspec-support
-DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-core>=3.12<4:../../devel/ruby-rspec-core
-DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-expectations>=3.12<4:../../devel/ruby-rspec-expectations
-DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-mocks>=3.12<4:../../devel/ruby-rspec-mocks
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-support>=3.13<4:../../devel/ruby-rspec-support
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-core>=3.13<4:../../devel/ruby-rspec-core
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-expectations>=3.13<4:../../devel/ruby-rspec-expectations
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-mocks>=3.13<4:../../devel/ruby-rspec-mocks
 
 USE_LANGUAGES= # empty
 

Index: pkgsrc/devel/ruby-rspec-rails/distinfo
diff -u pkgsrc/devel/ruby-rspec-rails/distinfo:1.48 pkgsrc/devel/ruby-rspec-rails/distinfo:1.49
--- pkgsrc/devel/ruby-rspec-rails/distinfo:1.48 Sun Jun 30 16:13:40 2024
+++ pkgsrc/devel/ruby-rspec-rails/distinfo      Mon Sep 23 00:33:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.48 2024/06/30 16:13:40 taca Exp $
+$NetBSD: distinfo,v 1.49 2024/09/23 00:33:57 taca Exp $
 
-BLAKE2s (rspec-rails-6.1.3.gem) = b54fcdd3a9e2469ae97e5f0a73cad7e06f52e18f16b2d31697833b24b3b65617
-SHA512 (rspec-rails-6.1.3.gem) = a36198391088d81ae622706e2301cadb722bdc39ad73a0135d2ef14a4e2c7acae45a7a2124a9cb13bfa377913f310395c67f1f5a24899d20cbfa6b036335f657
-Size (rspec-rails-6.1.3.gem) = 72704 bytes
+BLAKE2s (rspec-rails-6.1.5.gem) = 0d8a33eb20f9eb4febd6013ac694a04863c00ae9e24e71b3300983d7283a6b53
+SHA512 (rspec-rails-6.1.5.gem) = 213a14461aff5fca646fcc9df8c8bd73fd2047887635a8b788b9ed66c4dbc421a196273a3a07fbbbf7454265c1b72932755e7a2b4c8882cd7cff20c625c418c4
+Size (rspec-rails-6.1.5.gem) = 73216 bytes



Home | Main Index | Thread Index | Old Index