-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devel/ruby-cucumber-wire: update to 1.0.0
## [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
Showing
3 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |