pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-cucumber-tag-expressions



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec 17 17:27:32 UTC 2023

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

Log Message:
devel/ruby-cucumber-tag-expressions: update to 6.0.0

5.0.0 (2023-01-02)
Added
* [JavaScript] Support for EcmaScript modules (aka ESM). (#5)
* [Java] Enabled reproducible builds
Changed
* Only allow escape character \ in front of (, ), \ or whitespace. Throw
  error otherwise. (#17)
Fixed
* [Perl] Fixed missing dependency as well as new syntax in the tests
  (cucumber/tag-expressions#15 ehuelsmann)
* Document escaping. (#16, #17)
* [Ruby], [Perl] Empty expression evaluates to true
* [Go] Fix module name (#82)

5.0.1 (2023-01-03)
Fixed
* [Java] Fix scm and project urls

5.0.2 (2023-07-15)
Added
* [Python] Make tests pass against shared test data (except:
  backslash-escaped) (#18 by jenisys)
Fixed
* [All] Not.to_string() conversion has unneeded double-parenthesis if binary
  operator is contained (#94 by jenisys)

5.0.3 (2023-08-10)
Fixed
* [Perl] Fixed CPAN upload in release process (by ehuelsmann)

5.0.4 (2023-08-10)
Fixed
* [Perl] Corrected working directory for CPAN upload action (by ehuelsmann)

5.0.5 (2023-08-11)
Fixed
* [Perl] Fixed inclusion of CHANGELOG.md causing release to fail (by
  ehuelsmann)

5.0.6 (2023-08-13)
Fixed
* [Perl] Fixed test failures when running tests out-of-tree by resticting
  testdata based tests to run in development only (by ehuelsmann)

6.0.0 (2023-10-13)
Added
* [Ruby] Initial rubocop gems and basic compliance added (More work to come)
  (#133)
Changed
* [Ruby] Minimum ruby version is now bumped from 1.9 to 2.3 (#133)
Fixed
* [Perl] Include README.md and LICENSE in the release tarball (by ehuelsmann)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-cucumber-tag-expressions/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-cucumber-tag-expressions/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-cucumber-tag-expressions/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-tag-expressions/Makefile
diff -u pkgsrc/devel/ruby-cucumber-tag-expressions/Makefile:1.4 pkgsrc/devel/ruby-cucumber-tag-expressions/Makefile:1.5
--- pkgsrc/devel/ruby-cucumber-tag-expressions/Makefile:1.4     Tue Nov 23 14:07:30 2021
+++ pkgsrc/devel/ruby-cucumber-tag-expressions/Makefile Sun Dec 17 17:27:32 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2021/11/23 14:07:30 taca Exp $
+# $NetBSD: Makefile,v 1.5 2023/12/17 17:27:32 taca Exp $
 
-DISTNAME=      cucumber-tag-expressions-4.1.0
+DISTNAME=      cucumber-tag-expressions-6.0.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://cucumber.io/docs/cucumber/api/\#tags
+HOMEPAGE=      https://github.com/cucumber/tag-expressions
 COMMENT=       Cucumber Tag Expressions for Ruby
 LICENSE=       mit
 

Index: pkgsrc/devel/ruby-cucumber-tag-expressions/PLIST
diff -u pkgsrc/devel/ruby-cucumber-tag-expressions/PLIST:1.1 pkgsrc/devel/ruby-cucumber-tag-expressions/PLIST:1.2
--- pkgsrc/devel/ruby-cucumber-tag-expressions/PLIST:1.1        Sun May 23 09:41:47 2021
+++ pkgsrc/devel/ruby-cucumber-tag-expressions/PLIST    Sun Dec 17 17:27:32 2023
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2021/05/23 09:41:47 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/12/17 17:27:32 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/lib/cucumber/tag_expressions.rb
 ${GEM_LIBDIR}/lib/cucumber/tag_expressions/expressions.rb
 ${GEM_LIBDIR}/lib/cucumber/tag_expressions/parser.rb
-${GEM_LIBDIR}/spec/capture_warnings.rb
-${GEM_LIBDIR}/spec/expressions_spec.rb
-${GEM_LIBDIR}/spec/parser_spec.rb
+${GEM_LIBDIR}/spec/errors_spec.rb
+${GEM_LIBDIR}/spec/evaluations_spec.rb
+${GEM_LIBDIR}/spec/parsing_spec.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/devel/ruby-cucumber-tag-expressions/distinfo
diff -u pkgsrc/devel/ruby-cucumber-tag-expressions/distinfo:1.6 pkgsrc/devel/ruby-cucumber-tag-expressions/distinfo:1.7
--- pkgsrc/devel/ruby-cucumber-tag-expressions/distinfo:1.6     Tue Nov 23 14:07:30 2021
+++ pkgsrc/devel/ruby-cucumber-tag-expressions/distinfo Sun Dec 17 17:27:32 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/11/23 14:07:30 taca Exp $
+$NetBSD: distinfo,v 1.7 2023/12/17 17:27:32 taca Exp $
 
-BLAKE2s (cucumber-tag-expressions-4.1.0.gem) = 1d713a5acc4b7dcfce7dbc47215a7ef743abe8a84063865e56fd6befbbade0c9
-SHA512 (cucumber-tag-expressions-4.1.0.gem) = 15704a604496a26fa87775cf05b6998236e7903e0770782804ce8bb9e3093178d686e1bba146d1453b853f529f30220054ac33ef18ba1d45894fb1aac7fc3dab
-Size (cucumber-tag-expressions-4.1.0.gem) = 8192 bytes
+BLAKE2s (cucumber-tag-expressions-6.0.0.gem) = 3280bff1ffa6282987cbfceb47198f58e5b70b1ec9f7a3143046a139d9892030
+SHA512 (cucumber-tag-expressions-6.0.0.gem) = db815d6e6eb9aec6aa401bef69b33b6b84a5fa3327ae94f8e60f5f2147df9dded5a2b459a94e7b60359c512ef6aac335acbd9476fdde31e2191e34466b79e3ec
+Size (cucumber-tag-expressions-6.0.0.gem) = 6656 bytes



Home | Main Index | Thread Index | Old Index