From ff8b30486868bf603b08f0336374a381f539f7fb Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 20 Jan 2019 13:44:24 +0000 Subject: [PATCH] devel/ruby-cucumber-wire: update to 1.0.0 ## [1.0.0](https://github.com/cucumber/cucumber-ruby-wire/compare/v0.0.1...v1.0.0) ### Added * Added this CHANGELOG.md file per [cucumber/cucumber #251](https://github.com/cucumber/cucumber/issues/251) ([#13](https://github.com/cucumber/cucumber-ruby-wire/pull/13) [jaysonesmith](https://github.com/jaysonesmith)) ### Changed * Changes to work with a modern Cucumber-Ruby ([#14](https://github.com/cucumber/cucumber-ruby-wire/pull/14) [brasmusson](https://github.com/brasmusson)) * Adapt to the move of Location to Cucumber::Core::Test ([#14](https://github.com/cucumber/cucumber-ruby-wire/pull/14) [brasmusson](https://github.com/brasmusson)) [brasmusson]: https://github.com/brasmusson [jaysonesmith]: https://github.com/jaysonesmith [junaruga]: https://github.com/junaruga [mattwynne]: https://github.com/mattwynne [olleolleolle]: https://github.com/olleolleolle --- devel/ruby-cucumber-wire/Makefile | 7 +++++-- devel/ruby-cucumber-wire/PLIST | 7 ++++++- devel/ruby-cucumber-wire/distinfo | 10 +++++----- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/devel/ruby-cucumber-wire/Makefile b/devel/ruby-cucumber-wire/Makefile index 103d4b138486..c1099590626d 100644 --- a/devel/ruby-cucumber-wire/Makefile +++ b/devel/ruby-cucumber-wire/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2017/09/04 18:08:22 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2019/01/20 13:44:24 taca Exp $ -DISTNAME= cucumber-wire-0.0.1 +DISTNAME= cucumber-wire-1.0.0 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org @@ -8,5 +8,8 @@ HOMEPAGE= https://cucumber.io/ COMMENT= Wire protocol for Cucumber LICENSE= mit +DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-core>=4.0<5:../../devel/ruby-cucumber-core +DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-expressions>=6.0<7:../../devel/ruby-cucumber-expressions + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-cucumber-wire/PLIST b/devel/ruby-cucumber-wire/PLIST index d06ee480de1e..78e1c91f3517 100644 --- a/devel/ruby-cucumber-wire/PLIST +++ b/devel/ruby-cucumber-wire/PLIST @@ -1,11 +1,15 @@ -@comment $NetBSD: PLIST,v 1.1 2017/02/20 05:52:31 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2019/01/20 13:44:24 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.rspec ${GEM_LIBDIR}/.travis.yml +${GEM_LIBDIR}/CHANGELOG.md +${GEM_LIBDIR}/CONTRIBUTING.md ${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/cucumber-wire.gemspec +${GEM_LIBDIR}/features/docstring.feature ${GEM_LIBDIR}/features/erb_configuration.feature ${GEM_LIBDIR}/features/handle_unexpected_response.feature ${GEM_LIBDIR}/features/invoke_message.feature @@ -30,6 +34,7 @@ ${GEM_LIBDIR}/lib/cucumber/wire/protocol.rb ${GEM_LIBDIR}/lib/cucumber/wire/protocol/requests.rb ${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 diff --git a/devel/ruby-cucumber-wire/distinfo b/devel/ruby-cucumber-wire/distinfo index 74184891a740..d9a427f0b4b1 100644 --- a/devel/ruby-cucumber-wire/distinfo +++ b/devel/ruby-cucumber-wire/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/02/20 05:52:31 minskim Exp $ +$NetBSD: distinfo,v 1.2 2019/01/20 13:44:24 taca Exp $ -SHA1 (cucumber-wire-0.0.1.gem) = a0fc2d59ac0d1fa785a47955ef9124ba86239810 -RMD160 (cucumber-wire-0.0.1.gem) = 0111b7d70a7f48ee0234ddabe3e046ea9288ff97 -SHA512 (cucumber-wire-0.0.1.gem) = c6bae727814f6a2d1dfa8cfee9bc9e63e3bfa755f6bb070f907a24d52009dd29652ab21ea7719527a5423ddf4471208f91a388ec53555d7021abac7769b2109a -Size (cucumber-wire-0.0.1.gem) = 16384 bytes +SHA1 (cucumber-wire-1.0.0.gem) = 153d4da874a78d079ec3f042b894b230b76a8bd4 +RMD160 (cucumber-wire-1.0.0.gem) = f246ca013fddf8a4dd4086f570251acff206d1ef +SHA512 (cucumber-wire-1.0.0.gem) = 0547486e0fba7346b008f9137efc30edb037a4f51d405c85dc79e57ac64207784eabf835f1ed00255f9e1fc1ab5b9b106eab700858e85f0bfcc9f4a80e72b260 +Size (cucumber-wire-1.0.0.gem) = 18432 bytes