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:           Sun Jan 20 13:44:24 UTC 2019

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

Log Message:
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))

<!-- 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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-cucumber-wire/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-cucumber-wire/PLIST \
    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.2 pkgsrc/devel/ruby-cucumber-wire/Makefile:1.3
--- pkgsrc/devel/ruby-cucumber-wire/Makefile:1.2        Mon Sep  4 18:08:22 2017
+++ pkgsrc/devel/ruby-cucumber-wire/Makefile    Sun Jan 20 13:44:24 2019
@@ -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@localhost
@@ -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"

Index: pkgsrc/devel/ruby-cucumber-wire/PLIST
diff -u pkgsrc/devel/ruby-cucumber-wire/PLIST:1.1 pkgsrc/devel/ruby-cucumber-wire/PLIST:1.2
--- pkgsrc/devel/ruby-cucumber-wire/PLIST:1.1   Mon Feb 20 05:52:31 2017
+++ pkgsrc/devel/ruby-cucumber-wire/PLIST       Sun Jan 20 13:44:24 2019
@@ -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
 ${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
Index: pkgsrc/devel/ruby-cucumber-wire/distinfo
diff -u pkgsrc/devel/ruby-cucumber-wire/distinfo:1.1 pkgsrc/devel/ruby-cucumber-wire/distinfo:1.2
--- pkgsrc/devel/ruby-cucumber-wire/distinfo:1.1        Mon Feb 20 05:52:31 2017
+++ pkgsrc/devel/ruby-cucumber-wire/distinfo    Sun Jan 20 13:44:24 2019
@@ -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



Home | Main Index | Thread Index | Old Index