pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-cucumber-core devel/ruby-cucumber-core: upd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dda15231b3b7
branches:  trunk
changeset: 318127:dda15231b3b7
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 20 13:42:36 2019 +0000

description:
devel/ruby-cucumber-core: update to 4.0.0

## [4.0.0](https://github.com/cucumber/cucumber-ruby-core/compare/v3.2.0...v4.0.0)

### Changed

* Update to use Gherkin v6
  ([#158](https://github.com/cucumber/cucumber-ruby-core/pull/158)
  @brasmusson)
* Let Scenarios with no Steps get the result status Undefined
  ([#157](https://github.com/cucumber/cucumber-ruby-core/pull/157)
  @brasmusson)
* Convert to use the Gherkin compiler and Pickles
  ([#156](https://github.com/cucumber/cucumber-ruby-core/pull/156)
  @brasmusson)

### Added

* N/A

### Fixed

* N/A

### Removed

* Remove the support for old style tag expressions
  ([#159](https://github.com/cucumber/cucumber-ruby-core/pull/159)
  @brasmusson)

diffstat:

 devel/ruby-cucumber-core/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 5122adc06dff -r dda15231b3b7 devel/ruby-cucumber-core/Makefile
--- a/devel/ruby-cucumber-core/Makefile Sun Jan 20 13:41:11 2019 +0000
+++ b/devel/ruby-cucumber-core/Makefile Sun Jan 20 13:42:36 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/09/23 14:59:34 taca Exp $
+# $NetBSD: Makefile,v 1.4 2019/01/20 13:42:36 taca Exp $
 
-DISTNAME=      cucumber-core-3.2.0
+DISTNAME=      cucumber-core-4.0.0
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -9,7 +9,7 @@
 LICENSE=       mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-backports>=3.8.0:../../devel/ruby-backports
-DEPENDS+=      ${RUBY_PKGPREFIX}-gherkin>=5.0.0:../../lang/ruby-gherkin
+DEPENDS+=      ${RUBY_PKGPREFIX}-gherkin>=6.0.0:../../lang/ruby-gherkin
 DEPENDS+=      ${RUBY_PKGPREFIX}-cucumber-tag_expressions>=1.1.0:../../devel/ruby-cucumber-tag_expressions
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index