cucumber-messages 24.0.0 → 24.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b085c369dea71ce0fb539c4ee81dac76b95104259f831b61488b07c3cd85f97
4
- data.tar.gz: 4c79d872aabd5da1fb5bd32865f0f7366d63ceebcfdf050b4102a2b3095d62fd
3
+ metadata.gz: 91761b02653e0190badad2d2f4f866be44156fa55e137e1f0e8996884147c352
4
+ data.tar.gz: af4ee066387e8d222bf12a361ec8cfcd78eb16842c057ee94814ca085539f643
5
5
  SHA512:
6
- metadata.gz: 0777da94145cac9e323e2977f8d673e3ec96560d9c9ceb58eec4dc3b420fee1c18d534dce2b7ae66ed58201f144c00187e2e46273c1708f45c889fa166c923d7
7
- data.tar.gz: 2c1f0e69b5a66a6ce338d301a58350d11170777e27b94fd1ee22f9c77db68300f887f65dace19e7c4b4e55010978398faea442ffa1eaaef18ea3c7659f4d3d8d
6
+ metadata.gz: f58ec87b8e6df87590fc43278d6aadac90951429190de29d8d5360b38b01d0ccd5ef08c24c7bd54066d321ce11fd3f23c89d0b9a193a50825954a34dd07625f4
7
+ data.tar.gz: f0e8fa7d114cfc024513c80ca63e312ab8cefa6b28c8d5d78f18385891f16b479f53c0908b0e7c49efd1e5e79159cdd1299cbf313e710426967f48c088566179
data/VERSION CHANGED
@@ -1 +1 @@
1
- 24.0.0
1
+ 24.0.1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-messages
3
3
  version: !ruby/object:Gem::Version
4
- version: 24.0.0
4
+ version: 24.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aslak Hellesøy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-24 00:00:00.000000000 Z
11
+ date: 2023-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber-compatibility-kit
@@ -86,7 +86,7 @@ dependencies:
86
86
  - - "~>"
87
87
  - !ruby/object:Gem::Version
88
88
  version: 2.5.0
89
- description: Protocol Buffer messages for Cucumber's inter-process communication
89
+ description: JSON schema-based messages for Cucumber's inter-process communication
90
90
  email: cukes@googlegroups.com
91
91
  executables: []
92
92
  extensions: []
@@ -104,7 +104,7 @@ files:
104
104
  - lib/cucumber/messages/message/utils.rb
105
105
  - lib/cucumber/messages/ndjson_to_message_enumerator.rb
106
106
  - lib/cucumber/messages/time_conversion.rb
107
- homepage: https://github.com/cucumber/messages-ruby#readme
107
+ homepage: https://github.com/cucumber/messages#readme
108
108
  licenses:
109
109
  - MIT
110
110
  metadata:
@@ -132,5 +132,5 @@ requirements: []
132
132
  rubygems_version: 3.4.10
133
133
  signing_key:
134
134
  specification_version: 4
135
- summary: cucumber-messages-24.0.0
135
+ summary: cucumber-messages-24.0.1
136
136
  test_files: []