Skip to content

Commit

Permalink
devel/ruby-cucumber-messages: update to 24.0.0
Browse files Browse the repository at this point in the history
18.0.0 (2022-03-24)

Added
* Support for EcmaScript modules (aka ESM) (#1756)
* New optional name property on the Hook schema (#1914)

Changed
* JSON Schema: some array fields now have "minItems": 1.
* Generate Java code that uses Optional in getters.
* Setters are removed.
* Classes without required fields have public empty constructors, and
  static of methods for each field. (#1858 aslakhellesoy)
* Java: Make this library more null safe.

19.0.0 (2022-05-31)

Added
* Expand the messages protocol with keyword types (#1966)

Changed
* [Java] the PickleStep constructor has changed - it now needs an
  extra PickleStepType argument.
* [Java] the Step constructor has changed - it now needs an extra
  StepKeywordType argument.

19.1.0 (2022-06-20)

Added
* [Javascript] Adding the json schemas of the messages to the NPM
  package (PR#2010)

19.1.1 (2022-06-22)

Fixed
* [Javascript] Schema are actually missing from 19.1.0 (PR#2016)

19.1.2 (2022-06-22)

Fixed
* [Javascript] Schema was still missing in 19.1.1 due to how npm
  manages the files attribute in package.json (PR#2020)

19.1.3 (2022-09-20)

Fixed
* Add name field to package.cjs.json (#36)

19.1.4 (2022-09-22)

Changed
* Update dependencies

20.0.0 (2022-11-14)

Changed
* Add workerId field to TestCaseStarted message (#34)
* [Java] Enabled reproducible builds

Fixed
* Change Go module name to match repo (#101)

21.0.0 (2022-12-17)

Added
* [Java] Add javadoc to messages (#124)

Changed
* Add exception to TestStepFinished TestRunFinished (#122)

21.0.1 (2022-12-17)

Fixed
* [Java] Suppress warnings for missing javadoc (#128)

22.0.0 (2023-04-06)

Added
* Added source reference to parameter type (#45)

Fixed
* Corrected Java and PHP generators to allow running using Docker on
  Windows (#146)

23.0.0 (2023-11-01)

Added
* Added C++ implementation (#152)

Changed
* [Ruby] Updated minimum Ruby version to 2.5 - (#177 luke-hill)

24.0.0 (2023-11-24)

Added
* Add stackTrace prop to Exception message (#182)
  • Loading branch information
taca committed Dec 17, 2023
1 parent e8032a3 commit d374b19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions devel/ruby-cucumber-messages/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.14 2021/09/18 14:01:03 taca Exp $
# $NetBSD: Makefile,v 1.15 2023/12/17 17:22:57 taca Exp $

DISTNAME= cucumber-messages-17.1.1
DISTNAME= cucumber-messages-22.0.0
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/cucumber/cucumber-messages-ruby
HOMEPAGE= https://github.com/cucumber/messages
COMMENT= Cucumber Messages for Ruby (Protocol Buffers)
LICENSE= mit

Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-cucumber-messages/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.14 2021/10/26 10:19:29 nia Exp $
$NetBSD: distinfo,v 1.15 2023/12/17 17:22:57 taca Exp $

BLAKE2s (cucumber-messages-17.1.1.gem) = 74a997b135a65abc4d7a6c295f6363479406bbb20e07666689dbe7a622b8b057
SHA512 (cucumber-messages-17.1.1.gem) = 32d4740bd6aae8bf4273aac9974e181d32c4bd0be5883722ea38aa62df8b915504fd21a655111c03527d3fe1f31f0ec41ac637cb7293b753c7ec4eb6a97e7db9
Size (cucumber-messages-17.1.1.gem) = 21504 bytes
BLAKE2s (cucumber-messages-22.0.0.gem) = be9513581a195ebb6a0bb3a7abb4df6795e0d85eb7a80de8ef46f50e2999a783
SHA512 (cucumber-messages-22.0.0.gem) = 6b62684b4f4aaa884801c47491a7cb24dd4686ca8080b8dad8b7cf0750794ba6e565af908b7c1068c39b83c35698a24ed0a168446675906afc0dd68151e1e676
Size (cucumber-messages-22.0.0.gem) = 22016 bytes

0 comments on commit d374b19

Please sign in to comment.