Skip to content

Commit

Permalink
lang/ruby-gherkin: update to 5.0.0
Browse files Browse the repository at this point in the history
[5.0.0] - 2017-10-13

Added

* Ability to specify an initial language for the parser, so that the #
  language header isn't required (#288 by charlierudolph and aslakhellesoy)
* A better wording for the Greek translation of Scenario Outline
  (¦°¦Å¦Ñ�¦ô¦Ã¦Ñ¦Á¦Ì¦Ì¦Á ¦²¦Å¦Í¦Á¦Ñ�¦ô¦Ï¦Ô) (#185 by pmatsinopoulos)
* Added female, singular Given in Romanian (Dat�«¥ fiind) (#202 by tsundberg)
* (C) CMake support (#2 #3 by Pwera)

Changed

* Compile empty scenarios to empty pickles (#249 #264 by brasmusson)
  • Loading branch information
taca committed Mar 21, 2018
1 parent d4df33e commit c4c153d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
6 changes: 3 additions & 3 deletions lang/ruby-gherkin/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.2 2017/06/21 14:05:34 taca Exp $
# $NetBSD: Makefile,v 1.3 2018/03/21 11:33:20 taca Exp $

DISTNAME= gherkin-4.1.3
DISTNAME= gherkin-5.0.0
CATEGORIES= lang

MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/cucumber/gherkin
HOMEPAGE= https://github.com/cucumber/cucumber/tree/master/gherkin
COMMENT= Parser and compiler for the Gherkin language
LICENSE= mit

Expand Down
10 changes: 8 additions & 2 deletions lang/ruby-gherkin/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2017/06/21 14:05:34 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2018/03/21 11:33:20 taca Exp $
bin/gherkin-ruby${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.rsync
Expand All @@ -18,7 +18,6 @@ ${GEM_LIBDIR}/berp/berp.pdb
${GEM_LIBDIR}/bin/gherkin
${GEM_LIBDIR}/bin/gherkin-generate-tokens
${GEM_LIBDIR}/bin/gherkin-ruby
${GEM_LIBDIR}/gherkin-languages.json
${GEM_LIBDIR}/gherkin-ruby.razor
${GEM_LIBDIR}/gherkin.berp
${GEM_LIBDIR}/gherkin.gemspec
Expand All @@ -39,6 +38,8 @@ ${GEM_LIBDIR}/lib/gherkin/token_scanner.rb
${GEM_LIBDIR}/spec/capture_warnings.rb
${GEM_LIBDIR}/spec/coverage.rb
${GEM_LIBDIR}/spec/gherkin/parser_spec.rb
${GEM_LIBDIR}/spec/gherkin/stream/gherkin_events_spec.rb
${GEM_LIBDIR}/spec/gherkin/stream/test_fr.feature
${GEM_LIBDIR}/testdata/bad/inconsistent_cell_count.feature
${GEM_LIBDIR}/testdata/bad/inconsistent_cell_count.feature.errors.ndjson
${GEM_LIBDIR}/testdata/bad/invalid_language.feature
Expand Down Expand Up @@ -181,6 +182,11 @@ ${GEM_LIBDIR}/testdata/good/spaces_in_language.feature.ast.ndjson
${GEM_LIBDIR}/testdata/good/spaces_in_language.feature.pickles.ndjson
${GEM_LIBDIR}/testdata/good/spaces_in_language.feature.source.ndjson
${GEM_LIBDIR}/testdata/good/spaces_in_language.feature.tokens
${GEM_LIBDIR}/testdata/good/tagged_feature_with_scenario_outline.feature
${GEM_LIBDIR}/testdata/good/tagged_feature_with_scenario_outline.feature.ast.ndjson
${GEM_LIBDIR}/testdata/good/tagged_feature_with_scenario_outline.feature.pickles.ndjson
${GEM_LIBDIR}/testdata/good/tagged_feature_with_scenario_outline.feature.source.ndjson
${GEM_LIBDIR}/testdata/good/tagged_feature_with_scenario_outline.feature.tokens
${GEM_LIBDIR}/testdata/good/tags.feature
${GEM_LIBDIR}/testdata/good/tags.feature.ast.ndjson
${GEM_LIBDIR}/testdata/good/tags.feature.pickles.ndjson
Expand Down
10 changes: 5 additions & 5 deletions lang/ruby-gherkin/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2017/06/21 14:05:34 taca Exp $
$NetBSD: distinfo,v 1.3 2018/03/21 11:33:20 taca Exp $

SHA1 (gherkin-4.1.3.gem) = 5f611aa338d91fa9fb19d3106314f37e7fdf9949
RMD160 (gherkin-4.1.3.gem) = 45bf5c0371133075a575301f0b7d94fccbb45370
SHA512 (gherkin-4.1.3.gem) = 7c113172ddf38ccf7e49eaac19355f3cb991f69d7499dba9189f375b75d3614f349fc6374e584a92c1223b0708cc8944859b4b38e28d79779a5091fa0c775e6e
Size (gherkin-4.1.3.gem) = 350208 bytes
SHA1 (gherkin-5.0.0.gem) = f6b4afce576f968706fcd23137b9780818df58d9
RMD160 (gherkin-5.0.0.gem) = f095f0b12b62b0eff7e345e3d4320f13330acf2e
SHA512 (gherkin-5.0.0.gem) = cc782e37f5aea4ad0776f5336e6218b77e7fd8d193786acffaa44685de3a2592e4e6f37a3787add807654901afd12bc2d094a782b154bb2be9e2cd16e283df2a
Size (gherkin-5.0.0.gem) = 340992 bytes

0 comments on commit c4c153d

Please sign in to comment.