pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ruby-gherkin lang/ruby-gherkin: update to 5.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31444f37849c
branches:  trunk
changeset: 313102:31444f37849c
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Sep 23 15:31:22 2018 +0000

description:
lang/ruby-gherkin: update to 5.1.0

5.1.0 - 2018-05-30

Added

* (.NET) - Better .NET Core support
* Support for Aragonese (#298 danilat)
* (C) build a shared libgherkin.so library which allows Gherkin to be used as
  a library. (Cucumber.ml currently uses this.) (cucumber/gherkin-c#6 cyocum)

Changed

* Pass the content type of a docstring down into its pickle string form (#292
  rjwittams)
* Fixed Russian equivalents of Given and Then. (#369 cerebellum13)

Fixed

* (C) Segfault when file does not exist (#394 #395 cyocum)
* (JavaScript) (#374 #377 charlierudolph)
* (Ruby, JavaScript) Remove berp.exe from packages (#289 aslakhellesoy)
* (Go) fixes validation for go vet tool on latest versions (#330 l3pp4rd)
* (Ruby) removed unneeded files from the gem

diffstat:

 lang/ruby-gherkin/ALTERNATIVES |    1 +
 lang/ruby-gherkin/Makefile     |    4 +-
 lang/ruby-gherkin/PLIST        |  171 +----------------------------------------
 lang/ruby-gherkin/distinfo     |   10 +-
 4 files changed, 10 insertions(+), 176 deletions(-)

diffs (223 lines):

diff -r 4676d913e79c -r 31444f37849c lang/ruby-gherkin/ALTERNATIVES
--- a/lang/ruby-gherkin/ALTERNATIVES    Sun Sep 23 15:28:50 2018 +0000
+++ b/lang/ruby-gherkin/ALTERNATIVES    Sun Sep 23 15:31:22 2018 +0000
@@ -1,1 +1,2 @@
 bin/gherkin-ruby @PREFIX@/bin/gherkin-ruby@RUBY_SUFFIX@
+bin/gherkin @PREFIX@/bin/gherkin@RUBY_SUFFIX@
\ No newline at end of file
diff -r 4676d913e79c -r 31444f37849c lang/ruby-gherkin/Makefile
--- a/lang/ruby-gherkin/Makefile        Sun Sep 23 15:28:50 2018 +0000
+++ b/lang/ruby-gherkin/Makefile        Sun Sep 23 15:31:22 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/03/21 11:33:20 taca Exp $
+# $NetBSD: Makefile,v 1.4 2018/09/23 15:31:22 taca Exp $
 
-DISTNAME=      gherkin-5.0.0
+DISTNAME=      gherkin-5.1.0
 CATEGORIES=    lang
 
 MAINTAINER=    minskim%NetBSD.org@localhost
diff -r 4676d913e79c -r 31444f37849c lang/ruby-gherkin/PLIST
--- a/lang/ruby-gherkin/PLIST   Sun Sep 23 15:28:50 2018 +0000
+++ b/lang/ruby-gherkin/PLIST   Sun Sep 23 15:31:22 2018 +0000
@@ -1,26 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2018/03/21 11:33:20 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/09/23 15:31:22 taca Exp $
 bin/gherkin-ruby${RUBY_SUFFIX}
+bin/gherkin${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.rsync
-${GEM_LIBDIR}/.travis.yml
-${GEM_LIBDIR}/CONTRIBUTING.md
-${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/Makefile
 ${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/berp/CommandLine.dll
-${GEM_LIBDIR}/berp/RazorEngine.dll
-${GEM_LIBDIR}/berp/RazorEngine.pdb
-${GEM_LIBDIR}/berp/System.Web.Razor.dll
-${GEM_LIBDIR}/berp/berp.exe
-${GEM_LIBDIR}/berp/berp.pdb
 ${GEM_LIBDIR}/bin/gherkin
-${GEM_LIBDIR}/bin/gherkin-generate-tokens
 ${GEM_LIBDIR}/bin/gherkin-ruby
-${GEM_LIBDIR}/gherkin-ruby.razor
-${GEM_LIBDIR}/gherkin.berp
-${GEM_LIBDIR}/gherkin.gemspec
 ${GEM_LIBDIR}/lib/gherkin/ast_builder.rb
 ${GEM_LIBDIR}/lib/gherkin/ast_node.rb
 ${GEM_LIBDIR}/lib/gherkin/dialect.rb
@@ -40,156 +25,4 @@
 ${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
-${GEM_LIBDIR}/testdata/bad/invalid_language.feature.errors.ndjson
-${GEM_LIBDIR}/testdata/bad/multiple_parser_errors.feature
-${GEM_LIBDIR}/testdata/bad/multiple_parser_errors.feature.errors.ndjson
-${GEM_LIBDIR}/testdata/bad/not_gherkin.feature
-${GEM_LIBDIR}/testdata/bad/not_gherkin.feature.errors.ndjson
-${GEM_LIBDIR}/testdata/bad/single_parser_error.feature
-${GEM_LIBDIR}/testdata/bad/single_parser_error.feature.errors.ndjson
-${GEM_LIBDIR}/testdata/bad/unexpected_eof.feature
-${GEM_LIBDIR}/testdata/bad/unexpected_eof.feature.errors.ndjson
-${GEM_LIBDIR}/testdata/good/background.feature
-${GEM_LIBDIR}/testdata/good/background.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/background.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/background.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/background.feature.tokens
-${GEM_LIBDIR}/testdata/good/datatables.feature
-${GEM_LIBDIR}/testdata/good/datatables.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/datatables.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/datatables.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/datatables.feature.tokens
-${GEM_LIBDIR}/testdata/good/descriptions.feature
-${GEM_LIBDIR}/testdata/good/descriptions.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/descriptions.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/descriptions.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/descriptions.feature.tokens
-${GEM_LIBDIR}/testdata/good/docstrings.feature
-${GEM_LIBDIR}/testdata/good/docstrings.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/docstrings.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/docstrings.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/docstrings.feature.tokens
-${GEM_LIBDIR}/testdata/good/empty.feature
-${GEM_LIBDIR}/testdata/good/empty.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/empty.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/empty.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/empty.feature.tokens
-${GEM_LIBDIR}/testdata/good/escaped_pipes.feature
-${GEM_LIBDIR}/testdata/good/escaped_pipes.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/escaped_pipes.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/escaped_pipes.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/escaped_pipes.feature.tokens
-${GEM_LIBDIR}/testdata/good/example_token_multiple.feature
-${GEM_LIBDIR}/testdata/good/example_token_multiple.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/example_token_multiple.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/example_token_multiple.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/example_token_multiple.feature.tokens
-${GEM_LIBDIR}/testdata/good/example_tokens_everywhere.feature
-${GEM_LIBDIR}/testdata/good/example_tokens_everywhere.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/example_tokens_everywhere.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/example_tokens_everywhere.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/example_tokens_everywhere.feature.tokens
-${GEM_LIBDIR}/testdata/good/i18n_emoji.feature
-${GEM_LIBDIR}/testdata/good/i18n_emoji.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/i18n_emoji.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/i18n_emoji.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/i18n_emoji.feature.tokens
-${GEM_LIBDIR}/testdata/good/i18n_fr.feature
-${GEM_LIBDIR}/testdata/good/i18n_fr.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/i18n_fr.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/i18n_fr.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/i18n_fr.feature.tokens
-${GEM_LIBDIR}/testdata/good/i18n_no.feature
-${GEM_LIBDIR}/testdata/good/i18n_no.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/i18n_no.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/i18n_no.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/i18n_no.feature.tokens
-${GEM_LIBDIR}/testdata/good/incomplete_background_1.feature
-${GEM_LIBDIR}/testdata/good/incomplete_background_1.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_background_1.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_background_1.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_background_1.feature.tokens
-${GEM_LIBDIR}/testdata/good/incomplete_background_2.feature
-${GEM_LIBDIR}/testdata/good/incomplete_background_2.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_background_2.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_background_2.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_background_2.feature.tokens
-${GEM_LIBDIR}/testdata/good/incomplete_feature_1.feature
-${GEM_LIBDIR}/testdata/good/incomplete_feature_1.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_feature_1.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_feature_1.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_feature_1.feature.tokens
-${GEM_LIBDIR}/testdata/good/incomplete_feature_2.feature
-${GEM_LIBDIR}/testdata/good/incomplete_feature_2.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_feature_2.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_feature_2.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_feature_2.feature.tokens
-${GEM_LIBDIR}/testdata/good/incomplete_feature_3.feature
-${GEM_LIBDIR}/testdata/good/incomplete_feature_3.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_feature_3.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_feature_3.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_feature_3.feature.tokens
-${GEM_LIBDIR}/testdata/good/incomplete_scenario.feature
-${GEM_LIBDIR}/testdata/good/incomplete_scenario.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_scenario.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_scenario.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_scenario.feature.tokens
-${GEM_LIBDIR}/testdata/good/incomplete_scenario_outline.feature
-${GEM_LIBDIR}/testdata/good/incomplete_scenario_outline.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_scenario_outline.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_scenario_outline.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/incomplete_scenario_outline.feature.tokens
-${GEM_LIBDIR}/testdata/good/language.feature
-${GEM_LIBDIR}/testdata/good/language.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/language.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/language.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/language.feature.tokens
-${GEM_LIBDIR}/testdata/good/minimal.feature
-${GEM_LIBDIR}/testdata/good/minimal.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/minimal.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/minimal.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/minimal.feature.tokens
-${GEM_LIBDIR}/testdata/good/readme_example.feature
-${GEM_LIBDIR}/testdata/good/readme_example.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/readme_example.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/readme_example.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/readme_example.feature.tokens
-${GEM_LIBDIR}/testdata/good/scenario_outline.feature
-${GEM_LIBDIR}/testdata/good/scenario_outline.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/scenario_outline.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/scenario_outline.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/scenario_outline.feature.tokens
-${GEM_LIBDIR}/testdata/good/scenario_outline_no_newline.feature
-${GEM_LIBDIR}/testdata/good/scenario_outline_no_newline.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/scenario_outline_no_newline.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/scenario_outline_no_newline.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/scenario_outline_no_newline.feature.tokens
-${GEM_LIBDIR}/testdata/good/scenario_outlines_with_tags.feature
-${GEM_LIBDIR}/testdata/good/scenario_outlines_with_tags.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/scenario_outlines_with_tags.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/scenario_outlines_with_tags.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/scenario_outlines_with_tags.feature.tokens
-${GEM_LIBDIR}/testdata/good/several_examples.feature
-${GEM_LIBDIR}/testdata/good/several_examples.feature.ast.ndjson
-${GEM_LIBDIR}/testdata/good/several_examples.feature.pickles.ndjson
-${GEM_LIBDIR}/testdata/good/several_examples.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/several_examples.feature.tokens
-${GEM_LIBDIR}/testdata/good/spaces_in_language.feature
-${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
-${GEM_LIBDIR}/testdata/good/tags.feature.source.ndjson
-${GEM_LIBDIR}/testdata/good/tags.feature.tokens
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 4676d913e79c -r 31444f37849c lang/ruby-gherkin/distinfo
--- a/lang/ruby-gherkin/distinfo        Sun Sep 23 15:28:50 2018 +0000
+++ b/lang/ruby-gherkin/distinfo        Sun Sep 23 15:31:22 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/03/21 11:33:20 taca Exp $
+$NetBSD: distinfo,v 1.4 2018/09/23 15:31:22 taca Exp $
 
-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
+SHA1 (gherkin-5.1.0.gem) = d87a0fc95c638d431a9043025136f3138d8bea7d
+RMD160 (gherkin-5.1.0.gem) = 25cf318abdb69e711f80be2018c0114e78e25385
+SHA512 (gherkin-5.1.0.gem) = d935ccceaec493736f337a4c3db69909858d15f4c41e93ecfc6ca31a30fc48eec1cecbe71d455265e1062006f49f05461c9860c9b3cc4806bb25f42dec6f504e
+Size (gherkin-5.1.0.gem) = 29696 bytes



Home | Main Index | Thread Index | Old Index