cucumber-compatibility-kit 27.0.0 → 28.0.0

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 (42) hide show
  1. checksums.yaml +4 -4
  2. data/features/all-statuses/all-statuses.ndjson +1 -1
  3. data/features/ambiguous/ambiguous.ndjson +2 -2
  4. data/features/attachments/attachments.ndjson +7 -7
  5. data/features/backgrounds/backgrounds.ndjson +3 -3
  6. data/features/cdata/cdata.ndjson +2 -2
  7. data/features/data-tables/data-tables.ndjson +1 -1
  8. data/features/doc-strings/doc-strings.ndjson +1 -1
  9. data/features/empty/empty.ndjson +1 -1
  10. data/features/examples-tables/examples-tables.ndjson +8 -8
  11. data/features/examples-tables-attachment/examples-tables-attachment.ndjson +1 -1
  12. data/features/examples-tables-undefined/examples-tables-undefined.ndjson +4 -4
  13. data/features/global-hooks/global-hooks.ndjson +1 -1
  14. data/features/global-hooks-afterall-error/global-hooks-afterall-error.ndjson +1 -1
  15. data/features/global-hooks-attachments/global-hooks-attachments.ndjson +1 -1
  16. data/features/global-hooks-beforeall-error/global-hooks-beforeall-error.ndjson +1 -1
  17. data/features/hooks/hooks.ndjson +1 -1
  18. data/features/hooks-attachment/hooks-attachment.ndjson +1 -1
  19. data/features/hooks-conditional/hooks-conditional.ndjson +1 -1
  20. data/features/hooks-named/hooks-named.ndjson +1 -1
  21. data/features/hooks-skipped/hooks-skipped.ndjson +1 -1
  22. data/features/hooks-undefined/hooks-undefined.ndjson +1 -1
  23. data/features/markdown/markdown.ndjson +3 -3
  24. data/features/minimal/minimal.ndjson +2 -2
  25. data/features/multiple-features/multiple-features.ndjson +10 -10
  26. data/features/multiple-features-reversed/multiple-features-reversed.ndjson +10 -10
  27. data/features/parameter-types/parameter-types.ndjson +2 -2
  28. data/features/pending/pending.ndjson +1 -1
  29. data/features/regular-expression/regular-expression.ndjson +2 -2
  30. data/features/retry/retry.ndjson +1 -1
  31. data/features/retry-ambiguous/retry-ambiguous.ndjson +1 -1
  32. data/features/retry-pending/retry-pending.ndjson +1 -1
  33. data/features/retry-undefined/retry-undefined.ndjson +1 -1
  34. data/features/rules/rules.ndjson +4 -4
  35. data/features/rules-backgrounds/rules-backgrounds.ndjson +3 -3
  36. data/features/skipped/skipped.ndjson +1 -1
  37. data/features/stack-traces/stack-traces.ndjson +1 -1
  38. data/features/test-run-exception/test-run-exception.ndjson +1 -1
  39. data/features/undefined/undefined.ndjson +1 -1
  40. data/features/unknown-parameter-type/unknown-parameter-type.ndjson +1 -1
  41. data/features/unused-steps/unused-steps.ndjson +1 -1
  42. metadata +2 -2
@@ -1,4 +1,4 @@
1
- {"meta":{"protocolVersion":"31.0.0","implementation":{"name":"fake-cucumber","version":"123.45.6"},"cpu":{"name":"arm64"},"os":{"name":"darwin","version":"24.5.0"},"runtime":{"name":"Node.js","version":"24.4.1"},"ci":{"name":"GitHub Actions","url":"https://github.com/cucumber-ltd/shouty.rb/actions/runs/154666429","buildNumber":"154666429","git":{"revision":"99684bcacf01d95875834d87903dcb072306c9ad","remote":"https://github.com/cucumber-ltd/shouty.rb.git","branch":"main"}}}}
1
+ {"meta":{"protocolVersion":"31.1.0","implementation":{"name":"fake-cucumber","version":"123.45.6"},"cpu":{"name":"arm64"},"os":{"name":"darwin","version":"24.5.0"},"runtime":{"name":"Node.js","version":"24.4.1"},"ci":{"name":"GitHub Actions","url":"https://github.com/cucumber-ltd/shouty.rb/actions/runs/154666429","buildNumber":"154666429","git":{"revision":"99684bcacf01d95875834d87903dcb072306c9ad","remote":"https://github.com/cucumber-ltd/shouty.rb.git","branch":"main"}}}}
2
2
  {"source":{"data":"Feature: Unused steps\n Depending on the run, some step definitions may not be used. This is valid, and the step definitions are still\n includes in the stream of messages, which allows formatters to report on step usage if desired.\n\n Scenario: a scenario\n Given a step that is used\n","uri":"samples/unused-steps/unused-steps.feature","mediaType":"text/x.cucumber.gherkin+plain"}}
3
3
  {"gherkinDocument":{"feature":{"tags":[],"location":{"line":1,"column":1},"language":"en","keyword":"Feature","name":"Unused steps","description":" Depending on the run, some step definitions may not be used. This is valid, and the step definitions are still\n includes in the stream of messages, which allows formatters to report on step usage if desired.","children":[{"scenario":{"id":"1","tags":[],"location":{"line":5,"column":3},"keyword":"Scenario","name":"a scenario","description":"","steps":[{"id":"0","location":{"line":6,"column":5},"keyword":"Given ","keywordType":"Context","text":"a step that is used"}],"examples":[]}}]},"comments":[],"uri":"samples/unused-steps/unused-steps.feature"}}
4
4
  {"pickle":{"id":"3","uri":"samples/unused-steps/unused-steps.feature","location":{"line":5,"column":3},"astNodeIds":["1"],"tags":[],"name":"a scenario","language":"en","steps":[{"id":"2","text":"a step that is used","type":"Context","astNodeIds":["0"]}]}}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-compatibility-kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 27.0.0
4
+ version: 28.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aurélien Reeves
@@ -200,5 +200,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
200
200
  requirements: []
201
201
  rubygems_version: 3.6.9
202
202
  specification_version: 4
203
- summary: cucumber-compatibility-kit-27.0.0
203
+ summary: cucumber-compatibility-kit-28.0.0
204
204
  test_files: []