Skip to content

Commit

Permalink
devel/ruby-cucumber-wire: update to 7.0.0
Browse files Browse the repository at this point in the history
7.0.0 (2023-11-10)
Changed
* Minimum ruby version is now 2.6 (#68)
* Compatibility with cucumber versions up to cucumber 9.x now added (#68)
Fixed
* Fixed up some basic style incompatibilities with old rspec tests (#68)
  • Loading branch information
taca committed Dec 17, 2023
1 parent 951a778 commit 64a364b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
9 changes: 4 additions & 5 deletions devel/ruby-cucumber-wire/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# $NetBSD: Makefile,v 1.12 2022/02/12 12:25:18 taca Exp $
# $NetBSD: Makefile,v 1.13 2023/12/17 17:29:24 taca Exp $

DISTNAME= cucumber-wire-6.2.1
DISTNAME= cucumber-wire-7.0.0
CATEGORIES= devel

MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://cucumber.io/
COMMENT= Wire protocol for Cucumber
LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-core>=10.1<11:../../devel/ruby-cucumber-core
DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-cucumber-expressions>=14.0<15:../../devel/ruby-cucumber-expressions
DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-messages>=17.1<18:../../devel/ruby-cucumber-messages
DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-core>=10.1<14:../../devel/ruby-cucumber-core
DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-cucumber-expressions>=14.0<18:../../devel/ruby-cucumber-expressions

USE_LANGUAGES= # none

Expand Down
9 changes: 2 additions & 7 deletions devel/ruby-cucumber-wire/PLIST
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@comment $NetBSD: PLIST,v 1.3 2020/01/18 15:27:37 taca Exp $
@comment $NetBSD: PLIST,v 1.4 2023/12/17 17:29:24 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/CHANGELOG.old.md
${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
Expand All @@ -18,10 +19,4 @@ ${GEM_LIBDIR}/lib/cucumber/wire/request_handler.rb
${GEM_LIBDIR}/lib/cucumber/wire/snippet.rb
${GEM_LIBDIR}/lib/cucumber/wire/step_argument.rb
${GEM_LIBDIR}/lib/cucumber/wire/step_definition.rb
${GEM_LIBDIR}/lib/cucumber/wire/version
${GEM_LIBDIR}/spec/cucumber/wire/configuration_spec.rb
${GEM_LIBDIR}/spec/cucumber/wire/connection_spec.rb
${GEM_LIBDIR}/spec/cucumber/wire/connections_spec.rb
${GEM_LIBDIR}/spec/cucumber/wire/data_packet_spec.rb
${GEM_LIBDIR}/spec/cucumber/wire/exception_spec.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
8 changes: 4 additions & 4 deletions devel/ruby-cucumber-wire/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2022/02/12 12:25:18 taca Exp $
$NetBSD: distinfo,v 1.14 2023/12/17 17:29:24 taca Exp $

BLAKE2s (cucumber-wire-6.2.1.gem) = 9449fdc922ef154863f28e674db942f3be94870a5628eec0589482dc35a3119e
SHA512 (cucumber-wire-6.2.1.gem) = b32d0f72a31b400ca1596b126d8566aae2ea49514ecd292c621d0d1624f66465dfcac1a6d80293dd15829a00f4080d54190680ede60d7c1c23d2cfec450d1cf3
Size (cucumber-wire-6.2.1.gem) = 12800 bytes
BLAKE2s (cucumber-wire-7.0.0.gem) = ec7dabf2bbe3ce3a28191125e9ab0408b5b921eac57c805f69358f4ffb2d8ab7
SHA512 (cucumber-wire-7.0.0.gem) = ecf794e75cbdeda1d74a0270ca92f87f2fa89fe13f01e24e43129318185ecac782645e4a0cbe2af1c5eb005585e22ab1924cc1f9339997a35a5c00b080724e60
Size (cucumber-wire-7.0.0.gem) = 11776 bytes

0 comments on commit 64a364b

Please sign in to comment.