pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-cucumber-wire



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Aug 30 16:33:29 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-cucumber-wire: Makefile distinfo

Log Message:
devel/ruby-cucumber-wire: update to 6.1.1

6.0.0 (2021-07-09)

Changed

* Updated cucumber-core ~> 10.0.0 and cucumber-messages ~> 17.0.0 This
  brings breaking changes because of internal changes in
  Cucumber::Messages. (#44)

6.0.1 (2021-07-19)

Changed

* Patched cucumber-core and cucumber-messages

6.1.0 (2021-08-09)

Added

* The possibility to verify if the plugin has already been installed or
  not. To do so, use Cucumber::Wire::Plugin.installed?. (46)

Changed

* cucumber-wire is now able to install itself as a plugin into
  cucumber-ruby. (46)

6.1.1 (2021-08-27)

Changed

* Use the new InstallPlugin hook rather than AfterConfiguration. (#52)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-cucumber-wire/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-cucumber-wire/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-cucumber-wire/Makefile
diff -u pkgsrc/devel/ruby-cucumber-wire/Makefile:1.9 pkgsrc/devel/ruby-cucumber-wire/Makefile:1.10
--- pkgsrc/devel/ruby-cucumber-wire/Makefile:1.9        Sun May 23 09:47:07 2021
+++ pkgsrc/devel/ruby-cucumber-wire/Makefile    Mon Aug 30 16:33:29 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2021/05/23 09:47:07 taca Exp $
+# $NetBSD: Makefile,v 1.10 2021/08/30 16:33:29 taca Exp $
 
-DISTNAME=      cucumber-wire-5.0.1
+DISTNAME=      cucumber-wire-6.1.1
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -8,9 +8,9 @@ HOMEPAGE=       https://cucumber.io/
 COMMENT=       Wire protocol for Cucumber
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-cucumber-core>=9.0<10:../../devel/ruby-cucumber-core
+DEPENDS+=      ${RUBY_PKGPREFIX}-cucumber-core>=10.0<11:../../devel/ruby-cucumber-core
 DEPENDS+=      ${RUBY_PKGPREFIX}-cucumber-cucumber-expressions>=12.1<13:../../devel/ruby-cucumber-expressions
-DEPENDS+=      ${RUBY_PKGPREFIX}-cucumber-messages>=15.0.0:../../devel/ruby-cucumber-messages
+DEPENDS+=      ${RUBY_PKGPREFIX}-cucumber-messages>=17.0<18:../../devel/ruby-cucumber-messages
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/ruby-cucumber-wire/distinfo
diff -u pkgsrc/devel/ruby-cucumber-wire/distinfo:1.8 pkgsrc/devel/ruby-cucumber-wire/distinfo:1.9
--- pkgsrc/devel/ruby-cucumber-wire/distinfo:1.8        Sun May 23 09:47:07 2021
+++ pkgsrc/devel/ruby-cucumber-wire/distinfo    Mon Aug 30 16:33:29 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/05/23 09:47:07 taca Exp $
+$NetBSD: distinfo,v 1.9 2021/08/30 16:33:29 taca Exp $
 
-SHA1 (cucumber-wire-5.0.1.gem) = 1a23ea6160676a45c1c3f47c4fd80a39f9b8fd1c
-RMD160 (cucumber-wire-5.0.1.gem) = 9aebe6ea7b623ffa4ed421a02d2fcdd78ecc3075
-SHA512 (cucumber-wire-5.0.1.gem) = deda0bb93b51b9d27074242bd0c371b7465c06e302d2aa608201898a1eb3b1736c9955baa9360f047a29793871fedc9feb25bf3430020e5b1f5630a2c982da73
-Size (cucumber-wire-5.0.1.gem) = 12288 bytes
+SHA1 (cucumber-wire-6.1.1.gem) = 1dddc797a11e711d03d64ce9ff4c5bfcc21a5b26
+RMD160 (cucumber-wire-6.1.1.gem) = 4bf9de9c047a348046a0ff5607ea5fab0341ddd3
+SHA512 (cucumber-wire-6.1.1.gem) = 2f08d14170707930c2b6321232fe9398350ec1cc9e9a00ee174db058053fef4ec568f8a04247bf753c89d1e3430474a7ff25f84472d2dcd1ba3084f88c59d555
+Size (cucumber-wire-6.1.1.gem) = 12800 bytes



Home | Main Index | Thread Index | Old Index