Skip to content

Commit

Permalink
devel/ruby-cucumber-wire: update to 1.0.0
Browse files Browse the repository at this point in the history
## [1.0.0](cucumber/cucumber-ruby-wire@v0.0.1...v1.0.0)

### Added

* Added this CHANGELOG.md file per [cucumber/cucumber
  #251](cucumber/common#251)
  ([#13](cucumber/cucumber-ruby-wire#13)
  [jaysonesmith](https://github.com/jaysonesmith))

### Changed

* Changes to work with a modern Cucumber-Ruby
  ([#14](cucumber/cucumber-ruby-wire#14)
  [brasmusson](https://github.com/brasmusson))
* Adapt to the move of Location to Cucumber::Core::Test
  ([#14](cucumber/cucumber-ruby-wire#14)
  [brasmusson](https://github.com/brasmusson))

<!-- Contributors -->
[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
  • Loading branch information
taca committed Jan 20, 2019
1 parent 2fbad6e commit ff8b304
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
7 changes: 5 additions & 2 deletions devel/ruby-cucumber-wire/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# $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
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"
7 changes: 6 additions & 1 deletion devel/ruby-cucumber-wire/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions devel/ruby-cucumber-wire/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ff8b304

Please sign in to comment.