cucumber-messages 25.0.1 → 26.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +21 -0
- data/VERSION +1 -1
- data/lib/cucumber/messages/attachment.rb +1 -1
- data/lib/cucumber/messages/attachment_content_encoding.rb +1 -1
- data/lib/cucumber/messages/background.rb +1 -1
- data/lib/cucumber/messages/ci.rb +1 -1
- data/lib/cucumber/messages/comment.rb +1 -1
- data/lib/cucumber/messages/data_table.rb +1 -1
- data/lib/cucumber/messages/doc_string.rb +1 -1
- data/lib/cucumber/messages/duration.rb +1 -1
- data/lib/cucumber/messages/envelope.rb +1 -1
- data/lib/cucumber/messages/examples.rb +1 -1
- data/lib/cucumber/messages/exception.rb +1 -1
- data/lib/cucumber/messages/feature.rb +1 -1
- data/lib/cucumber/messages/feature_child.rb +1 -1
- data/lib/cucumber/messages/gherkin_document.rb +1 -1
- data/lib/cucumber/messages/git.rb +1 -1
- data/lib/cucumber/messages/group.rb +1 -1
- data/lib/cucumber/messages/hook.rb +1 -1
- data/lib/cucumber/messages/java_method.rb +1 -1
- data/lib/cucumber/messages/java_stack_trace_element.rb +1 -1
- data/lib/cucumber/messages/location.rb +1 -1
- data/lib/cucumber/messages/meta.rb +1 -1
- data/lib/cucumber/messages/parameter_type.rb +1 -1
- data/lib/cucumber/messages/parse_error.rb +1 -1
- data/lib/cucumber/messages/pickle.rb +1 -1
- data/lib/cucumber/messages/pickle_doc_string.rb +1 -1
- data/lib/cucumber/messages/pickle_step.rb +1 -1
- data/lib/cucumber/messages/pickle_step_argument.rb +1 -1
- data/lib/cucumber/messages/pickle_step_type.rb +1 -1
- data/lib/cucumber/messages/pickle_table.rb +1 -1
- data/lib/cucumber/messages/pickle_table_cell.rb +1 -1
- data/lib/cucumber/messages/pickle_table_row.rb +1 -1
- data/lib/cucumber/messages/pickle_tag.rb +1 -1
- data/lib/cucumber/messages/product.rb +1 -1
- data/lib/cucumber/messages/rule.rb +1 -1
- data/lib/cucumber/messages/rule_child.rb +1 -1
- data/lib/cucumber/messages/scenario.rb +1 -1
- data/lib/cucumber/messages/source.rb +1 -1
- data/lib/cucumber/messages/source_media_type.rb +1 -1
- data/lib/cucumber/messages/source_reference.rb +1 -1
- data/lib/cucumber/messages/step.rb +1 -1
- data/lib/cucumber/messages/step_definition.rb +1 -1
- data/lib/cucumber/messages/step_definition_pattern.rb +1 -1
- data/lib/cucumber/messages/step_definition_pattern_type.rb +1 -1
- data/lib/cucumber/messages/step_keyword_type.rb +1 -1
- data/lib/cucumber/messages/step_match_argument.rb +1 -1
- data/lib/cucumber/messages/step_match_arguments_list.rb +1 -1
- data/lib/cucumber/messages/table_cell.rb +1 -1
- data/lib/cucumber/messages/table_row.rb +1 -1
- data/lib/cucumber/messages/tag.rb +1 -1
- data/lib/cucumber/messages/test_case.rb +1 -1
- data/lib/cucumber/messages/test_case_finished.rb +1 -1
- data/lib/cucumber/messages/test_case_started.rb +1 -1
- data/lib/cucumber/messages/test_run_finished.rb +1 -1
- data/lib/cucumber/messages/test_run_started.rb +1 -1
- data/lib/cucumber/messages/test_step.rb +1 -1
- data/lib/cucumber/messages/test_step_finished.rb +1 -1
- data/lib/cucumber/messages/test_step_result.rb +1 -1
- data/lib/cucumber/messages/test_step_result_status.rb +1 -1
- data/lib/cucumber/messages/test_step_started.rb +1 -1
- data/lib/cucumber/messages/timestamp.rb +1 -1
- data/lib/cucumber/messages/undefined_parameter_type.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5302c715e4d5fc56da98e60f4cbc0fafcceef03e4f7fe0dd68527c6e74d6f60
|
4
|
+
data.tar.gz: 8c86529c2b40373226cbf452db6381ad2e77c339b58f41bb5adf6d850547e291
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 438f1742439d59375480e1a3ce71b81e3cf8ad82ea920a7670d6d7ea7a5ceb2806db434f1a3e144d44aee1fbb68b5fc3000f8e1ab1a8c48b30a019f02e58a6ac
|
7
|
+
data.tar.gz: 53be964aab65aa2f6ffd21bc9089a7efe5480d83d1fb5da82f734be030184d5c5dc9228b1a2c184ff7e2c7eada1496a8c0875d25220d75913f5982f83f5e0917
|
data/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2018 Cucumber Ltd and contributors
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
26.0.0
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
class AttachmentContentEncoding
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
data/lib/cucumber/messages/ci.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
class PickleStepType
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
class SourceMediaType
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
class StepDefinitionPatternType
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
class StepKeywordType
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
class TestStepResultStatus
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/
|
3
|
+
# The code was auto-generated by {this script}[https://github.com/cucumber/messages/blob/main/codegen/codegen.rb]
|
4
4
|
module Cucumber
|
5
5
|
module Messages
|
6
6
|
##
|
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:
|
4
|
+
version: 26.0.0
|
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: 2024-
|
11
|
+
date: 2024-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber-compatibility-kit
|
@@ -114,6 +114,7 @@ executables: []
|
|
114
114
|
extensions: []
|
115
115
|
extra_rdoc_files: []
|
116
116
|
files:
|
117
|
+
- LICENSE
|
117
118
|
- README.md
|
118
119
|
- VERSION
|
119
120
|
- lib/cucumber/messages.rb
|
@@ -212,5 +213,5 @@ requirements: []
|
|
212
213
|
rubygems_version: 3.5.11
|
213
214
|
signing_key:
|
214
215
|
specification_version: 4
|
215
|
-
summary: cucumber-messages-
|
216
|
+
summary: cucumber-messages-26.0.0
|
216
217
|
test_files: []
|