cucumber-messages 25.0.1 → 26.0.1
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 +3 -3
- 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 +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6096f7a33c773d3a2ffaed27646d6d466f78f2afe738786031da5181200b913b
|
4
|
+
data.tar.gz: e41a4e0b455e196018cf83629f61920ba3de8daaf5bbab94517271eed62510a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ecfcc4feb69670438cc3a19341532ea3b53ee6af6805df6bd1031543c7c2d1c12281ed8b8fd95bcd4639c58e87bc4a53f7d72d06b50b22c6e051786d6650e566
|
7
|
+
data.tar.gz: 8447bd41bc293f2198b69e484ba0ebd1287eab062deee371a5b93da1b7dc9d94f4476f32fc73aa745442b5a00ff050db60846338edce9d679a03d3c9b7719cf0
|
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.1
|
@@ -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
|
##
|
@@ -26,13 +26,13 @@ module Cucumber
|
|
26
26
|
|
27
27
|
##
|
28
28
|
# Pointer to all the matching `StepDefinition`s (if derived from a `PickleStep`)
|
29
|
+
# Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
|
30
|
+
# and a size of 2+ means `AMBIGUOUS`
|
29
31
|
##
|
30
32
|
attr_reader :step_definition_ids
|
31
33
|
|
32
34
|
##
|
33
35
|
# A list of list of StepMatchArgument (if derived from a `PickleStep`).
|
34
|
-
# Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
|
35
|
-
# and a size of 2+ means `AMBIGUOUS`
|
36
36
|
##
|
37
37
|
attr_reader :step_match_arguments_lists
|
38
38
|
|
@@ -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.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: 2024-
|
11
|
+
date: 2024-09-22 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
|
@@ -209,8 +210,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
209
210
|
- !ruby/object:Gem::Version
|
210
211
|
version: 3.2.3
|
211
212
|
requirements: []
|
212
|
-
rubygems_version: 3.5.
|
213
|
+
rubygems_version: 3.5.16
|
213
214
|
signing_key:
|
214
215
|
specification_version: 4
|
215
|
-
summary: cucumber-messages-
|
216
|
+
summary: cucumber-messages-26.0.1
|
216
217
|
test_files: []
|